noteobj.h
changeset 746 ee6b0f3a4c2f
parent 617 7ee5bf3647d3
child 842 bec082472471
     1.1 --- a/noteobj.h	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/noteobj.h	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -15,17 +15,18 @@
     1.4  public:
     1.5  	NoteObj();
     1.6  	NoteObj(const QString&);
     1.7 +	void operator= (const NoteObj &);
     1.8  	void copy (NoteObj);
     1.9  	void clear();
    1.10  	void setNote (const QString&);
    1.11 -	QString getNote();
    1.12 +	QString getNote() const;
    1.13  	QString getNoteASCII();
    1.14 -	QString getNoteASCII(const QString &indent, const int &width);
    1.15 +	QString getNoteASCII(const QString &indent, const int &width=0);
    1.16  	QString getNoteOpenDoc();
    1.17  	void setFontHint (const QString&);
    1.18 -	QString getFontHint ();
    1.19 +	QString getFontHint () const;
    1.20  	void setFilenameHint (const QString&);
    1.21 -	QString getFilenameHint ();
    1.22 +	QString getFilenameHint () const;
    1.23  	bool isEmpty();
    1.24  	QString	saveToDir();
    1.25