diff -r 6d2b32f305f9 -r 382a444f5b0c treeitem.h --- a/treeitem.h Wed May 13 08:26:27 2009 +0000 +++ b/treeitem.h Thu May 14 12:42:58 2009 +0000 @@ -97,6 +97,7 @@ virtual void setNote(const QString &s); virtual void clearNote(); virtual QString getNote(); + virtual bool hasEmptyNote(); virtual void setNoteObj(const NoteObj &, bool updateNoteEditor=true); virtual NoteObj getNoteObj(); virtual QString getNoteASCII(const QString &indent, const int &width); // returns note (ASCII) @@ -146,6 +147,9 @@ virtual void setLastSelectedBranch(int i); //! Set last selected branch directly virtual TreeItem* getLastSelectedBranch(); +protected: + bool hideExport; //! Hide this item in export +public: virtual void setHideTmp (HideTmpMode); virtual bool hasHiddenExportParent (); virtual void setHideInExport(bool); // set export of object (and children) @@ -167,7 +171,6 @@ int imageOffset; int imageCounter; - bool hideExport;//! Hide this item in export bool hidden; //! Hidden in export if true };