diff -r 36eb4b8f409e -r 1ad892c1a709 exporthtmldialog.h --- a/exporthtmldialog.h Thu Feb 25 11:03:52 2010 +0000 +++ b/exporthtmldialog.h Tue Mar 02 13:59:19 2010 +0000 @@ -32,34 +32,30 @@ virtual void cssChanged(); virtual QString getCSSPath(); virtual void browseCSSPressed(); - virtual void prescriptChanged(); virtual void postscriptChanged(); - virtual void browsePreExportButtonPressed(); virtual void browsePostExportButtonPressed(); - virtual void doExport( const QString & mapname ); + virtual void saveSettings (); virtual void setFilePath( const QString & s ); virtual void setMapName( const QString & s ); +public: + bool useImage; + bool useTextColor; + QString postscript; + protected: - bool useTextColor; bool showWarnings; QString css; - bool useImage; bool showOutput; QString dir; QString filepath; - QString prescript; - QString postscript; bool settingsChanged; QString mapname; bool saveSettingsInMap; - Process *scriptProc; private: Ui::ExportHTMLDialog ui; void init(); - void destroy(); - void runScript( QString spath, QString fpath ); };