1.1 --- a/ornamentedobj.h Fri Dec 08 20:18:56 2006 +0000
1.2 +++ b/ornamentedobj.h Wed Jan 10 13:26:12 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