#include <GraphicsObject.h>
Inheritance diagram for CGraphicsObject:
Public Methods | |
__fastcall | CGraphicsObject (CPluginObjectInfo *objectinfo, CGraphicsObjectsList *p_glist, int priority) |
virtual void __fastcall | RemoveFromBaseList (CElementsRecord *history=NULL) |
bool __fastcall | Delete (void) |
virtual void __fastcall | Draw (void) |
virtual void __fastcall | DrawToPOVStream (ostream &str) |
virtual void __fastcall | SetLevel (EDrawLevel level) |
virtual bool __fastcall | GetObjectMetrics (CPoint &low, CPoint &high) |
int __fastcall | GetDrawPriority (void) const |
bool __fastcall | IsTemporaryObject (void) |
void __fastcall | ShowAsTemporaryObject (void) |
void __fastcall | HideAsTemporaryObject (void) |
bool __fastcall | IsGLListSupported (void) |
CGraphicsObjectsList *__fastcall | GetGraphicsObjectsList (void) |
void __fastcall | RevertToGlobalSystem (void) |
void __fastcall | RevertToLocalSystem (void) |
bool __fastcall | Load (CXMLElement *p_el) |
bool __fastcall | Save (CXMLElement *p_el) |
virtual bool __fastcall | LoadData (CXMLElement *p_el) |
virtual bool __fastcall | SaveData (CXMLElement *p_el) |
Protected Attributes | |
bool | SupportGLList |