creator/engine/inc/creator_note.h
changeset 34 e0ec97ec3cc4
parent 19 4b22a598b890
child 31 e7a04a6385be
equal deleted inserted replaced
23:c9bf25a20c9f 34:e0ec97ec3cc4
    26 #include "creator_modulebase.h"
    26 #include "creator_modulebase.h"
    27 
    27 
    28 
    28 
    29 #include <e32base.h>
    29 #include <e32base.h>
    30 //#include <npdapi.h>
    30 //#include <npdapi.h>
    31 #include <NotesEditor>
    31 #include <noteseditorinterface.h>
    32 #include <AgendaUtil>
    32 #include <AgendaUtil>
    33 #include <AgendaEntry>
    33 #include <AgendaEntry>
    34 
    34 
    35 
    35 
    36 static const TInt KNotepadFieldLength = 1024;
    36 static const TInt KNotepadFieldLength = 1024;
    57     void DeleteAllL();
    57     void DeleteAllL();
    58     void DeleteAllCreatedByCreatorL();
    58     void DeleteAllCreatedByCreatorL();
    59 
    59 
    60 private:
    60 private:
    61     AgendaUtil *iAgendaUtil;
    61     AgendaUtil *iAgendaUtil;
    62     NotesEditor *iNotepadApi;	//QT Notes api 
    62     NotesEditorInterface *iNotepadApi;	//QT Notes api 
    63     //CNotepadApi *iNotepadApi;
    63     //CNotepadApi *iNotepadApi;
    64 
    64 
    65     CNotepadParameters* iParameters;
    65     CNotepadParameters* iParameters;
    66     RFs& iFs;
    66     RFs& iFs;
    67 
    67