diff -r 557239819c45 -r 70c41284cb48 mapeditor.h --- a/mapeditor.h Wed Aug 30 12:16:25 2006 +0000 +++ b/mapeditor.h Thu Aug 31 11:55:33 2006 +0000 @@ -45,9 +45,10 @@ void saveStateComplete (const QString &); void saveStatePart (LinkableMapObj *, const QString &); void saveStateConstSelection (const QString &, const QString &, const QString &); - void saveStateX (LinkableMapObj *, const QString &, const QString &); void saveStateComData (LinkableMapObj *, const QString &, LinkableMapObj *, const QString &, const QString &, LinkableMapObj *); - void saveState(const SaveMode&, LinkableMapObj *, const QString &, LinkableMapObj *, const QString &, const QString &, LinkableMapObj *); + void saveState(LinkableMapObj *, const QString &, LinkableMapObj *, const QString &, const QString &); + void saveState(const QString &, const QString &, const QString &, const QString &, const QString &); + void saveState(const SaveMode&, const QString &, const QString &, const QString &, const QString &, const QString &, LinkableMapObj *); void parseAtom(const QString &); void addFloatImage(const QPixmap &img); @@ -106,6 +107,7 @@ void setHeadingInt(const QString &); void setURLInt(const QString &); // Just set the URL for selection void setVymLinkInt(const QString &); // Set vymLink for selection + BranchObj* addNewBranchInt(int); // pos allows to add above/below selection public: void addNewBranch(int); // pos allows to add above/below selection void addNewBranchHere(); // insert and make selection its @@ -180,7 +182,8 @@ void importDir(); void followXLink (int); void editXLink (int); - void testFunction(); // FIXME just testing + void testFunction(); // just testing new stuff + // set /mainwindo/showTestMenu=true... protected: void ensureSelectionVisible();