Compounds | |
class | DataBlockI |
Plugin data interface. More... | |
struct | DiscardableS |
class | EditableI |
Editable interface. More... | |
class | UndoC |
Undo object class. More... | |
Enumerations | |
enum | DiscardableTypeE { DATA_REMOVED = 1, DATA_CREATED = 2 } |
Flags for add_discardable_data(). More... |
The classes collected into the Edit namespace are very closely related to the internal undo-system of Demopaja. The classes range from the actual undo object to the basic data objects. which are handled by the undo system.
|
Flags for add_discardable_data().
|