TDME2 1.9.121
Public Member Functions | Protected Attributes | Private Attributes | List of all members
TextureTabView Class Referencefinal

Texture tab view. More...

#include <tdme/tools/editor/tabviews/TextureTabView.h>

Inheritance diagram for TextureTabView:
Inheritance graph
Collaboration diagram for TextureTabView:
Collaboration graph

Public Member Functions

 TextureTabView (EditorView *editorView, const string &tabId, GUIScreenNode *screenNode)
 Public constructor. More...
 
 ~TextureTabView ()
 Destructor. More...
 
EditorViewgetEditorView ()
 
TabControllergetTabController () override
 
PopUpsgetPopUps ()
 
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...
 
EnginegetEngine () 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...
 
- Public Member Functions inherited from TabView
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 EnginegetEngine ()=0
 
virtual TabControllergetTabController ()=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...
 
- Public Member Functions inherited from GUIInputEventHandler
virtual void handleInputEvents ()=0
 Handle input events that have not yet been processed. More...
 
virtual ~GUIInputEventHandler ()
 Destructor. More...
 

Protected Attributes

Engineengine { nullptr }
 

Private Attributes

EditorVieweditorView { nullptr }
 
string tabId
 
PopUpspopUps { nullptr }
 
TextureTabControllertextureTabController { nullptr }
 
TabView::OutlinerState outlinerState
 

Detailed Description

Texture tab view.

Author
Andreas Drewke
Version
$Id$

Definition at line 32 of file TextureTabView.h.

Constructor & Destructor Documentation

◆ TextureTabView()

TextureTabView ( EditorView editorView,
const string &  tabId,
GUIScreenNode screenNode 
)

Public constructor.

Parameters
editorVieweditor view
tabIdtab id
screenNodescreenNode

Definition at line 29 of file TextureTabView.cpp.

◆ ~TextureTabView()

Destructor.

Definition at line 40 of file TextureTabView.cpp.

Member Function Documentation

◆ activate()

void activate ( )
overridevirtual

Activate.

Implements TabView.

Definition at line 80 of file TextureTabView.cpp.

◆ deactivate()

void deactivate ( )
overridevirtual

Deactivate.

Implements TabView.

Definition at line 87 of file TextureTabView.cpp.

◆ display()

void display ( )
overridevirtual

Renders the view.

Implements TabView.

Definition at line 50 of file TextureTabView.cpp.

◆ dispose()

void dispose ( )
overridevirtual

Disposes the view.

Implements TabView.

Definition at line 68 of file TextureTabView.cpp.

◆ getEditorView()

EditorView * getEditorView ( )
inline
Returns
editor view

Definition at line 62 of file TextureTabView.h.

◆ getEngine()

Engine * getEngine ( )
overridevirtual
Returns
engine

Implements TabView.

Definition at line 76 of file TextureTabView.cpp.

◆ getPopUps()

PopUps * getPopUps ( )
inline
Returns
pop up views

Definition at line 76 of file TextureTabView.h.

◆ getTabController()

TabController * getTabController ( )
inlineoverridevirtual
Returns
associated tab controller

Implements TabView.

Definition at line 69 of file TextureTabView.h.

◆ getTabId()

const string & getTabId ( )
inlineoverridevirtual
Returns
tab id

Implements TabView.

Definition at line 83 of file TextureTabView.h.

◆ handleInputEvents()

void handleInputEvents ( )
overridevirtual

Handle input events that have not yet been processed.

Implements GUIInputEventHandler.

Definition at line 45 of file TextureTabView.cpp.

◆ hasFixedSize()

bool hasFixedSize ( )
inlineoverridevirtual

If this viewport framebuffer has a fixed size.

Implements TabView.

Definition at line 93 of file TextureTabView.h.

◆ initialize()

void initialize ( )
overridevirtual

Initiates the view.

Implements TabView.

Definition at line 56 of file TextureTabView.cpp.

◆ reloadOutliner()

void reloadOutliner ( )
overridevirtual

Reload outliner.

Parameters
newSelectionValuenew selection value

Implements TabView.

Definition at line 91 of file TextureTabView.cpp.

◆ updateRendering()

void updateRendering ( )
overridevirtual

Update rendering.

Deprecated:
This should be removed

Implements TabView.

Definition at line 73 of file TextureTabView.cpp.

Member Data Documentation

◆ editorView

EditorView* editorView { nullptr }
private

Definition at line 39 of file TextureTabView.h.

◆ engine

Engine* engine { nullptr }
protected

Definition at line 36 of file TextureTabView.h.

◆ outlinerState

TabView::OutlinerState outlinerState
private

Definition at line 43 of file TextureTabView.h.

◆ popUps

PopUps* popUps { nullptr }
private

Definition at line 41 of file TextureTabView.h.

◆ tabId

string tabId
private

Definition at line 40 of file TextureTabView.h.

◆ textureTabController

TextureTabController* textureTabController { nullptr }
private

Definition at line 42 of file TextureTabView.h.


The documentation for this class was generated from the following files: