![]() |
BlankMat 0.1.0
Free open-source 3D texture creation application
|
Public Member Functions | |
void | Draw () override |
GUIMenuBarWindow (Input *input, Config *config, bool isEnabled) | |
![]() | |
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 Member Functions | |
void | ShowFileMenu () |
void | ShowEditMenu () |
void | ShowViewMenu () |
void | ShowCreateMenu () |
void | ShowRenderingMenu () |
const char * | GetHotkey (const std::string &command) |
Protected Attributes | |
Input * | mInput = nullptr |
std::unordered_map< std::string, std::string > | mHotkeys |
![]() | |
GUI | mType = GUI::NONE |
std::string | mName = "" |
glm::vec2 | mScreenPos = glm::vec2(0, 0) |
bool | mIsEnabled = true |
|
inlineoverridevirtual |
Implements IGUIWindow.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |