diff -r 914f330b6aa8 -r 25a77484ec72 ornamentedobj.h --- a/ornamentedobj.h Thu Apr 02 09:57:47 2009 +0000 +++ b/ornamentedobj.h Tue Apr 07 16:15:53 2009 +0000 @@ -28,7 +28,6 @@ virtual void init (); virtual void copy (OrnamentedObj*); - virtual QString getHeading(); //!< returns the heading virtual void setLinkColor(); // sets color according to colorhint, overloaded virtual void setColor(QColor); // set the color of text and link QColor getColor (); // get color of heading @@ -71,11 +70,9 @@ virtual QString getSystemFlagName (const QPointF &p); virtual bool isActiveFlag(const QString&); // check if flag is set virtual void updateSystemFlags(); + virtual void updateFlagsToolbar(); + //virtual void getNoteFromTextEditor ();// FIXME should move to vymview?! - virtual void updateFlagsToolbar(); - virtual void setHideInExport(bool); // set export of object (and children) - virtual bool hideInExport(); // FIXME moved to treeitem - virtual bool isHidden (); // FIXME moved to treeitem virtual QString getOrnXMLAttr(); // get attributes for saveToDir protected: @@ -85,11 +82,8 @@ FrameObj *frame; // frame around object QRectF ornamentsBBox; // bbox of flags and heading QString url; // url to external doc - QString vymLink; // path to another map + QString vymLink; // path to another map // FIXME-1 remove this QList attributes; // List with attributes - - bool hideExport; // hide in exports if set - bool hidden; // true if temporary hidden // FIXME moved to treeitem needs to move }; #endif