Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMDELET.H>
Link against: damodl.lib
This item is not part of the S60 5th Edition SDK

Class CDaUndoStack

Interface status: deprecated

class CDaUndoStack : public CBase;

Description

Allows delete operations on a data application model to be undone.

Derivation

Members

Defined in CDaUndoStack:

Inherited from CBase:


Member functions


DeleteL(RDbView &,const CDbColSet &)

Interface status: deprecated Inherited from: CDaUndoStack

IMPORT_C void DeleteL(RDbView &aView, const CDbColSet &aColSet);

Description

Deletes the specified column set from the specified view.

The deleted information is saved so that the delete operation can be undone later.

Parameters

RDbView &aView

View from which to delete

const CDbColSet &aColSet

Column set to delete


UndoL(RDbView &,const CDbColSet &)

Interface status: deprecated Inherited from: CDaUndoStack

IMPORT_C void UndoL(RDbView &aView, const CDbColSet &aColSet);

Description

Undoes a delete operation.

Parameters

RDbView &aView

View in which to undo.

const CDbColSet &aColSet

The column set affected.


Count()const

Interface status: deprecated Inherited from: CDaUndoStack

inline TInt Count() const;

Description

Gets the number of items on the undo stack.

Return value

TInt

Number of items on the undo stack


Reset()

Interface status: deprecated Inherited from: CDaUndoStack

inline void Reset();

Description

Resets the undo stack.