QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgis.h>
Public Types | |
enum | DataType { UnknownDataType = 0, Byte = 1, UInt16 = 2, Int16 = 3, UInt32 = 4, Int32 = 5, Float32 = 6, Float64 = 7, CInt16 = 8, CInt32 = 9, CFloat32 = 10, CFloat64 = 11, ARGB32 = 12, ARGB32_Premultiplied = 13 } |
Raster data types. More... | |
enum | MessageLevel { Info = 0, Warning = 1, Critical = 2, Success = 3, None = 4 } |
Level for messages This will be used both for message log and message bar in application. More... | |
enum | PythonMacroMode { Never = 0, Ask = 1, SessionOnly = 2, Always = 3, NotForThisSession } |
Authorisation to run Python Macros. More... | |
Static Public Member Functions | |
static QString | defaultProjectScales () |
A string with default project scales. More... | |
static QString | devVersion () |
The development version. More... | |
static QString | releaseName () |
Release name. More... | |
static QString | version () |
Version string. More... | |
static int | versionInt () |
Version number used for comparing versions using the "Check QGIS Version" function. More... | |
Static Public Attributes | |
static const double | DEFAULT_HIGHLIGHT_BUFFER_MM = 0.5 |
Default highlight buffer in mm. More... | |
static const QColor | DEFAULT_HIGHLIGHT_COLOR = QColor( 255, 0, 0, 128 ) |
Default highlight color. More... | |
static const double | DEFAULT_HIGHLIGHT_MIN_WIDTH_MM = 1.0 |
Default highlight line/stroke minimum width in mm. More... | |
static const float | DEFAULT_MAPTOPIXEL_THRESHOLD = 1.0f |
Default threshold between map coordinates and device coordinates for map2pixel simplification. More... | |
static const double | DEFAULT_SEARCH_RADIUS_MM = 2. |
Identify search radius in mm. More... | |
static const double | DEFAULT_SNAP_TOLERANCE = 12.0 |
Default snapping distance tolerance. More... | |
static const QgsTolerance::UnitType | DEFAULT_SNAP_UNITS = QgsTolerance::Pixels |
Default snapping distance units. More... | |
static const double | DEFAULT_Z_COORDINATE = 0.0 |
Default Z coordinate value for 2.5d geometry This value have to be assigned to the Z coordinate for the new 2.5d geometry vertex. More... | |
static const char * | QGIS_DEV_VERSION = QGSVERSION |
The development version. More... | |
static const double | SCALE_PRECISION = 0.9999999999 |
Fudge factor used to compare two scales. More... | |
static const double | UI_SCALE_FACTOR = 1 |
UI scaling factor. More... | |
The Qgis class provides global constants for use throughout the application.
enum Qgis::DataType |
Raster data types.
This is modified and extended copy of GDALDataType.
enum Qgis::MessageLevel |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |