mapeditor.h
changeset 520 0ccc00c05a22
parent 517 b525fdd445c4
child 526 eacf1b165d2d
     1.1 --- a/mapeditor.h	Wed Jun 20 10:51:46 2007 +0000
     1.2 +++ b/mapeditor.h	Wed Jun 20 11:05:39 2007 +0000
     1.3 @@ -135,14 +135,24 @@
     1.4  	void setHideTmpMode (BranchObj::HideTmpMode);	// temporary hide stuff
     1.5  	BranchObj::HideTmpMode getHideTmpMode();		// temporary hide stuff
     1.6  public:
     1.7 -	void setExportMode (bool);			//!< Set or unset temporary hiding of objects during export
     1.8 -	void exportASCII (QString fname="",bool askForName=true);  	//!< Export as ASCII
     1.9 +	/*! Set or unset temporary hiding of objects during export  */
    1.10 +	void setExportMode (bool);
    1.11 +
    1.12 +	/*! Export as ASCII text to file */
    1.13 +	void exportASCII (QString fname="",bool askForName=true);  
    1.14  
    1.15  	/*! Save as image */
    1.16      void exportImage (QString fname="",bool askForName=true,QString format="PNG");
    1.17 -    void exportOOPresentation(const QString &,const QString &);	//!< Export as OpenOfficeOrg presentation
    1.18 -    void exportXHTML(const QString& dir="");//!< Export as XHTML to directory
    1.19 -    void exportXML(const QString& dir="");	//!< Export as XML to directory
    1.20 +
    1.21 +    /*! Export as OpenOfficeOrg presentation */
    1.22 +    void exportOOPresentation(const QString &,const QString &);	
    1.23 +
    1.24 +	/*! Export as XHTML to directory */
    1.25 +    void exportXHTML(const QString& dir="", bool askForName=true);	
    1.26 +
    1.27 +	/*! Export as XTML to directory */
    1.28 +    void exportXML(const QString& dir="");
    1.29 +
    1.30      void clear();						//!< Clear map
    1.31      void copy();						//!< Copy to clipboard
    1.32      void redo();						//!< Redo last action