diff -r e7acede0377c -r 0e994bf2346b mapeditor.h --- a/mapeditor.h Wed Mar 15 13:53:53 2006 +0000 +++ b/mapeditor.h Wed Mar 15 13:53:53 2006 +0000 @@ -31,7 +31,6 @@ private: void makeTmpDirs(); // create temporary directories - void delTmpDirs(); // delete temporary directories QString saveToDir(const QString&,const QString &,bool, const QPoint &,LinkableMapObj*); void saveState(); // save actual state to backup void saveState(LinkableMapObj *); @@ -128,7 +127,10 @@ void editVymLink(); // edit link to another map void deleteVymLink(); // delete link to another map QString getVymLink(); // return path to map + void setHideExport(); // toggle the export flag +protected: void toggleHideExport(); // toggle the export flag +public: void removeBranchHere(); // remove but keep childs void removeChilds(); // remove childs void editMapInfo(); // dialog to enter author, ... @@ -151,7 +153,6 @@ void unScrollAll(); void loadFloatImage (); void saveFloatImage (int); - void toggleFloatExport(); void setFrame(const FrameType &); void setIncludeImagesVer(bool); void setIncludeImagesHor(bool);