1.1 --- a/mapeditor.h Wed Aug 30 12:16:25 2006 +0000
1.2 +++ b/mapeditor.h Thu Aug 31 12:51:20 2006 +0000
1.3 @@ -45,9 +45,10 @@
1.4 void saveStateComplete (const QString &);
1.5 void saveStatePart (LinkableMapObj *, const QString &);
1.6 void saveStateConstSelection (const QString &, const QString &, const QString &);
1.7 - void saveStateX (LinkableMapObj *, const QString &, const QString &);
1.8 void saveStateComData (LinkableMapObj *, const QString &, LinkableMapObj *, const QString &, const QString &, LinkableMapObj *);
1.9 - void saveState(const SaveMode&, LinkableMapObj *, const QString &, LinkableMapObj *, const QString &, const QString &, LinkableMapObj *);
1.10 + void saveState(LinkableMapObj *, const QString &, LinkableMapObj *, const QString &, const QString &);
1.11 + void saveState(const QString &, const QString &, const QString &, const QString &, const QString &);
1.12 + void saveState(const SaveMode&, const QString &, const QString &, const QString &, const QString &, const QString &, LinkableMapObj *);
1.13 void parseAtom(const QString &);
1.14
1.15 void addFloatImage(const QPixmap &img);
1.16 @@ -106,6 +107,7 @@
1.17 void setHeadingInt(const QString &);
1.18 void setURLInt(const QString &); // Just set the URL for selection
1.19 void setVymLinkInt(const QString &); // Set vymLink for selection
1.20 + BranchObj* addNewBranchInt(int); // pos allows to add above/below selection
1.21 public:
1.22 void addNewBranch(int); // pos allows to add above/below selection
1.23 void addNewBranchHere(); // insert and make selection its
1.24 @@ -180,7 +182,8 @@
1.25 void importDir();
1.26 void followXLink (int);
1.27 void editXLink (int);
1.28 - void testFunction(); // FIXME just testing
1.29 + void testFunction(); // just testing new stuff
1.30 + // set /mainwindo/showTestMenu=true...
1.31
1.32 protected:
1.33 void ensureSelectionVisible();