#include <CUndoable.h>
Inherits Undoable.
Public Member Functions | |
| ModifyFlagsUndoable (CWorldBuilderDoc *pDoc, Int flagMask, Int flagValue) | |
| ~ModifyFlagsUndoable (void) | |
| virtual void | Do (void) |
| Set the new values, and force an inval of the objects. | |
| virtual void | Undo (void) |
| pure virtual. | |
| virtual void | Redo (void) |
| Set the new values, and force an inval of the objects. | |
Public Member Functions inherited from Undoable | |
| Undoable (void) | |
| Create a new undoable. | |
| ~Undoable (void) | |
| Undoable - destructor. | |
| void | LinkNext (Undoable *pNext) |
| Link another undoable to this. | |
| Undoable * | GetNext (void) |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Protected Attributes | |
| CWorldBuilderDoc * | m_pDoc |
| Not ref counted. This undoable should be in a list attached to the doc anyway. | |
| FlagsInfo * | m_flagsList |
Protected Attributes inherited from Undoable | |
| Undoable * | mNext |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Definition at line 186 of file CUndoable.h.
| ModifyFlagsUndoable::ModifyFlagsUndoable | ( | CWorldBuilderDoc * | pDoc, |
| Int | flagMask, | ||
| Int | flagValue ) |
Definition at line 661 of file CUndoable.cpp.
| ModifyFlagsUndoable::~ModifyFlagsUndoable | ( | void | ) |
Definition at line 649 of file CUndoable.cpp.
|
virtual |
Set the new values, and force an inval of the objects.
Implements Undoable.
Definition at line 686 of file CUndoable.cpp.
|
virtual |
Set the new values, and force an inval of the objects.
Reimplemented from Undoable.
Definition at line 698 of file CUndoable.cpp.
|
virtual |
|
protected |
Definition at line 190 of file CUndoable.h.
|
protected |
Not ref counted. This undoable should be in a list attached to the doc anyway.
Definition at line 189 of file CUndoable.h.