changeset 145 | 0683c8e87fac |
parent 0 | 7a96bd401351 |
child 163 | 30b22f7bd009 |
1.1 --- a/exports.h Sun Jan 30 12:58:47 2005 +0000 1.2 +++ b/exports.h Mon Aug 01 20:45:55 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;