|
| TexturedBase (Gwk::Renderer::Base *renderer) |
|
virtual void | Init (const String &TextureName) |
|
void | DrawButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled) override |
|
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 | DrawMenuRightArrow (Controls::Base *control) override |
|
void | DrawShadow (Gwk::Controls::Base *control) override |
|
void | DrawRadioButton (Gwk::Controls::Base *control, bool bSelected, bool bDepressed) override |
|
void | DrawCheckBox (Gwk::Controls::Base *control, bool bSelected, bool bDepressed) override |
|
void | DrawGroupBox (Gwk::Controls::Base *control, int textStart, int textHeight, int textWidth) override |
|
void | DrawTextBox (Gwk::Controls::Base *control) override |
|
virtual void | DrawActiveTabButton (Gwk::Controls::Base *control, Position dir) |
|
void | DrawTabButton (Gwk::Controls::Base *control, bool bActive, Position dir) override |
|
void | DrawTabControl (Gwk::Controls::Base *control) override |
|
void | DrawTabTitleBar (Gwk::Controls::Base *control) override |
|
void | DrawGenericPanel (Controls::Base *control) override |
|
void | DrawWindow (Gwk::Controls::Base *control, int topHeight, bool inFocus) override |
|
void | DrawHighlight (Gwk::Controls::Base *control) override |
|
void | DrawScrollBar (Gwk::Controls::Base *control, bool isHorizontal, bool bDepressed) override |
|
void | DrawScrollBarBar (Controls::Base *control, bool bDepressed, bool isHovered, bool isHorizontal) override |
|
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 | DrawSliderNotchesH (Gwk::Rect rect, int numNotches, int dist) |
|
virtual void | DrawSliderNotchesV (Gwk::Rect rect, int numNotches, int dist) |
|
void | DrawSlider (Gwk::Controls::Base *control, bool bIsHorizontal, int numNotches, int barSize) override |
|
void | DrawComboBox (Gwk::Controls::Base *control, bool bDown, bool bMenuOpen) override |
|
void | DrawKeyboardHighlight (Gwk::Controls::Base *control, const Gwk::Rect &r, int iOffset) override |
|
void | DrawToolTip (Gwk::Controls::Base *control) override |
|
void | DrawScrollButton (Gwk::Controls::Base *control, Position direction, bool bDepressed, bool bHovered, bool bDisabled) override |
|
void | DrawComboDownArrow (Gwk::Controls::Base *control, bool bHovered, bool bDown, bool bMenuOpen, bool bDisabled) override |
|
void | DrawNumericUpDownButton (Gwk::Controls::Base *control, bool bDepressed, bool bUp) override |
|
void | DrawStatusBar (Controls::Base *control) override |
|
void | DrawTreeButton (Controls::Base *control, bool bOpen) override |
|
void | DrawColorDisplay (Controls::Base *control, Gwk::Color color) override |
|
void | DrawModalControl (Controls::Base *control) override |
|
void | DrawMenuDivider (Controls::Base *control) override |
|
void | DrawTreeControl (Controls::Base *control) override |
|
void | DrawWindowCloseButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled) override |
|
void | DrawWindowMaximizeButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled, bool bMaximized) override |
|
void | DrawWindowMinimizeButton (Gwk::Controls::Base *control, bool bDepressed, bool bHovered, bool bDisabled) override |
|
void | DrawSlideButton (Gwk::Controls::Base *control, bool bDepressed, bool bHorizontal) override |
|
void | DrawTreeNode (Controls::Base *ctrl, bool bOpen, bool bSelected, int iLabelHeight, int iLabelWidth, int iHalfWay, int iLastBranch, bool bIsRoot) 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) |
|