diff -r 0b048b6bb6f4 -r 58adc2d2ed08 mapeditor.h --- a/mapeditor.h Thu Apr 21 19:14:38 2005 +0000 +++ b/mapeditor.h Wed May 04 20:35:39 2005 +0000 @@ -74,6 +74,7 @@ void moveBranchDown(); void editHeading(); void addNewBranch(int); // pos allows to add above/below selection + void addNewBranchHere(); // insert and make selection its void deleteSelection(); LinkableMapObj* getSelection(); // returns selection bool select(const QString &); // Select @@ -106,6 +107,8 @@ void editVymLink(); // edit link to another map void deleteVymLink(); // delete link to another map QString getVymLink(); // return path to map + void removeBranchHere(); // remove but keep childs + void removeChilds(); // remove childs void editMapInfo(); // dialog to enter author, ... void updateActions(); // update e.g. format buttons void setLinkStyle (LinkStyle); // Set style of link