#include <qgis.h>
Public Types | |
| enum | WkbType { WKBUnknown = 0, WKBPoint = 1, WKBLineString, WKBPolygon, WKBMultiPoint, WKBMultiLineString, WKBMultiPolygon, WKBNoGeometry = 100, WKBPoint25D = 0x80000001, WKBLineString25D, WKBPolygon25D, WKBMultiPoint25D, WKBMultiLineString25D, WKBMultiPolygon25D } |
| Used for symbology operations. More... | |
| enum | GeometryType { Point, Line, Polygon, UnknownGeometry, NoGeometry } |
| enum | UnitType { Meters = 0, Feet = 1, Degrees = 2, DecimalDegrees = 2, DegreesMinutesSeconds = 4, DegreesDecimalMinutes = 5, UnknownUnit = 3 } |
| Map units that qgis supports. More... | |
| enum | UserEvent { ProviderExtentCalcEvent = ( QEvent::User + 1 ), ProviderCountCalcEvent } |
| User defined event types. More... | |
Static Public Attributes | |
| static const char * | QGIS_VERSION = VERSION |
| static const int | QGIS_VERSION_INT = VERSION_INT |
| static const char * | QGIS_RELEASE_NAME = RELEASE_NAME |
| static const char * | QGIS_SVN_VERSION = QGSSVNVERSION |
| static const char * | qgisVectorGeometryType [] |
| static const char * | qgisFeatureTypes [] |
| description strings for feature types | |
| static const double | DEFAULT_IDENTIFY_RADIUS = 0.5 |
Definition at line 28 of file qgis.h.
| enum QGis::WkbType |
| enum QGis::GeometryType |
| enum QGis::UnitType |
| enum QGis::UserEvent |
const char * QGis::QGIS_VERSION = VERSION [static] |
Definition at line 34 of file qgis.h.
Referenced by QgsProject::read(), QgsMapLayer::saveNamedStyle(), and QgsProject::write().
const int QGis::QGIS_VERSION_INT = VERSION_INT [static] |
const char * QGis::QGIS_RELEASE_NAME = RELEASE_NAME [static] |
const char * QGis::QGIS_SVN_VERSION = QGSSVNVERSION [static] |
const char * QGis::qgisVectorGeometryType [static] |
Initial value:
{
"Point",
"Line",
"Polygon"
}
Definition at line 74 of file qgis.h.
Referenced by QgsVectorLayer::writeXml().
const char * QGis::qgisFeatureTypes [static] |
const double QGis::DEFAULT_IDENTIFY_RADIUS = 0.5 [static] |
Definition at line 105 of file qgis.h.
Referenced by QgsMapTip::fetchFeature(), and QgsFormAnnotationItem::setFeatureForMapPosition().
1.5.6