Gwork: 0.3.0Dev
Gwk::Skin::Simple Class Reference
Inheritance diagram for Gwk::Skin::Simple:
Gwk::Skin::Base

Public Member Functions

 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
 
- Public Member Functions inherited from Gwk::Skin::Base
 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::BaseGetRender ()
 
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::FontGetDefaultFont ()
 
virtual void SetDefaultFont (const Gwk::String &strFacename, float fSize=10.0f)
 

Public Attributes

Gwk::Color m_colBorderColor
 
Gwk::Color m_colControlOutlineLight
 
Gwk::Color m_colControlOutlineLighter
 
Gwk::Color m_colBG
 
Gwk::Color m_colBGDark
 
Gwk::Color m_colControl
 
Gwk::Color m_colControlBorderHighlight
 
Gwk::Color m_colControlDarker
 
Gwk::Color m_colControlOutlineNormal
 
Gwk::Color m_colControlBright
 
Gwk::Color m_colControlDark
 
Gwk::Color m_colHighlightBG
 
Gwk::Color m_colHighlightBorder
 
Gwk::Color m_colToolTipBackground
 
Gwk::Color m_colToolTipBorder
 
Gwk::Color m_colModal
 
- Public Attributes inherited from Gwk::Skin::Base
struct {
   struct Window_t {
Gwk::Color TitleActive
 
Gwk::Color TitleInactive
 
   } Window
 
   struct Label_t {
Gwk::Color Default
 
Gwk::Color Bright
 
Gwk::Color Dark
 
Gwk::Color Highlight
 
   } Label
 
   struct Tree_t {
Gwk::Color Lines
 
Gwk::Color Normal
 
Gwk::Color Hover
 
Gwk::Color Selected
 
   } Tree
 
   struct Properties_t {
Gwk::Color Line_Normal
 
Gwk::Color Line_Selected
 
Gwk::Color Line_Hover
 
Gwk::Color Column_Normal
 
Gwk::Color Column_Selected
 
Gwk::Color Column_Hover
 
Gwk::Color Label_Normal
 
Gwk::Color Label_Selected
 
Gwk::Color Label_Hover
 
Gwk::Color Border
 
Gwk::Color Title
 
   } Properties
 
   struct Button_t {
Gwk::Color Normal
 
Gwk::Color Hover
 
Gwk::Color Down
 
Gwk::Color Disabled
 
   } Button
 
   struct Tab_t {
      struct Active_t {
Gwk::Color Normal
 
Gwk::Color Hover
 
Gwk::Color Down
 
Gwk::Color Disabled
 
      } Active
 
      struct Inactive_t {
Gwk::Color Normal
 
Gwk::Color Hover
 
Gwk::Color Down
 
Gwk::Color Disabled
 
      } Inactive
 
   } Tab
 
   struct Category_t {
Gwk::Color Header
 
Gwk::Color Header_Closed
 
      struct Line_t {
Gwk::Color Text
 
Gwk::Color Text_Hover
 
Gwk::Color Text_Selected
 
Gwk::Color Button
 
Gwk::Color Button_Hover
 
Gwk::Color Button_Selected
 
      } Line
 
      struct LineAlt_t {
Gwk::Color Text
 
Gwk::Color Text_Hover
 
Gwk::Color Text_Selected
 
Gwk::Color Button
 
Gwk::Color Button_Hover
 
Gwk::Color Button_Selected
 
      } LineAlt
 
   } Category
 
Gwk::Color ModalBackground
 
Gwk::Color TooltipText
 
Colors
 

Additional Inherited Members

- Protected Attributes inherited from Gwk::Skin::Base
Gwk::Font m_defaultFont
 
Gwk::Renderer::Basem_render
 

The documentation for this class was generated from the following file: