![]() |
BlankMat 0.1.0
Free open-source 3D texture creation application
|
Public Member Functions | |
GUILightViewer (State *state, Scene *scene, bool isEnabled) | |
![]() | |
void | Draw () override |
![]() | |
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 | AddNewItem (const std::string &name) override |
IContainer< Light > * | GetContainer () override |
void | DisplaySelectedItem () override |
void | SelectItem (Light *selection) override |
![]() | |
virtual bool | ShouldDisplayItem (Light *item) |
virtual bool | DisplayDeleteItem (const std::string &name, Light *item) |
virtual bool | DisplayListItem (const std::string &name, Light *item, Light *&selection) |
void | ListContainer (IContainer< Light > *container) |
Additional Inherited Members | |
![]() | |
State * | mState |
Scene * | mScene |
bool | mMustSelect |
std::string | mWindowName |
std::string | mItemName |
bool | mIsAddingItem |
std::string | mAddItemName |
![]() | |
GUI | mType = GUI::NONE |
std::string | mName = "" |
glm::vec2 | mScreenPos = glm::vec2(0, 0) |
bool | mIsEnabled = true |
|
inlineoverrideprotectedvirtual |
Implements IGUIContainerWindow< Light >.
|
inlineoverrideprotectedvirtual |
Implements IGUIContainerWindow< Light >.
|
inlineoverrideprotectedvirtual |
Implements IGUIContainerWindow< Light >.
|
inlineoverrideprotectedvirtual |
Implements IGUIContainerWindow< Light >.