![]() |
VR-Forces 4.1.1 Class Documentation
|
Sound editor page for entities. More...

Public Member Functions | |
| DtEntitySoundEditorPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtEntitySoundEditorPage () |
| DTOR. | |
Inherited from makVrv::DtPage | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the page (static). | |
Protected Attributes | |
| DtPersistenceToolbarWidget * | myToolbar |
| DtEntitySoundEditorLogic * | myLogic |
| DtEntitySoundEditorWidget * | myWidget |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Private Member Functions | |
| void | setupGui () |
| Creates the Gui. | |
Sound editor page for entities.
| makVrv::DtEntitySoundEditorPage::DtEntitySoundEditorPage | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Get the class name of the page (static).
|
private |
Creates the Gui.
This method is non-virtual because it is called from the CTOR.
|
protected |
|
protected |
|
protected |