mapeditor.h
changeset 175 728f51b71e71
parent 166 325958acb69b
child 185 6691000c3262
     1.1 --- a/mapeditor.h	Tue Jan 03 09:44:41 2006 +0000
     1.2 +++ b/mapeditor.h	Tue Jan 03 09:44:41 2006 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  #include <qbuffer.h>
     1.5  
     1.6  #include "mapcenterobj.h"
     1.7 +#include "file.h"
     1.8  #include "misc.h"
     1.9  
    1.10  class QNetworkOperation;
    1.11 @@ -125,6 +126,7 @@
    1.12  	void editURL();							// edit the URL
    1.13  	void editHeading2URL();					// copy heading to URL
    1.14  	void editBugzilla2URL();				// create URL to Bugzilla
    1.15 +	void editFATE2URL();					// create URL to FATE
    1.16  	void editVymLink();						// edit link to another map
    1.17  	void deleteVymLink();					// delete link to another map
    1.18  	QString getVymLink();					// return path to map
    1.19 @@ -152,6 +154,8 @@
    1.20  	void saveFloatImage (int);
    1.21  	void toggleFloatExport();
    1.22  	void setFrame(const FrameType &);
    1.23 +	void setIncludeImagesVer(bool);
    1.24 +	void setIncludeImagesHor(bool);
    1.25  	void setHideLinkUnselected (bool);
    1.26  	bool getHideLinkUnselected ();
    1.27  private: