Kanzi Engine API
kanzi::NavigationManipulator::KeyNavigationMessageArguments Class Reference

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

Inheritance diagram for kanzi::NavigationManipulator::KeyNavigationMessageArguments:
[legend]

Public Member Functions

NavigationDirection getNavigationDirection () const
 Returns the navigation direction argument value. More...
 
void setNavigationDirection (NavigationDirection direction)
 Sets the navigation direction argument value. More...
 

Static Public Attributes

Properties
static PropertyType< int > NavigationDirectionProperty
 NavigationDirection property. More...
 

Member Function Documentation

NavigationDirection kanzi::NavigationManipulator::KeyNavigationMessageArguments::getNavigationDirection ( ) const

Returns the navigation direction argument value.

Returns
The navigation direction argument value.
Since
Kanzi 3.9.0
void kanzi::NavigationManipulator::KeyNavigationMessageArguments::setNavigationDirection ( NavigationDirection  direction)

Sets the navigation direction argument value.

Parameters
directionThe navigation direction argument value to set.
Since
Kanzi 3.9.0

Member Data Documentation

PropertyType<int> kanzi::NavigationManipulator::KeyNavigationMessageArguments::NavigationDirectionProperty
static

NavigationDirection property.

See also
setNavigationDirection(), getNavigationDirection()
Since
Kanzi 3.9.0

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