ornamentedobj.h
changeset 417 1cc7bbf75f0b
parent 408 c2a05fa925a1
child 442 dfbc371b7280
     1.1 --- a/ornamentedobj.h	Fri Dec 08 20:18:56 2006 +0000
     1.2 +++ b/ornamentedobj.h	Fri Jan 05 11:17:32 2007 +0000
     1.3 @@ -40,6 +40,7 @@
     1.4  	virtual QString getSystemFlagName (const QPointF &p);
     1.5  	virtual bool isActiveFlag(const QString&);	// check if flag is set
     1.6  	virtual void updateNoteFlag();
     1.7 +	virtual void getNoteFromTextEditor ();
     1.8  	virtual void updateFlagsToolbar();
     1.9  	virtual void setHideInExport(bool);		// set export of object (and childs)
    1.10  	virtual bool hideInExport();
    1.11 @@ -49,6 +50,7 @@
    1.12  protected:
    1.13      HeadingObj *heading;			// Heading
    1.14  	NoteObj note;					// Notes
    1.15 +	bool isNoteInEditor;			// true if TextEditor has this note
    1.16  	FlagRowObj *systemFlags;		// System Flags
    1.17  	FlagRowObj *standardFlags;		// Standard Flags
    1.18  	QRectF ornamentsBBox;			// bbox of flags and heading