StampConfiguration Struct Reference


Detailed Description

Container class for stamp related properties and functions.

Definition at line 175 of file brush.h.

#include <brush.h>

List of all members.

Public Member Functions

  StampConfiguration (void)
void  Serialize (Stream &s)
bool  operator== (const StampConfiguration &) const throw ()
bool  operator!= (const StampConfiguration &v) const throw ()

Public Attributes

QString  m_sFileName
bool  m_bActive
bool  m_bOrientToStroke
bool  m_bStretch
bool  m_bFlipX
bool  m_bFlipY
float  m_fRotation
bool  m_bRandomize
bool  m_bRandomizeFlipX
bool  m_bRandomizeFlipY
float  m_fRandomizeScale
float  m_fRandomizeRotation
float  m_fRandomizePositionX
float  m_fRandomizePositionY
float  m_fRandomizeStrength

Constructor & Destructor Documentation


Member Function Documentation

void Serialize ( Stream s )
bool operator== ( const StampConfiguration ) const throw () [inline]

Definition at line 190 of file brush.h.

{ return false; };
bool operator!= ( const StampConfiguration v ) const throw () [inline]

Definition at line 191 of file brush.h.

{ return !operator ==( v ); };

Member Data Documentation

QString m_sFileName

Definition at line 191 of file brush.h.

Definition at line 194 of file brush.h.

Definition at line 195 of file brush.h.

Definition at line 195 of file brush.h.

bool m_bFlipX

Definition at line 196 of file brush.h.

bool m_bFlipY

Definition at line 196 of file brush.h.

Definition at line 197 of file brush.h.

Definition at line 198 of file brush.h.

Definition at line 198 of file brush.h.

Definition at line 198 of file brush.h.

Definition at line 199 of file brush.h.

Definition at line 199 of file brush.h.

Definition at line 199 of file brush.h.


The documentation for this struct was generated from the following file: