diff -r 82ebfc46233b -r 8f987e376035 vymmodel.h --- a/vymmodel.h Tue Dec 01 11:06:15 2009 +0000 +++ b/vymmodel.h Mon Jan 04 20:36:06 2010 +0000 @@ -237,6 +237,7 @@ //////////////////////////////////////////// public: void setVersion(const QString &); + QString getVersion(); void setAuthor (const QString &); QString getAuthor (); void setComment (const QString &); @@ -316,6 +317,7 @@ XLinkItem* createXLink(BranchItem *dst,bool createMO=false); //!< Create XLink starting at dst AttributeItem* addAttribute(); + AttributeItem* addAttribute(AttributeItem* ); /*! \brief Add new mapcenter @@ -438,7 +440,8 @@ /*! Export as ASCII text to file */ void exportASCII (QString fname="",bool askForName=true); - /*! Export as XHTML to directory */ + /*! Export as HTML to directory */ + void exportHTML(const QString& dir="", bool askForName=true); void exportXHTML(const QString& dir="", bool askForName=true); /*! Export as OpenOfficeOrg presentation */