mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
marker catalogue
git-svn-id: http://svn.osgeo.org/qgis/trunk@2989 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
2f864dd2a4
commit
3204ec66a9
@ -18,12 +18,18 @@
|
||||
|
||||
#ifndef QGSSISYDIALOG_H
|
||||
#define QGSSISYDIALOG_H
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "qgssisydialogbase.h"
|
||||
#else
|
||||
#include "qgssisydialogbase.uic.h"
|
||||
#endif
|
||||
|
||||
class QString;
|
||||
|
||||
class QgsSymbol;
|
||||
class QgsVectorLayer;
|
||||
|
||||
@ -67,6 +73,9 @@ private:
|
||||
/**Default constructor is privat to not use is*/
|
||||
QgsSiSyDialog();
|
||||
|
||||
/** vector of marker names for combo items */
|
||||
std::vector<QString> mMarkers;
|
||||
|
||||
signals:
|
||||
void settingsChanged();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user