DDraceNetwork Docs
|
#include <editor_trackers.h>
Public Member Functions | |
CSoundSourceRectShapePropTracker (CEditor *pEditor) | |
Public Member Functions inherited from CPropTracker< CSoundSource, ERectangleShapeProp > | |
CPropTracker (CEditor *pEditor) | |
void | Begin (CSoundSource *pObject, ERectangleShapeProp Prop, EEditState State, int GroupIndex=-1, int LayerIndex=-1) |
void | End (ERectangleShapeProp Prop, EEditState State, int GroupIndex=-1, int LayerIndex=-1) |
Protected Member Functions | |
void | OnEnd (ERectangleShapeProp Prop, int Value) override |
int | PropToValue (ERectangleShapeProp Prop) override |
Protected Member Functions inherited from CPropTracker< CSoundSource, ERectangleShapeProp > | |
virtual void | OnStart (ERectangleShapeProp Prop) |
virtual void | OnEnd (ERectangleShapeProp Prop, int Value) |
virtual int | PropToValue (ERectangleShapeProp Prop) |
virtual bool | StartChecker (ERectangleShapeProp Prop, EEditState State, int Value) |
virtual bool | EndChecker (ERectangleShapeProp Prop, EEditState State, int Value) |
Additional Inherited Members | |
Public Attributes inherited from CPropTracker< CSoundSource, ERectangleShapeProp > | |
CEditor * | m_pEditor |
Protected Attributes inherited from CPropTracker< CSoundSource, ERectangleShapeProp > | |
int | m_OriginalValue |
CSoundSource * | m_pObject |
int | m_OriginalLayerIndex |
int | m_OriginalGroupIndex |
int | m_CurrentLayerIndex |
int | m_CurrentGroupIndex |
bool | m_Tracking |
|
inline |
|
overrideprotectedvirtual |
Reimplemented from CPropTracker< CSoundSource, ERectangleShapeProp >.
|
overrideprotectedvirtual |
Reimplemented from CPropTracker< CSoundSource, ERectangleShapeProp >.