VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
makVrv::DtEntitySoundEditorLogic Class Reference

Logic for controlling how detonation sound mappings are edited. More...

Inheritance diagram for makVrv::DtEntitySoundEditorLogic:
Inheritance graph
[legend]

Public Member Functions

 DtEntitySoundEditorLogic (DtDe &de, DtBaseSoundEditorInterface &editorIFace, DtPersistenceControlsInterface &persistenceIFace)
 CTOR.
virtual ~DtEntitySoundEditorLogic ()
 DTOR.
virtual void slot_SoundMapRecordChanged (const DtEntitySoundMapRecord &rec)
 Called when the user changes a value on the widget.
virtual void slot_SoundMapRecordRemoved (const DtEntitySoundMapRecord &rec)
- Public Member Functions inherited from makVrv::DtBaseSoundEditorLogic
 DtBaseSoundEditorLogic (DtDe &de, DtBaseSoundEditorInterface &editorIFace, DtPersistenceControlsInterface &persistenceIFace)
 CTOR.
virtual ~DtBaseSoundEditorLogic ()
 DTOR.
virtual void on_saveDefaults ()
 Called when the user saves current settings as defaults.
virtual void on_restoreDefaults ()
 Called when the user reloads the default settings.
virtual void on_import ()
 Called to query the user for the settings file to import.
virtual void on_export ()
 Called to query the user for the settings file to export.
virtual void on_importFilePathChosen (const std::string &filePath)
 Called when the user selects a settings file to import.
virtual void on_exportFilePathChosen (const std::string &filePath)
 Called when the user selects a settings file to export.
virtual void on_restoreFactoryDefaults ()
 Called when the user reloads the factory settings.
virtual void slot_entitySettingsRestored (const DtSettingsBackup *s)
 Called when settings are restored.

Protected Member Functions

virtual void sendSettingsToGui ()
 Update the GUI with sound mappings.
virtual void connect ()
 Setup the signal/slot connections.

Additional Inherited Members

- Protected Attributes inherited from makVrv::DtBaseSoundEditorLogic
DtDemyDe
DtBaseSoundEditorInterfacemyInterface
DtPersistenceControlsInterfacemyPersistenceControls

Detailed Description

Logic for controlling how detonation sound mappings are edited.

Constructor & Destructor Documentation

makVrv::DtEntitySoundEditorLogic::DtEntitySoundEditorLogic ( DtDe de,
DtBaseSoundEditorInterface editorIFace,
DtPersistenceControlsInterface persistenceIFace 
)

CTOR.

virtual makVrv::DtEntitySoundEditorLogic::~DtEntitySoundEditorLogic ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtEntitySoundEditorLogic::slot_SoundMapRecordChanged ( const DtEntitySoundMapRecord rec)
virtual

Called when the user changes a value on the widget.

Implements makVrv::DtBaseSoundEditorLogic.

virtual void makVrv::DtEntitySoundEditorLogic::slot_SoundMapRecordRemoved ( const DtEntitySoundMapRecord rec)
virtual
virtual void makVrv::DtEntitySoundEditorLogic::sendSettingsToGui ( )
protectedvirtual

Update the GUI with sound mappings.

Implements makVrv::DtBaseSoundEditorLogic.

virtual void makVrv::DtEntitySoundEditorLogic::connect ( )
protectedvirtual

Setup the signal/slot connections.

Note
Call from constructor after signaling GUI.

Reimplemented from makVrv::DtBaseSoundEditorLogic.


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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)