TDME2 1.9.121
|
Texture tab view. More...
#include <tdme/tools/editor/tabviews/TextureTabView.h>
Public Member Functions | |
TextureTabView (EditorView *editorView, const string &tabId, GUIScreenNode *screenNode) | |
Public constructor. More... | |
~TextureTabView () | |
Destructor. More... | |
EditorView * | getEditorView () |
TabController * | getTabController () override |
PopUps * | getPopUps () |
void | handleInputEvents () override |
Handle input events that have not yet been processed. More... | |
void | display () override |
Renders the view. More... | |
const string & | getTabId () override |
void | initialize () override |
Initiates the view. More... | |
void | dispose () override |
Disposes the view. More... | |
Engine * | getEngine () override |
void | activate () override |
Activate. More... | |
void | deactivate () override |
Deactivate. More... | |
void | reloadOutliner () override |
Reload outliner. More... | |
void | updateRendering () override |
Update rendering. More... | |
bool | hasFixedSize () override |
If this viewport framebuffer has a fixed size. More... | |
![]() | |
virtual const string & | getTabId ()=0 |
virtual void | initialize ()=0 |
Initiates the view. More... | |
virtual void | display ()=0 |
Renders the view. More... | |
virtual void | dispose ()=0 |
Disposes the view. More... | |
virtual void | activate ()=0 |
Activate. More... | |
virtual void | deactivate ()=0 |
Deactivate. More... | |
virtual Engine * | getEngine ()=0 |
virtual TabController * | getTabController ()=0 |
virtual void | updateRendering ()=0 |
Update rendering. More... | |
virtual void | reloadOutliner ()=0 |
Reload outliner. More... | |
virtual bool | hasFixedSize ()=0 |
If this viewport framebuffer has a fixed size. More... | |
virtual | ~TabView () |
Destructor. More... | |
![]() | |
virtual void | handleInputEvents ()=0 |
Handle input events that have not yet been processed. More... | |
virtual | ~GUIInputEventHandler () |
Destructor. More... | |
Protected Attributes | |
Engine * | engine { nullptr } |
Private Attributes | |
EditorView * | editorView { nullptr } |
string | tabId |
PopUps * | popUps { nullptr } |
TextureTabController * | textureTabController { nullptr } |
TabView::OutlinerState | outlinerState |
TextureTabView | ( | EditorView * | editorView, |
const string & | tabId, | ||
GUIScreenNode * | screenNode | ||
) |
Public constructor.
editorView | editor view |
tabId | tab id |
screenNode | screenNode |
Definition at line 29 of file TextureTabView.cpp.
~TextureTabView | ( | ) |
Destructor.
Definition at line 40 of file TextureTabView.cpp.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
inline |
Definition at line 62 of file TextureTabView.h.
|
overridevirtual |
|
inline |
Definition at line 76 of file TextureTabView.h.
|
inlineoverridevirtual |
Implements TabView.
Definition at line 69 of file TextureTabView.h.
|
inlineoverridevirtual |
|
overridevirtual |
Handle input events that have not yet been processed.
Implements GUIInputEventHandler.
Definition at line 45 of file TextureTabView.cpp.
|
inlineoverridevirtual |
If this viewport framebuffer has a fixed size.
Implements TabView.
Definition at line 93 of file TextureTabView.h.
|
overridevirtual |
|
overridevirtual |
Reload outliner.
newSelectionValue | new selection value |
Implements TabView.
Definition at line 91 of file TextureTabView.cpp.
|
overridevirtual |
Update rendering.
Implements TabView.
Definition at line 73 of file TextureTabView.cpp.
|
private |
Definition at line 39 of file TextureTabView.h.
|
protected |
Definition at line 36 of file TextureTabView.h.
|
private |
Definition at line 43 of file TextureTabView.h.
|
private |
Definition at line 41 of file TextureTabView.h.
|
private |
Definition at line 40 of file TextureTabView.h.
|
private |
Definition at line 42 of file TextureTabView.h.