mapeditor.h
changeset 166 325958acb69b
parent 164 d442a66e9121
child 175 728f51b71e71
     1.1 --- a/mapeditor.h	Thu Sep 22 12:14:23 2005 +0000
     1.2 +++ b/mapeditor.h	Mon Oct 10 11:20:25 2005 +0000
     1.3 @@ -31,8 +31,6 @@
     1.4  private:
     1.5  	void makeTmpDirs();		// create temporary directories
     1.6  	void delTmpDirs();		// delete temporary directories
     1.7 -	void makeSubDirs(const QString&);		
     1.8 -							// create subdirs in dir
     1.9      QString saveToDir(const QString&,const QString &,bool, const QPoint &,LinkableMapObj*);
    1.10      void saveState();		// save actual state to backup
    1.11      void saveState(LinkableMapObj *);
    1.12 @@ -61,7 +59,7 @@
    1.13  	QString getFileName ();	// e.g. "map.xml"
    1.14  	QString getMapName ();	// e.g. "map"
    1.15  	QString getDestPath (); // e.g. "/home/tux/map.vym"
    1.16 -    int load (QString&, const LoadMode &);	// newmap, import/replace selection
    1.17 +    int load (QString, LoadMode );	// newmap, import/replace selection
    1.18  public:
    1.19      int save(const SaveMode &);	// Save map 
    1.20  	void setZipped(bool);		// save map zipped
    1.21 @@ -82,7 +80,7 @@
    1.22      void undo();		// undo last action
    1.23  private:	
    1.24      void undoXML(const QString &, const QString &);
    1.25 -    LinkableMapObj* pasteNoSave();		// paste clipboard to branch
    1.26 +    void pasteNoSave();		// paste clipboard to branch
    1.27      void cutNoSave();	// cut to clipboard
    1.28  public:	
    1.29      void paste();		// paste clipboard to branch and backup