diff -r 2747c4145c71 -r 97e0bd468439 exports.h --- a/exports.h Tue Jan 24 15:09:48 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;