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