mapcenteritem.h
changeset 749 9ff332964015
child 756 a8a5c7288f57
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mapcenteritem.h	Wed Apr 01 15:06:57 2009 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +#ifndef MAPCENTERITEM_H
     1.5 +#define MAPCENTERITEM_H
     1.6 +
     1.7 +#include "branchitem.h"
     1.8 +
     1.9 +
    1.10 +class MapCenterItem:public BranchItem
    1.11 +{
    1.12 +public:
    1.13 +    MapCenterItem(const QList<QVariant> &data, TreeItem *parent = 0);
    1.14 +    ~MapCenterItem();
    1.15 +
    1.16 +	QString saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset);
    1.17 +};
    1.18 +
    1.19 +#endif