1.1 --- a/branchobj.h Mon Oct 22 09:50:03 2007 +0000
1.2 +++ b/branchobj.h Mon Jan 14 16:33:13 2008 +0000
1.3 @@ -11,14 +11,16 @@
1.4
1.5 /*! \brief A branch visible in the map */
1.6
1.7 +/*! If HideExport is used, this branch and its childs will be hidden in export */
1.8 +enum HideTmpMode {HideNone, HideExport};
1.9 +
1.10 +
1.11 /////////////////////////////////////////////////////////////////////////////
1.12 class BranchObj:public OrnamentedObj {
1.13 public:
1.14 /*! New branches will get use same color for heading as parent */
1.15 enum BranchModification {NewBranch, MovedBranch};
1.16
1.17 - /*! If HideExport is used, this branch and its childs will be hidden in export */
1.18 - enum HideTmpMode {HideNone, HideExport};
1.19
1.20 BranchObj ();
1.21 BranchObj (QGraphicsScene*);