changeset 167 | f7efd8c7c407 |
parent 131 | 16b250a57c17 |
child 171 | a98a07994eed |
1.1 --- a/exports.h Fri Jul 22 15:38:06 2005 +0000 1.2 +++ b/exports.h Tue Jan 03 09:44:41 2006 +0000 1.3 @@ -17,9 +17,12 @@ 1.4 void setPath(const QString &); 1.5 void setMapCenter (MapCenterObj*); 1.6 void setIndentPerDepth (QString); 1.7 - void exportMap(); 1.8 protected: 1.9 QString getSectionString (BranchObj*); 1.10 +public: 1.11 + void exportMap(); 1.12 + void exportLaTeX(); 1.13 + void exportOOPresentation(); 1.14 1.15 private: 1.16 QDir outdir;