exports.h
changeset 199 202572375c98
parent 194 de97201180ea
child 205 30c4a6c7ff10
     1.1 --- a/exports.h	Wed Jan 25 09:04:00 2006 +0000
     1.2 +++ b/exports.h	Wed Jan 25 12:34:55 2006 +0000
     1.3 @@ -16,7 +16,8 @@
     1.4  {
     1.5  public:
     1.6  	ExportBase();
     1.7 -	void setPath(const QString &);
     1.8 +	void setDir(const QString &);
     1.9 +	void setFile(const QString &);
    1.10  	void setMapCenter (MapCenterObj*);
    1.11  	void setIndentPerDepth (QString);
    1.12  protected:  
    1.13 @@ -26,7 +27,8 @@
    1.14  
    1.15  protected:
    1.16  	QDir outdir;
    1.17 -	QString filepath;
    1.18 +	QString outputDir;
    1.19 +	QString outputFile;
    1.20  	MapCenterObj *mapCenter;
    1.21  	QString	indentPerDepth;
    1.22  };
    1.23 @@ -57,7 +59,6 @@
    1.24  	QString contentTemplate;
    1.25  	QString contentTemplateFile;
    1.26  	QString contentFile;
    1.27 -	QString outputFile;
    1.28  	QString pageTemplate;
    1.29  	QString pageTemplateFile;
    1.30  	QString sectionTemplate;