|
public
AddObject
Copy
Draw
FindObject
RemoveObject
ResetFont
SetBackgroundColor
SetFont
SetHight
SetLineEnd
SetLineJoin
SetLineWidth
SetWight
SetXOffset
SetYOffset
XGraphicDevice
~XGraphicDevice
|
Derrived | : public XObject
|
|
|
Definition | void AddObject ( XGraphicObject* obj )
void AddObject ( XGraphicObject* ) |
Returns | void |
|
Definition | void Copy ( XGraphicDevice* source, XPoint* targetLeft, XPoint* targetRight, XPoint* sourceLeft, XPoint* sourceRight )
void Copy ( XGraphicDevice* source, XPoint* targetLeft, XPoint* targetRight, XPoint* sourceLeft, XPoint* sourceRight = NULL ) |
Returns | void |
|
Definition | void Draw ( void ) |
Returns | void |
|
Definition | XGraphicObject* FindObject ( LONG x, LONG y, XGraphicObject* searchBehind )
XGraphicObject* FindObject ( LONG x, LONG y, XGraphicObject* searchBehind = NULL ) |
Returns | XGraphicObject* |
|
Definition | BOOL RemoveObject ( XGraphicObject* obj, BOOL destroyObject )
BOOL RemoveObject ( XGraphicObject*, BOOL destroyObject = TRUE ) |
Returns | BOOL |
|
Definition | void ResetFont ( void ) |
Returns | void |
|
Definition | void SetBackgroundColor ( XColor* c ) |
Returns | void |
|
Definition | void SetFont ( XFont* font )
void SetFont ( XFont* ) |
Returns | void |
|
Definition | void SetHight ( LONG h ) |
Returns | void |
|
Definition | void SetLineEnd ( char lineEnd )
void SetLineEnd ( char lineEnding ) |
Returns | void |
|
Definition | void SetLineJoin ( char lineJoin ) |
Returns | void |
|
Definition | void SetLineWidth ( SHORT width ) |
Returns | void |
|
Definition | void SetWight ( LONG h ) |
Returns | void |
|
Definition | void SetXOffset ( LONG x )
void SetXOffset ( LONG ) |
Returns | void |
|
Definition | void SetYOffset ( LONG y )
void SetYOffset ( LONG ) |
Returns | void |
|
Definition | XGraphicDevice ( XWindow* w, BOOL memory )
XGraphicDevice ( XWindow*, BOOL createInMemory = FALSE ) |
Returns | - |
|
Definition | ~XGraphicDevice ( )
virtual ~XGraphicDevice ( ) |
Returns | -
|