|
||
Interface status: | deprecated |
class CDaExporter : public CDaIncremental;
Exports a data application model to a text format.
This is implemented as an incremental operation.
MDaIncremental
- Abstract interface for classes that implement data model incremental operations....
CBase
-
Base class for all classes to be instantiated on the heap.
CDaIncremental
- CBase-based class for classes that implement data model incremental operations.
CDaExporter
- Exports a data application model to a text format.
Defined in CDaExporter
:
CloseL()
Terminates the export operation. NewL(CDaModel &,const TDaFileImportParams &)
Allocates and constructs a new data application model exporter.Next(TInt &)
Does the next step in the export operation.~CDaExporter()
Destructor. 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...Inherited from CDaIncremental
:
DoCancel()
HandleCancel()
Handles the operation being cancelled. HandleLeave(TInt)
Handles leave conditions in operation steps.Initialize(TInt)
Initialises the object with the number of remaining steps in the operation.SetActiveIncremental(CDaActiveIncremental *)
Sets the active object using this interface.SetObserver(MDaIncrementalObserver *)
Sets the operation observer.TerminationState()const
Gets the operation's terminal state.iActiveIncremental
Incremental active object. iObserver
Operation observer. iRemainingSteps
Number of remaining steps. iTerminationState
Operation's terminal state. Interface status: | deprecated | Inherited from: CDaExporter |
IMPORT_C static CDaExporter* NewL(CDaModel &aModel, const TDaFileImportParams &aParams);
Allocates and constructs a new data application model exporter.
|
|
Interface status: | deprecated | Inherited from: CDaExporter |
IMPORT_C ~CDaExporter();
Destructor.