ClassList > QfIdentifyTool
Inherits the following classes: QObject
Classes
Public Slots
Public Properties
Public Signals
Public Functions
Public Properties Documentation
property deactivated [1/2]
bool QfIdentifyTool::deactivated;
property mapSettings [1/2]
QgsQuickMapSettings * QfIdentifyTool::mapSettings;
property model [1/2]
QfMultiFeatureListModel * QfIdentifyTool::model;
property searchRadiusMm [1/2]
double QfIdentifyTool::searchRadiusMm;
Public Slots Documentation
slot identify
void QfIdentifyTool::identify;
slot identifyRasterLayer
QList< QfIdentifyTool::IdentifyResult > QfIdentifyTool::identifyRasterLayer;
slot identifyVectorLayer
QList< QfIdentifyTool::IdentifyResult > QfIdentifyTool::identifyVectorLayer;
slot identifyVectorTileLayer
QList< QfIdentifyTool::IdentifyResult > QfIdentifyTool::identifyVectorTileLayer;
Public Signals Documentation
signal deactivatedChanged
void QfIdentifyTool::deactivatedChanged;
signal identifyFinished
void QfIdentifyTool::identifyFinished;
signal mapSettingsChanged
void QfIdentifyTool::mapSettingsChanged;
signal modelChanged
void QfIdentifyTool::modelChanged;
signal searchRadiusMmChanged
void QfIdentifyTool::searchRadiusMmChanged;
Public Functions Documentation
explicit QfIdentifyTool::QfIdentifyTool (
QObject * parent=nullptr
)
function deactivated [2/2]
inline bool QfIdentifyTool::deactivated () const
function mapSettings [2/2]
QgsQuickMapSettings * QfIdentifyTool::mapSettings () const
function model [2/2]
QfMultiFeatureListModel * QfIdentifyTool::model () const
function searchRadiusMm [2/2]
double QfIdentifyTool::searchRadiusMm () const
function setDeactivated
void QfIdentifyTool::setDeactivated (
bool deactivated
)
function setMapSettings
void QfIdentifyTool::setMapSettings (
QgsQuickMapSettings * mapSettings
)
function setModel
void QfIdentifyTool::setModel (
QfMultiFeatureListModel * model
)
function setSearchRadiusMm
void QfIdentifyTool::setSearchRadiusMm (
double searchRadiusMm
)
The documentation for this class was generated from the following file src/core/qfidentifytool.h