8 #include "mapcenterobj.h"
11 //using namespace std;
13 ///////////////////////////////////////////////////////////////////////
19 void setPath(const QString &);
20 void setMapCenter (MapCenterObj*);
21 void setIndentPerDepth (QString);
23 QString getSectionString (BranchObj*);
30 MapCenterObj *mapCenter;
31 QString indentPerDepth;
34 ///////////////////////////////////////////////////////////////////////
35 class ExportLaTeX:public ExportBase
41 ///////////////////////////////////////////////////////////////////////
42 class ExportOO:public ExportBase
47 void exportPresentation();
48 void setConfigFile (const QString &);
50 QString buildList (BranchObj*);
57 QString contentTemplate;
58 QString contentTemplateFile;
62 QString pageTemplateFile;
63 QString chapterTemplate;
64 QString chapterTemplateFile;