TDME2 1.9.121
Classes | Public Member Functions | List of all members
TabView Struct Referenceabstract

Tab view interface. More...

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

Inheritance diagram for TabView:
Inheritance graph
Collaboration diagram for TabView:
Collaboration graph

Classes

struct  OutlinerState
 

Public Member Functions

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...
 

Detailed Description

Tab view interface.

Author
Andreas Drewke
Version
$Id$

Definition at line 27 of file TabView.h.

Constructor & Destructor Documentation

◆ ~TabView()

virtual ~TabView ( )
inlinevirtual

Destructor.

Definition at line 97 of file TabView.h.

Member Function Documentation

◆ activate()

virtual void activate ( )
pure virtual

◆ deactivate()

virtual void deactivate ( )
pure virtual

◆ display()

virtual void display ( )
pure virtual

◆ dispose()

virtual void dispose ( )
pure virtual

◆ getEngine()

virtual Engine * getEngine ( )
pure virtual

◆ getTabController()

virtual TabController * getTabController ( )
pure virtual

◆ getTabId()

virtual const string & getTabId ( )
pure virtual

◆ hasFixedSize()

virtual bool hasFixedSize ( )
pure virtual

◆ initialize()

virtual void initialize ( )
pure virtual

◆ reloadOutliner()

virtual void reloadOutliner ( )
pure virtual

◆ updateRendering()

virtual void updateRendering ( )
pure virtual

The documentation for this struct was generated from the following file: