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

Classes

struct  Textures_t
 

Public Member Functions

 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
 
- 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

Texture m_texture
 
struct Gwk::Skin::TexturedBase::Textures_t Textures
 
- 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
 

Class Documentation

◆ Gwk::Skin::TexturedBase::Textures_t

struct Gwk::Skin::TexturedBase::Textures_t
Class Members
struct CategoryList_t CategoryList
struct Checkbox_t Checkbox
Bordered GroupBox
struct Input_t Input
struct Menu_t Menu
struct Panel_t Panel
struct ProgressBar_t ProgressBar
struct RadioButton_t RadioButton
struct Scroller_t Scroller
Bordered Selection
Bordered Shadow
Bordered StatusBar
struct Tab_t Tab
struct TextBox_t TextBox
Bordered Tooltip
struct Tree_t Tree
struct Window_t Window

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