|
||
Interface status: | deprecated |
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()const
Gets the number of items on the undo stack.DeleteL(RDbView &,const CDbColSet &)
Deletes the specified column set from the specified view.Reset()
Resets the undo stack. UndoL(RDbView &,const CDbColSet &)
Undoes a delete operation.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Interface status: | deprecated | Inherited from: CDaUndoStack |
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.
|
Interface status: | deprecated | Inherited from: CDaUndoStack |
IMPORT_C void UndoL(RDbView &aView, const CDbColSet &aColSet);
Undoes a delete operation.
|
Interface status: | deprecated | Inherited from: CDaUndoStack |
inline TInt Count() const;
Gets the number of items on the undo stack.
|
Interface status: | deprecated | Inherited from: CDaUndoStack |
inline void Reset();
Resets the undo stack.