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

Sound tab view. More...

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

Inheritance diagram for SoundTabView:
Inheritance graph
Collaboration diagram for SoundTabView:
Collaboration graph

Public Member Functions

 SoundTabView (EditorView *editorView, const string &tabId, GUIScreenNode *screenNode, AudioEntity *audioEntity)
 Public constructor. More...
 
 ~SoundTabView ()
 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...
 
bool hasFixedSize () override
 If this viewport framebuffer has a fixed size. More...
 
void updateRendering () override
 Update rendering. More...
 
void play ()
 Play. More...
 
void stop ()
 Stop. 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 }
 
Audioaudio { nullptr }
 

Private Attributes

EditorVieweditorView { nullptr }
 
string tabId
 
PopUpspopUps { nullptr }
 
GUIScreenNodeuiScreenNode { nullptr }
 
SoundTabControllersoundTabController { nullptr }
 
TabView::OutlinerState outlinerState
 
AudioEntityaudioEntity { nullptr }
 

Detailed Description

Sound tab view.

Author
Andreas Drewke
Version
$Id$

Definition at line 35 of file SoundTabView.h.

Constructor & Destructor Documentation

◆ SoundTabView()

SoundTabView ( EditorView editorView,
const string &  tabId,
GUIScreenNode screenNode,
AudioEntity audioEntity 
)

Public constructor.

Parameters
editorVieweditor view
tabIdtab id
screenNodescreenNode
audioEntityaudioEntity

Definition at line 33 of file SoundTabView.cpp.

◆ ~SoundTabView()

Destructor.

Definition at line 48 of file SoundTabView.cpp.

Member Function Documentation

◆ activate()

void activate ( )
overridevirtual

Activate.

Implements TabView.

Definition at line 90 of file SoundTabView.cpp.

◆ deactivate()

void deactivate ( )
overridevirtual

Deactivate.

Implements TabView.

Definition at line 98 of file SoundTabView.cpp.

◆ display()

void display ( )
overridevirtual

Renders the view.

Implements TabView.

Definition at line 58 of file SoundTabView.cpp.

◆ dispose()

void dispose ( )
overridevirtual

Disposes the view.

Implements TabView.

Definition at line 77 of file SoundTabView.cpp.

◆ getEditorView()

EditorView * getEditorView ( )
inline
Returns
editor view

Definition at line 69 of file SoundTabView.h.

◆ getEngine()

Engine * getEngine ( )
overridevirtual
Returns
engine

Implements TabView.

Definition at line 86 of file SoundTabView.cpp.

◆ getPopUps()

PopUps * getPopUps ( )
inline
Returns
pop up views

Definition at line 83 of file SoundTabView.h.

◆ getTabController()

TabController * getTabController ( )
inlineoverridevirtual
Returns
associated tab controller

Implements TabView.

Definition at line 76 of file SoundTabView.h.

◆ getTabId()

const string & getTabId ( )
inlineoverridevirtual
Returns
tab id

Implements TabView.

Definition at line 90 of file SoundTabView.h.

◆ handleInputEvents()

void handleInputEvents ( )
overridevirtual

Handle input events that have not yet been processed.

Implements GUIInputEventHandler.

Definition at line 53 of file SoundTabView.cpp.

◆ hasFixedSize()

bool hasFixedSize ( )
inlineoverridevirtual

If this viewport framebuffer has a fixed size.

Implements TabView.

Definition at line 99 of file SoundTabView.h.

◆ initialize()

void initialize ( )
overridevirtual

Initiates the view.

Implements TabView.

Definition at line 64 of file SoundTabView.cpp.

◆ play()

void play ( )

Play.

Definition at line 107 of file SoundTabView.cpp.

◆ reloadOutliner()

void reloadOutliner ( )
overridevirtual

Reload outliner.

Parameters
newSelectionValuenew selection value

Implements TabView.

Definition at line 102 of file SoundTabView.cpp.

◆ stop()

void stop ( )

Stop.

Definition at line 112 of file SoundTabView.cpp.

◆ updateRendering()

void updateRendering ( )
overridevirtual

Update rendering.

Deprecated:
This should be removed

Implements TabView.

Definition at line 83 of file SoundTabView.cpp.

Member Data Documentation

◆ audio

Audio* audio { nullptr }
protected

Definition at line 40 of file SoundTabView.h.

◆ audioEntity

AudioEntity* audioEntity { nullptr }
private

Definition at line 49 of file SoundTabView.h.

◆ editorView

EditorView* editorView { nullptr }
private

Definition at line 43 of file SoundTabView.h.

◆ engine

Engine* engine { nullptr }
protected

Definition at line 39 of file SoundTabView.h.

◆ outlinerState

TabView::OutlinerState outlinerState
private

Definition at line 48 of file SoundTabView.h.

◆ popUps

PopUps* popUps { nullptr }
private

Definition at line 45 of file SoundTabView.h.

◆ soundTabController

SoundTabController* soundTabController { nullptr }
private

Definition at line 47 of file SoundTabView.h.

◆ tabId

string tabId
private

Definition at line 44 of file SoundTabView.h.

◆ uiScreenNode

GUIScreenNode* uiScreenNode { nullptr }
private

Definition at line 46 of file SoundTabView.h.


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