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