exports.h
changeset 163 30b22f7bd009
parent 131 16b250a57c17
child 171 a98a07994eed
     1.1 --- a/exports.h	Tue Sep 06 15:04:50 2005 +0000
     1.2 +++ b/exports.h	Mon Sep 12 19:52:51 2005 +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;