diff -r 7df0b7986274 -r 5f9a2771680d mapeditor.h --- a/mapeditor.h Tue Apr 08 08:28:37 2008 +0000 +++ b/mapeditor.h Tue Apr 08 08:28:37 2008 +0000 @@ -230,6 +230,13 @@ private: void setHeadingInt(const QString &); void setVymLinkInt(const QString &); // Set vymLink for selection + /*! \brief Add new mapcenter + + Disclaimer: Still experimental, not fully supported. + */ +public: + BranchObj* addMapCenter(); + /*! \brief Add new branch Depending on num the new branch is created @@ -240,6 +247,7 @@ 0..n insert at a specific position in selections parent (needed for free relinking) */ +private: BranchObj* addNewBranchInt(int); // pos allows to add above/below selection public: /*! \Add new branch @@ -258,6 +266,7 @@ void unselect(); // before changing current noteedit void reselect(); // after changing current noteedit bool select(const QString &); // Select by string + bool select(LinkableMapObj *lmo); // Select by pointer QString getSelectString(); private: void selectInt(LinkableMapObj*); @@ -427,6 +436,9 @@ QPointF movingObj_start; // rel. pos of mouse to absPos QPointF movingCont_start; // inital pos of moving Content or QPointF movingVec; // how far has Content moved + + QPointF contextMenuPos; // position where context event was triggered + QPrinter* printer; // Printing bool mapDefault; // Flag if map is untouched