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();
49 QString buildList (BranchObj*);
50 QString walkPages (BranchObj*);
55 QString contentTemplate;
56 QString contentTemplateFile;
60 QString pageTemplateFile;
61 QString chapterTemplate;
62 QString chapterTemplateFile;