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

Font tab view. More...

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

Inheritance diagram for FontTabView:
Inheritance graph
Collaboration diagram for FontTabView:
Collaboration graph

Public Member Functions

 FontTabView (EditorView *editorView, const string &tabId, GUIScreenNode *screenNode)
 Public constructor. More...
 
 ~FontTabView ()
 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 }
 
FontTabControllerfontTabController { nullptr }
 
TabView::OutlinerState outlinerState
 

Detailed Description

Font tab view.

Author
Andreas Drewke
Version
$Id$

Definition at line 32 of file FontTabView.h.

Constructor & Destructor Documentation

◆ FontTabView()

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

Public constructor.

Parameters
editorVieweditor view
tabIdtab id
screenNodescreenNode

Definition at line 29 of file FontTabView.cpp.

◆ ~FontTabView()

Destructor.

Definition at line 40 of file FontTabView.cpp.

Member Function Documentation

◆ activate()

void activate ( )
overridevirtual

Activate.

Implements TabView.

Definition at line 81 of file FontTabView.cpp.

◆ deactivate()

void deactivate ( )
overridevirtual

Deactivate.

Implements TabView.

Definition at line 88 of file FontTabView.cpp.

◆ display()

void display ( )
overridevirtual

Renders the view.

Implements TabView.

Definition at line 50 of file FontTabView.cpp.

◆ dispose()

void dispose ( )
overridevirtual

Disposes the view.

Implements TabView.

Definition at line 69 of file FontTabView.cpp.

◆ getEditorView()

EditorView * getEditorView ( )
inline
Returns
editor view

Definition at line 62 of file FontTabView.h.

◆ getEngine()

Engine * getEngine ( )
overridevirtual
Returns
engine

Implements TabView.

Definition at line 77 of file FontTabView.cpp.

◆ getPopUps()

PopUps * getPopUps ( )
inline
Returns
pop up views

Definition at line 76 of file FontTabView.h.

◆ getTabController()

TabController * getTabController ( )
inlineoverridevirtual
Returns
associated tab controller

Implements TabView.

Definition at line 69 of file FontTabView.h.

◆ getTabId()

const string & getTabId ( )
inlineoverridevirtual
Returns
tab id

Implements TabView.

Definition at line 83 of file FontTabView.h.

◆ handleInputEvents()

void handleInputEvents ( )
overridevirtual

Handle input events that have not yet been processed.

Implements GUIInputEventHandler.

Definition at line 45 of file FontTabView.cpp.

◆ hasFixedSize()

bool hasFixedSize ( )
inlineoverridevirtual

If this viewport framebuffer has a fixed size.

Implements TabView.

Definition at line 93 of file FontTabView.h.

◆ initialize()

void initialize ( )
overridevirtual

Initiates the view.

Implements TabView.

Definition at line 56 of file FontTabView.cpp.

◆ reloadOutliner()

void reloadOutliner ( )
overridevirtual

Reload outliner.

Parameters
newSelectionValuenew selection value

Implements TabView.

Definition at line 92 of file FontTabView.cpp.

◆ updateRendering()

void updateRendering ( )
overridevirtual

Update rendering.

Deprecated:
This should be removed

Implements TabView.

Definition at line 74 of file FontTabView.cpp.

Member Data Documentation

◆ editorView

EditorView* editorView { nullptr }
private

Definition at line 39 of file FontTabView.h.

◆ engine

Engine* engine { nullptr }
protected

Definition at line 36 of file FontTabView.h.

◆ fontTabController

FontTabController* fontTabController { nullptr }
private

Definition at line 42 of file FontTabView.h.

◆ outlinerState

TabView::OutlinerState outlinerState
private

Definition at line 43 of file FontTabView.h.

◆ popUps

PopUps* popUps { nullptr }
private

Definition at line 41 of file FontTabView.h.

◆ tabId

string tabId
private

Definition at line 40 of file FontTabView.h.


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