Skip to content

Class MapCanvasPointHandler

ClassList > MapCanvasPointHandler

Inherits the following classes: QtQuick::Item

Public Types

Type Name
enum Priority

Public Properties

Type Name
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=MapCanvasPointHandler.Priority.Normal)

Public Types Documentation

enum Priority

enum MapCanvasPointHandler::Priority {
    Low,
    Normal = 50,
    High = 100
};

Public Properties Documentation

property handlers

var MapCanvasPointHandler::handlers;

Public Functions Documentation

function clicked

void MapCanvasPointHandler::clicked (
    point,
    type
) 

function deregisterHandler

void MapCanvasPointHandler::deregisterHandler (
    name
) 

function doubleClicked

void MapCanvasPointHandler::doubleClicked (
    point,
    type
) 

function pointInItem

void MapCanvasPointHandler::pointInItem (
    point,
    item
) 

function pressAndHold

void MapCanvasPointHandler::pressAndHold (
    point,
    type
) 

function processInteraction

void MapCanvasPointHandler::processInteraction (
    point,
    type,
    interactionType
) 

function registerHandler

void MapCanvasPointHandler::registerHandler (
    name,
    handler,
    priority=MapCanvasPointHandler.Priority.Normal
) 


The documentation for this class was generated from the following file src/qml/MapCanvasPointHandler.qml