16 #ifndef QGSQUICKMAPTRANSFORM_H 17 #define QGSQUICKMAPTRANSFORM_H 22 #include "qgis_quick.h" 44 Q_PROPERTY(
QgsQuickMapSettings *mapSettings READ mapSettings WRITE setMapSettings NOTIFY mapSettingsChanged )
57 void applyTo( QMatrix4x4 *matrix )
const;
67 void mapSettingsChanged();
77 #endif // QGSQUICKMAPTRANSFORM_H The QgsQuickMapSettings class encapsulates QgsMapSettings class to offer settings of configuration of...