Public Member Functions |
void | Flush () |
bool | Create (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CButton * | CreateButton (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CColor * | CreateColor (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CCheck * | CreateCheck (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CKey * | CreateKey (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CGroup * | CreateGroup (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CImage * | CreateImage (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CLabel * | CreateLabel (Math::Point pos, Math::Point dim, int icon, EventType eventMsg, std::string name) |
CEdit * | CreateEdit (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CEditValue * | CreateEditValue (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CScroll * | CreateScroll (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CSlider * | CreateSlider (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CList * | CreateList (Math::Point pos, Math::Point dim, int icon, EventType eventMsg, float expand=1.2f) |
CShortcut * | CreateShortcut (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CMap * | CreateMap (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CGauge * | CreateGauge (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CCompass * | CreateCompass (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
CTarget * | CreateTarget (Math::Point pos, Math::Point dim, int icon, EventType eventMsg) |
bool | DeleteControl (EventType eventMsg) |
CControl * | SearchControl (EventType eventMsg) |
EventType | GetEventTypeReduce () |
EventType | GetEventTypeFull () |
EventType | GetEventTypeClose () |
virtual void | SetName (std::string name, bool tooltip=true) override |
void | SetTrashEvent (bool bTrash) |
bool | GetTrashEvent () |
void | SetPos (Math::Point pos) |
void | SetDim (Math::Point dim) |
void | SetMinDim (Math::Point dim) |
void | SetMaxDim (Math::Point dim) |
Math::Point | GetMinDim () |
Math::Point | GetMaxDim () |
void | SetMovable (bool bMode) |
bool | GetMovable () |
void | SetRedim (bool bMode) |
bool | GetRedim () |
void | SetClosable (bool bMode) |
bool | GetClosable () |
void | SetMaximized (bool bMaxi) |
bool | GetMaximized () |
void | SetMinimized (bool bMini) |
bool | GetMinimized () |
void | SetFixed (bool bFix) |
bool | GetFixed () |
bool | GetTooltip (Math::Point pos, std::string &name) |
bool | EventProcess (const Event &event) |
void | Draw () |
virtual Math::Point | GetPos () |
virtual Math::Point | GetDim () |
virtual bool | SetState (int state, bool bState) |
virtual bool | SetState (int state) |
virtual bool | ClearState (int state) |
virtual bool | TestState (int state) |
virtual int | GetState () |
virtual void | SetIcon (int icon) |
virtual int | GetIcon () |
virtual std::string | GetName () |
virtual void | SetTextAlign (Gfx::TextAlign mode) |
virtual int | GetTextAlign () |
virtual void | SetFontSize (float size) |
virtual float | GetFontSize () |
virtual void | SetFontStretch (float stretch) |
virtual float | GetFontStretch () |
virtual void | SetFontType (Gfx::FontType font) |
virtual Gfx::FontType | GetFontType () |
virtual bool | SetTooltip (std::string name) |
virtual void | SetFocus (bool bFocus) |
virtual bool | GetFocus () |
virtual EventType | GetEventType () |
Protected Member Functions |
int | BorderDetect (Math::Point pos) |
void | AdjustButtons () |
void | MoveAdjust () |
void | DrawVertex (Math::Point pos, Math::Point dim, int icon) |
void | DrawHach (Math::Point pos, Math::Point dim) |
void | GlintDelete () |
void | GlintCreate (Math::Point ref, bool bLeft=true, bool bUp=true) |
void | GlintFrame (const Event &event) |
void | DrawPart (int icon, float zoom, float ex) |
void | DrawIcon (Math::Point pos, Math::Point dim, Math::Point uv1, Math::Point uv2, float ex=0.0f) |
void | DrawIcon (Math::Point pos, Math::Point dim, Math::Point uv1, Math::Point uv2, Math::Point corner, float ex) |
void | DrawWarning (Math::Point pos, Math::Point dim) |
void | DrawShadow (Math::Point pos, Math::Point dim, float deep=1.0f) |
virtual bool | Detect (Math::Point pos) |
std::string | GetResourceName (EventType eventType) |