exports.h
changeset 131 16b250a57c17
parent 0 7a96bd401351
child 163 30b22f7bd009
     1.1 --- a/exports.h	Tue Jul 19 15:57:49 2005 +0000
     1.2 +++ b/exports.h	Fri Jul 22 15:38:06 2005 +0000
     1.3 @@ -14,15 +14,12 @@
     1.4  {
     1.5  public:
     1.6  	Export();
     1.7 -	bool setOutputDir (QString);
     1.8  	void setPath(const QString &);
     1.9  	void setMapCenter (MapCenterObj*);
    1.10  	void setIndentPerDepth (QString);
    1.11  	void exportMap();
    1.12 -	void exportAsHTML();
    1.13  protected:  
    1.14  	QString getSectionString (BranchObj*);
    1.15 -	void write (QString);
    1.16  
    1.17  private:
    1.18  	QDir outdir;