hCore::CWindowLookAndFeel
- CWindowLookAndFeel::CWindowLookAndFeel()
- CWindowLookAndFeel::~CWindowLookAndFeel()
- virtual bool DrawButton(const char* label, Int32 x, Int32 y, Int32 w, Int32 h) = 0;
- virtual bool DrawButtonHovered(const char* label, Int32 x, Int32 y, Int32 w, Int32 h) = 0;
- virtual bool DrawRadio(const bool enable, Int32 x, Int32 y) = 0;
- virtual bool DrawCheckbox(const bool enable, Int32 x, Int32 y) = 0;
- virtual bool DrawTextBox(const char* content, Int32 x, Int32 y, Int32 w, Int32 h) = 0;
- virtual bool DrawWindow(const char* title, Int32 x, Int32 y, Int32 w, Int32 h) = 0;
- virtual bool DrawWindowFocused(const char* title, Int32 x, Int32 y, Int32 w, Int32 h) = 0;
- virtual bool DrawGroupBox(const char* title) = 0;
- virtual bool DrawCursor(Int32 x, Int32 y, Int32 type) = 0;