|
|
|
|
Location:
DAMDELET.H
Link against: damodl.lib
class CDaUndoStack : public CBase;
Allows delete operations on a data application model to be undone.
CBase - Base class for all classes to be instantiated on the heap
CDaUndoStack - Allows delete operations on a data application model to be undone
Defined in CDaUndoStack:
Count(), DeleteL(), Reset(), UndoL()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C void DeleteL(RDbView &aView, const CDbColSet &aColSet);
Deletes the specified column set from the specified view.
The deleted information is saved so that the delete operation can be undone later.
|
IMPORT_C void UndoL(RDbView &aView, const CDbColSet &aColSet);
Undoes a delete operation.
|
inline TInt Count() const;
Gets the number of items on the undo stack.
|
inline void Reset();
Resets the undo stack.