diff -r a98a07994eed -r ca30b203fb73 exports.h --- a/exports.h Tue Jan 03 09:44:41 2006 +0000 +++ b/exports.h Tue Jan 24 15:09:48 2006 +0000 @@ -10,7 +10,7 @@ //using namespace std; -///////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////// class ExportBase { @@ -31,25 +31,27 @@ QString indentPerDepth; }; -///////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////// class ExportLaTeX:public ExportBase { public: void exportLaTeX(); }; -///////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////// class ExportOO:public ExportBase { public: ExportOO(); ~ExportOO(); void exportPresentation(); + void setConfigFile (const QString &); private: QString buildList (BranchObj*); - QString walkPages (BranchObj*); QDir tmpDir; bool useChapters; + QString configFile; + QString configDir; QString templateDir; QString content; QString contentTemplate;