VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Public Member Functions | Properties | List of all members
MultiTouchMenuIconManager Class Reference

Manager for the state of a set of MultiTouchMenuIcons. More...

Inheritance diagram for MultiTouchMenuIconManager:

Public Member Functions

void resetIcons ()
 Resets the MultiTouchMenuIcon::buttonPressed state for all managed icons. More...
 
void isIcon (Item item)
 Returns whether or not item is a managed MultiTouchMenuIcon in icons. More...
 

Properties

var icons
 MultiTouchMenuIcons whose MultiTouchMenuIcon::buttonPressed state to manage. More...
 

Detailed Description

Manager for the state of a set of MultiTouchMenuIcons.

This class defines an area that intercepts multi-touch events and maps these events to changes in MultiTouchMenuIcon::buttonPressed state.

To enable use of a MultiTouchMenuIcon, add them first to the MultiTouchMenuIcon's parent and then append it to the icons set.

Member Function Documentation

void MultiTouchMenuIconManager::isIcon ( Item  item)

Returns whether or not item is a managed MultiTouchMenuIcon in icons.

Parameters
itemItem to check if it is a managed MultiTouchMenuIcon
void MultiTouchMenuIconManager::resetIcons ( )

Resets the MultiTouchMenuIcon::buttonPressed state for all managed icons.

Property Documentation

var MultiTouchMenuIconManager::icons