Kanzi framework  3.9.1
Kanzi Engine API
kanzi::MultiClickManipulator::MultiClickMessageArguments Class Reference

Message arguments for the multi-click gesture recognized message. Inherits argument properties from InputManipulator::InputMessageArguments. More...

#include <kanzi/core.ui/input/multi_click_manipulator.hpp>

Inheritance diagram for kanzi::MultiClickManipulator::MultiClickMessageArguments:
[legend]

Public Member Functions

int getClickCount () const
 Returns the value of the ClickCountProperty property. More...
 
void setClickCount (int count)
 Sets the value of the ClickCountProperty property. More...
 

Static Public Attributes

static PropertyType< int > ClickCountProperty
 The number of clicks that are required to trigger this message. More...
 

Detailed Description

Message arguments for the multi-click gesture recognized message. Inherits argument properties from InputManipulator::InputMessageArguments.

Member Function Documentation

◆ getClickCount()

int kanzi::MultiClickManipulator::MultiClickMessageArguments::getClickCount ( ) const

Returns the value of the ClickCountProperty property.

Returns
The value of the ClickCountProperty property.

◆ setClickCount()

void kanzi::MultiClickManipulator::MultiClickMessageArguments::setClickCount ( int  count)

Sets the value of the ClickCountProperty property.

Parameters
countThe value of the ClickCountProperty property.

Member Data Documentation

◆ ClickCountProperty

PropertyType<int> kanzi::MultiClickManipulator::MultiClickMessageArguments::ClickCountProperty
static

The number of clicks that are required to trigger this message.


The documentation for this class was generated from the following file: