![]() |
BlankMat 0.1.0
Free open-source 3D texture creation application
|
Public Member Functions | |
virtual void | Draw ()=0 |
bool | IsEnabled () |
void | Enable () |
void | Disable () |
bool | ToggleEnabled () |
GUI | GetType () |
const std::string | GetName () |
void | SetName (const std::string &name) |
const glm::vec2 | GetPos () |
void | SetPos (const glm::vec2 &pos) |
Protected Attributes | |
GUI | mType = GUI::NONE |
std::string | mName = "" |
glm::vec2 | mScreenPos = glm::vec2(0, 0) |
bool | mIsEnabled = true |
|
inline |
|
pure virtual |
Implemented in IGUIContainerWindow< T >, IGUIContainerWindow< Camera >, IGUIContainerWindow< Light >, IGUIContainerWindow< Material >, IGUIContainerWindow< Texture >, GUIActionList, GUIDebugToolsWindow, GUIHierarchyWindow, GUIInspectorWindow, GUIMenuBarWindow, GUIToolbarWindow, and GUIToolModeWindow.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |