![]() |
BlankMat 0.1.0
Free open-source 3D texture creation application
|
This is the complete list of members for UIBool, including all inherited members.
Display() override | UIBool | inlinevirtual |
Equals(const bool &value) const | IUIVariable< bool > | inline |
Get() const | IUIVariable< bool > | inline |
GetRef() const | IUIVariable< bool > | inline |
mActionStack | IUIVariable< bool > | protected |
mName | IUIVariable< bool > | protected |
mSetCallback | IUIVariable< bool > | protected |
mValue | IUIVariable< bool > | protected |
Name() const | IUIVariable< bool > | inline |
operator bool() | IUIVariable< bool > | inline |
operator*() | IUIVariable< bool > | inline |
operator->() | IUIVariable< bool > | inline |
Set(const bool &newValue) | IUIVariable< bool > | inline |
SetNoUpdate(const bool &newValue) | IUIVariable< bool > | inline |
UIBool(const std::string &name="", bool value=false, ActionStack *actionStack=nullptr, std::function< void()> callback=std::function< void()>(nullptr)) | UIBool | inlineexplicit |