vymmodel.h
changeset 819 8f987e376035
parent 813 82ebfc46233b
child 820 735c7ea1d2a9
     1.1 --- a/vymmodel.h	Tue Dec 15 09:14:59 2009 +0000
     1.2 +++ b/vymmodel.h	Mon Jan 04 20:36:06 2010 +0000
     1.3 @@ -237,6 +237,7 @@
     1.4  ////////////////////////////////////////////
     1.5  public:
     1.6  	void setVersion(const  QString &);
     1.7 +	QString getVersion();
     1.8  	void setAuthor  (const QString &);
     1.9  	QString getAuthor ();
    1.10  	void setComment (const QString &);
    1.11 @@ -316,6 +317,7 @@
    1.12  	XLinkItem* createXLink(BranchItem *dst,bool createMO=false);	//!< Create XLink starting at dst
    1.13  
    1.14  	AttributeItem* addAttribute();
    1.15 +	AttributeItem* addAttribute(AttributeItem* );
    1.16  
    1.17  	/*! \brief Add new mapcenter
    1.18  
    1.19 @@ -438,7 +440,8 @@
    1.20  	/*! Export as ASCII text to file */
    1.21  	void exportASCII (QString fname="",bool askForName=true);  
    1.22  
    1.23 -	/*! Export as XHTML to directory */
    1.24 +	/*! Export as HTML to directory */
    1.25 +    void exportHTML(const QString& dir="", bool askForName=true);	
    1.26      void exportXHTML(const QString& dir="", bool askForName=true);	
    1.27  
    1.28      /*! Export as OpenOfficeOrg presentation */