Introduced basic export to Open Document format
authorinsilmaril
Tue Jan 24 15:09:48 2006 +0000 (2006-01-24)
changeset 1862e9f9acde92a
parent 185 6691000c3262
child 187 2658871fdda4
Introduced basic export to Open Document format
noteobj.h
     1.1 --- a/noteobj.h	Tue Jan 24 15:09:48 2006 +0000
     1.2 +++ b/noteobj.h	Tue Jan 24 15:09:48 2006 +0000
     1.3 @@ -11,10 +11,13 @@
     1.4  {
     1.5  public:
     1.6  	NoteObj();
     1.7 +	NoteObj(const QString&);
     1.8  	void copy (NoteObj);
     1.9  	void clear();
    1.10  	void setNote (const QString&);
    1.11  	QString getNote();
    1.12 +	QString getNoteASCII();
    1.13 +	QString getNoteOpenDoc();
    1.14  	void setFontHint (const QString&);
    1.15  	QString getFontHint ();
    1.16  	void setFilenameHint (const QString&);