16#ifndef QGSQUICKMAPTRANSFORM_H 
   17#define QGSQUICKMAPTRANSFORM_H 
   22#include "qgis_quick.h" 
   43    Q_PROPERTY( 
QgsQuickMapSettings *mapSettings READ mapSettings WRITE setMapSettings NOTIFY mapSettingsChanged )
 
   56    void applyTo( QMatrix4x4 *matrix ) 
const;
 
 
Encapsulates QgsMapSettings class to offer settings of configuration of map rendering via QML propert...