diff -r c2a05fa925a1 -r 658ad3bc0c8a ornamentedobj.h --- a/ornamentedobj.h Fri Dec 08 20:18:56 2006 +0000 +++ b/ornamentedobj.h Sat Mar 31 09:28:27 2007 +0000 @@ -40,6 +40,7 @@ virtual QString getSystemFlagName (const QPointF &p); virtual bool isActiveFlag(const QString&); // check if flag is set virtual void updateNoteFlag(); + virtual void getNoteFromTextEditor (); virtual void updateFlagsToolbar(); virtual void setHideInExport(bool); // set export of object (and childs) virtual bool hideInExport(); @@ -49,6 +50,7 @@ protected: HeadingObj *heading; // Heading NoteObj note; // Notes + bool isNoteInEditor; // true if TextEditor has this note FlagRowObj *systemFlags; // System Flags FlagRowObj *standardFlags; // Standard Flags QRectF ornamentsBBox; // bbox of flags and heading