#include <qgsvectorlayer.h>
Public Member Functions | |
| RangeData () | |
| RangeData (QVariant theMin, QVariant theMax, QVariant theStep) | |
Public Attributes | |
| QVariant | mMin |
| QVariant | mMax |
| QVariant | mStep |
Definition at line 85 of file qgsvectorlayer.h.
| QgsVectorLayer::RangeData::RangeData | ( | ) | [inline] |
Definition at line 87 of file qgsvectorlayer.h.
| QgsVectorLayer::RangeData::RangeData | ( | QVariant | theMin, | |
| QVariant | theMax, | |||
| QVariant | theStep | |||
| ) | [inline] |
Definition at line 88 of file qgsvectorlayer.h.
| QVariant QgsVectorLayer::RangeData::mMin |
Definition at line 91 of file qgsvectorlayer.h.
| QVariant QgsVectorLayer::RangeData::mMax |
Definition at line 92 of file qgsvectorlayer.h.
| QVariant QgsVectorLayer::RangeData::mStep |
Definition at line 93 of file qgsvectorlayer.h.
1.5.6