|
| Simple (Gwk::Renderer::Base *renderer) |
|
void | DrawGenericPanel (Controls::Base *control) override |
|
virtual void | DrawButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled) override |
|
virtual void | DrawWindowCloseButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled) override |
|
virtual void | DrawWindowMaximizeButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled, bool bMaximized) override |
|
virtual void | DrawWindowMinimizeButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled) override |
|
virtual void | DrawMenuItem (Gwk::Controls::Base *control, bool bSubmenuOpen, bool bChecked) override |
|
void | DrawMenuStrip (Gwk::Controls::Base *control) override |
|
void | DrawMenu (Gwk::Controls::Base *control, bool bPaddingDisabled) override |
|
void | DrawShadow (Gwk::Controls::Base *control) override |
|
virtual void | DrawButton (int w, int h, bool bDepressed, bool bHovered, bool bSquared=false) |
|
virtual void | DrawRadioButton (Gwk::Controls::Base *control, bool bSelected, bool bDepressed) override |
|
virtual void | DrawCheckBox (Gwk::Controls::Base *control, bool bSelected, bool bDepressed) override |
|
virtual void | DrawGroupBox (Gwk::Controls::Base *control, int textStart, int textHeight, int textWidth) override |
|
void | DrawTextBox (Gwk::Controls::Base *control) override |
|
void | DrawTabButton (Gwk::Controls::Base *control, bool bActive, Position dir) override |
|
void | DrawTabControl (Gwk::Controls::Base *control) override |
|
void | DrawWindow (Gwk::Controls::Base *control, int topHeight, bool inFocus) override |
|
void | DrawHighlight (Gwk::Controls::Base *control) override |
|
virtual void | DrawScrollBar (Gwk::Controls::Base *control, bool isHorizontal, bool bDepressed) override |
|
virtual void | DrawScrollBarBar (Controls::Base *control, bool bDepressed, bool isHovered, bool isHorizontal) override |
|
void | DrawTabTitleBar (Gwk::Controls::Base *control) override |
|
virtual void | DrawProgressBar (Gwk::Controls::Base *control, bool isHorizontal, float progress) override |
|
void | DrawListBox (Gwk::Controls::Base *control) override |
|
void | DrawListBoxLine (Gwk::Controls::Base *control, bool bSelected, bool bEven) override |
|
virtual void | DrawSlider (Gwk::Controls::Base *control, bool bIsHorizontal, int numNotches, int barSize) override |
|
void | DrawComboBox (Gwk::Controls::Base *control, bool bIsDown, bool bIsMenuOpen) override |
|
virtual void | DrawKeyboardHighlight (Gwk::Controls::Base *control, const Gwk::Rect &r, int iOffset) override |
|
void | DrawToolTip (Gwk::Controls::Base *control) override |
|
virtual void | DrawScrollButton (Gwk::Controls::Base *control, Position direction, bool bDepressed, bool bHovered, bool bDisabled) override |
|
virtual void | DrawComboDownArrow (Gwk::Controls::Base *control, bool bHovered, bool bDown, bool bOpen, bool bDisabled) override |
|
virtual void | DrawNumericUpDownButton (Gwk::Controls::Base *control, bool bDepressed, bool bUp) override |
|
void | DrawTreeButton (Controls::Base *control, bool bOpen) override |
|
void | DrawTreeControl (Controls::Base *control) override |
|
virtual void | DrawTreeNode (Controls::Base *ctrl, bool bOpen, bool bSelected, int iLabelHeight, int iLabelWidth, int iHalfWay, int iLastBranch, bool bIsRoot) override |
|
void | DrawStatusBar (Controls::Base *control) override |
|
void | DrawColorDisplay (Controls::Base *control, Gwk::Color color) override |
|
void | DrawModalControl (Controls::Base *control) override |
|
void | DrawMenuDivider (Controls::Base *control) override |
|
void | DrawMenuRightArrow (Controls::Base *control) override |
|
virtual void | DrawSlideButton (Gwk::Controls::Base *control, bool bDepressed, bool bHorizontal) override |
|
void | DrawCategoryHolder (Controls::Base *ctrl) override |
|
void | DrawCategoryInner (Controls::Base *ctrl, bool bCollapsed) override |
|
| Base (Gwk::Renderer::Base *renderer=nullptr) |
|
virtual void | ReleaseFont (Gwk::Font *fnt) |
|
virtual void | DrawPropertyRow (Controls::Base *control, int iWidth, bool bBeingEdited, bool bHovered) |
|
virtual void | DrawPropertyTreeNode (Controls::Base *control, int BorderLeft, int BorderTop) |
|
virtual void | SetRender (Gwk::Renderer::Base *renderer) |
|
virtual Gwk::Renderer::Base * | GetRender () |
|
virtual void | DrawArrowDown (Gwk::Rect rect) |
|
virtual void | DrawArrowUp (Gwk::Rect rect) |
|
virtual void | DrawArrowLeft (Gwk::Rect rect) |
|
virtual void | DrawArrowRight (Gwk::Rect rect) |
|
virtual void | DrawCheck (Gwk::Rect rect) |
|
virtual Gwk::Font * | GetDefaultFont () |
|
virtual void | SetDefaultFont (const Gwk::String &strFacename, float fSize=10.0f) |
|