Class QfMapCanvasPointHandler
ClassList > QfMapCanvasPointHandler
Inherits the following classes: QtQuick::Item
Inherited by the following classes: MapCanvasPointHandler
Public Types
| Type | Name |
|---|---|
| enum | Priority |
Public Properties
| Type | Name |
|---|---|
| property Item | coordinateSpace |
| property var | handlers |
Public Functions
| Type | Name |
|---|---|
| void | clicked (point, type) |
| void | deregisterHandler (name) |
| void | doubleClicked (point, type) |
| void | pointInItem (point, item) |
| void | pressAndHold (point, type) |
| void | processInteraction (point, type, interactionType) |
| void | registerHandler (name, handler, priority=QfMapCanvasPointHandler.Priority.Normal) |
Public Types Documentation
enum Priority
enum QfMapCanvasPointHandler::Priority {
Low,
Normal = 50,
High = 100
};
Public Properties Documentation
property coordinateSpace
Item QfMapCanvasPointHandler::coordinateSpace;
property handlers
var QfMapCanvasPointHandler::handlers;
Public Functions Documentation
function clicked
void QfMapCanvasPointHandler::clicked (
point,
type
)
function deregisterHandler
void QfMapCanvasPointHandler::deregisterHandler (
name
)
function doubleClicked
void QfMapCanvasPointHandler::doubleClicked (
point,
type
)
function pointInItem
void QfMapCanvasPointHandler::pointInItem (
point,
item
)
function pressAndHold
void QfMapCanvasPointHandler::pressAndHold (
point,
type
)
function processInteraction
void QfMapCanvasPointHandler::processInteraction (
point,
type,
interactionType
)
function registerHandler
void QfMapCanvasPointHandler::registerHandler (
name,
handler,
priority=QfMapCanvasPointHandler.Priority.Normal
)
The documentation for this class was generated from the following file src/core/qml/QfMapCanvasPointHandler.qml