mapeditor.h
changeset 250 0e994bf2346b
parent 243 fad762341d2d
child 260 69d648a0a15b
     1.1 --- a/mapeditor.h	Wed Mar 15 13:53:53 2006 +0000
     1.2 +++ b/mapeditor.h	Wed Mar 15 13:53:53 2006 +0000
     1.3 @@ -31,7 +31,6 @@
     1.4  	
     1.5  private:
     1.6  	void makeTmpDirs();		// create temporary directories
     1.7 -	void delTmpDirs();		// delete temporary directories
     1.8      QString saveToDir(const QString&,const QString &,bool, const QPoint &,LinkableMapObj*);
     1.9      void saveState();		// save actual state to backup
    1.10      void saveState(LinkableMapObj *);
    1.11 @@ -128,7 +127,10 @@
    1.12  	void editVymLink();						// edit link to another map
    1.13  	void deleteVymLink();					// delete link to another map
    1.14  	QString getVymLink();					// return path to map
    1.15 +	void setHideExport();					// toggle the export flag
    1.16 +protected:	
    1.17  	void toggleHideExport();				// toggle the export flag
    1.18 +public:	
    1.19  	void removeBranchHere();				// remove but keep childs
    1.20  	void removeChilds();					// remove childs
    1.21  	void editMapInfo();						// dialog to enter author, ...
    1.22 @@ -151,7 +153,6 @@
    1.23      void unScrollAll();
    1.24  	void loadFloatImage ();
    1.25  	void saveFloatImage (int);
    1.26 -	void toggleFloatExport();
    1.27  	void setFrame(const FrameType &);
    1.28  	void setIncludeImagesVer(bool);
    1.29  	void setIncludeImagesHor(bool);