diff -r 24691cdacc02 -r 0ccc00c05a22 mapeditor.h --- a/mapeditor.h Wed Jun 20 10:51:46 2007 +0000 +++ b/mapeditor.h Wed Jun 20 11:05:39 2007 +0000 @@ -135,14 +135,24 @@ void setHideTmpMode (BranchObj::HideTmpMode); // temporary hide stuff BranchObj::HideTmpMode getHideTmpMode(); // temporary hide stuff public: - void setExportMode (bool); //!< Set or unset temporary hiding of objects during export - void exportASCII (QString fname="",bool askForName=true); //!< Export as ASCII + /*! Set or unset temporary hiding of objects during export */ + void setExportMode (bool); + + /*! Export as ASCII text to file */ + void exportASCII (QString fname="",bool askForName=true); /*! Save as image */ void exportImage (QString fname="",bool askForName=true,QString format="PNG"); - void exportOOPresentation(const QString &,const QString &); //!< Export as OpenOfficeOrg presentation - void exportXHTML(const QString& dir="");//!< Export as XHTML to directory - void exportXML(const QString& dir=""); //!< Export as XML to directory + + /*! Export as OpenOfficeOrg presentation */ + void exportOOPresentation(const QString &,const QString &); + + /*! Export as XHTML to directory */ + void exportXHTML(const QString& dir="", bool askForName=true); + + /*! Export as XTML to directory */ + void exportXML(const QString& dir=""); + void clear(); //!< Clear map void copy(); //!< Copy to clipboard void redo(); //!< Redo last action