exporthtmldialog.h
changeset 849 988f1908a7c4
parent 824 36eb4b8f409e
     1.1 --- a/exporthtmldialog.h	Thu Feb 25 11:03:52 2010 +0000
     1.2 +++ b/exporthtmldialog.h	Fri Jul 23 16:43:49 2010 +0000
     1.3 @@ -32,34 +32,30 @@
     1.4      virtual void cssChanged();
     1.5  	virtual QString getCSSPath();
     1.6      virtual void browseCSSPressed();
     1.7 -    virtual void prescriptChanged();
     1.8      virtual void postscriptChanged();
     1.9 -    virtual void browsePreExportButtonPressed();
    1.10      virtual void browsePostExportButtonPressed();
    1.11 -    virtual void doExport( const QString & mapname );
    1.12 +    virtual void saveSettings ();
    1.13      virtual void setFilePath( const QString & s );
    1.14      virtual void setMapName( const QString & s );
    1.15  
    1.16 +public:
    1.17 +    bool useImage;
    1.18 +    bool useTextColor;
    1.19 +    QString postscript;
    1.20 +
    1.21  protected:
    1.22 -    bool useTextColor;
    1.23      bool showWarnings;
    1.24      QString css;
    1.25 -    bool useImage;
    1.26      bool showOutput;
    1.27      QString dir;
    1.28      QString filepath;
    1.29 -    QString prescript;
    1.30 -    QString postscript;
    1.31      bool settingsChanged;
    1.32      QString mapname;
    1.33      bool saveSettingsInMap;
    1.34 -    Process *scriptProc;
    1.35  
    1.36  private:
    1.37  	Ui::ExportHTMLDialog ui;
    1.38      void init();
    1.39 -    void destroy();
    1.40 -    void runScript( QString spath, QString fpath );
    1.41  
    1.42  };
    1.43