#include <llundo.h>
Inheritance diagram for LLUndoAction:

Public Member Functions | |
| virtual void | undo ()=0 |
| virtual void | redo ()=0 |
| virtual void | cleanup () |
Static Public Member Functions | |
| static LLUndoAction * | create () |
Protected Member Functions | |
| LLUndoAction () | |
| virtual | ~LLUndoAction () |
Protected Attributes | |
| S32 | mClusterID |
Friends | |
| class | LLUndoBuffer |
Definition at line 35 of file llundo.h.
| virtual LLUndoAction::~LLUndoAction | ( | ) | [inline, protected, virtual] |
| virtual void LLUndoAction::cleanup | ( | ) | [inline, virtual] |
| static LLUndoAction* LLUndoAction::create | ( | ) | [inline, static] |
| virtual void LLUndoAction::redo | ( | ) | [pure virtual] |
| virtual void LLUndoAction::undo | ( | ) | [pure virtual] |
friend class LLUndoBuffer [friend] |
S32 LLUndoAction::mClusterID [protected] |
1.4.7