| class CAknDocument : public CEikDocument |
Base class for a Series 60 application document.
Series 60 0.9
| Public Member Functions | |
|---|---|
| IMPORT_C CFileStore * | OpenFileL(TBool, const TDesC &, RFs &) |
| IMPORT_C void | OpenFileL(CFileStore *&, RFile &) |
| Protected Member Functions | |
|---|---|
| CAknDocument(CEikApplication &) | |
| Inherited Attributes | |
|---|---|
| CApaDocument::iContainer | |
| CEikDocument::iAppUi | |
| CEikDocument::iEditStore | |
| IMPORT_C | CAknDocument | ( | CEikApplication & | aApp | ) | [protected] |
C++ default constructor.
| CEikApplication & aApp | The application instance with which the new document is associated. |
| IMPORT_C CFileStore * | OpenFileL | ( | TBool | aDoOpen, |
| const TDesC & | aFilename, | |||
| RFs & | aFs | |||
| ) | [virtual] | |||
From CEikDocument. Opens a file. Pointer to file store object.
| IMPORT_C void | OpenFileL | ( | CFileStore *& | aFileStore, |
| RFile & | aFile | |||
| ) | [virtual] | |||
| CFileStore *& aFileStore | |
| RFile & aFile |