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 | Public Attributes
makVrv::DtBaseSoundEditorInterface Class Reference

This DtBaseSoundEditorInterface provides a generic interface for common entity sound editing operations. More...

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

Public Member Functions

virtual ~DtBaseSoundEditorInterface ()
 DTOR.
virtual void clearMap ()=0
 Called by the logic to change a value in the widget.
virtual int addRecord (const DtEntitySoundMapRecord &, int err=0)=0
virtual int changeRecord (const DtEntitySoundMapRecord &, int err=0)=0
virtual void removeRecord (const DtEntitySoundMapRecord &)=0

Public Attributes

boost::signal< void(const
DtEntitySoundMapRecord &)> 
signal_SoundMapRecordChanged
 Signal emitted when the user changes data in the widget.
boost::signal< void(const
DtEntitySoundMapRecord &)> 
signal_SoundMapRecordRemoved

Detailed Description

This DtBaseSoundEditorInterface provides a generic interface for common entity sound editing operations.

Constructor & Destructor Documentation

virtual makVrv::DtBaseSoundEditorInterface::~DtBaseSoundEditorInterface ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtBaseSoundEditorInterface::clearMap ( )
pure virtual
virtual int makVrv::DtBaseSoundEditorInterface::addRecord ( const DtEntitySoundMapRecord ,
int  err = 0 
)
pure virtual
virtual int makVrv::DtBaseSoundEditorInterface::changeRecord ( const DtEntitySoundMapRecord ,
int  err = 0 
)
pure virtual
virtual void makVrv::DtBaseSoundEditorInterface::removeRecord ( const DtEntitySoundMapRecord )
pure virtual

Member Data Documentation

boost::signal<void (const DtEntitySoundMapRecord&)> makVrv::DtBaseSoundEditorInterface::signal_SoundMapRecordChanged

Signal emitted when the user changes data in the widget.

Connected to a slot in the logic.

boost::signal<void (const DtEntitySoundMapRecord&)> makVrv::DtBaseSoundEditorInterface::signal_SoundMapRecordRemoved

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)