mapeditor.h
changeset 105 67a91e28b30f
parent 98 58adc2d2ed08
child 106 4083860dd82e
     1.1 --- a/mapeditor.h	Mon May 30 05:39:10 2005 +0000
     1.2 +++ b/mapeditor.h	Mon Jun 06 20:27:42 2005 +0000
     1.3 @@ -33,6 +33,7 @@
     1.4  	&,SaveMode);
     1.5      void saveState();		// save actual state to backup
     1.6      void saveState(const SaveMode&, LinkableMapObj *);
     1.7 +    void saveState(const SaveMode&, LinkableMapObj *, const QString &);
     1.8  
     1.9  private slots:
    1.10      void finishedLineEditNoSave();
    1.11 @@ -137,6 +138,7 @@
    1.12  	void followXLink (int);
    1.13  	void editXLink (int);
    1.14      void testFunction();				// FIXME just testing
    1.15 +    void parseTest(const QString &);	// FIXME just testing
    1.16  
    1.17  protected:
    1.18  	void ensureSelectionVisible();		
    1.19 @@ -184,6 +186,7 @@
    1.20  	bool mapUnsaved;				// Flag if map should be saved
    1.21      QString backupXML;				// backup (XML) for undo
    1.22  	LinkableMapObj* undoSelection;	// replace this LMO with vympart from backup
    1.23 +	QString undoCommand;			// FIXME testing
    1.24  									// if != NULL
    1.25  
    1.26  	bool printFrame;			// Print frame around map