Gestro
Public Member Functions | Public Attributes | List of all members
GestureDetection::EnabledCommand Class Reference

This is a class that is used to store the enabled commands. More...

#include <Commands.h>

Collaboration diagram for GestureDetection::EnabledCommand:
Collaboration graph

Public Member Functions

 EnabledCommand (void)
 

Public Attributes

bool controlSpacebar
 flag to check if controlSpacebar is active. More...
 
bool controlMouse
 flag to check if controlMouse is active. More...
 
bool controlMoveWindow
 flag to check if controlMoveWindow is active. More...
 
bool controlVolume
 flag to check if controlVolume is active. More...
 
bool controlMinimizeWindow
 flag to check if controlMinimizeWindow is active. More...
 

Detailed Description

This is a class that is used to store the enabled commands.

Definition at line 27 of file Commands.h.

Constructor & Destructor Documentation

◆ EnabledCommand()

EnabledCommand::EnabledCommand ( void  )

Constructor

Definition at line 5 of file Commands.cpp.

Member Data Documentation

◆ controlMinimizeWindow

bool GestureDetection::EnabledCommand::controlMinimizeWindow

flag to check if controlMinimizeWindow is active.

Definition at line 42 of file Commands.h.

◆ controlMouse

bool GestureDetection::EnabledCommand::controlMouse

flag to check if controlMouse is active.

Definition at line 33 of file Commands.h.

◆ controlMoveWindow

bool GestureDetection::EnabledCommand::controlMoveWindow

flag to check if controlMoveWindow is active.

Definition at line 36 of file Commands.h.

◆ controlSpacebar

bool GestureDetection::EnabledCommand::controlSpacebar

flag to check if controlSpacebar is active.

Definition at line 30 of file Commands.h.

◆ controlVolume

bool GestureDetection::EnabledCommand::controlVolume

flag to check if controlVolume is active.

Definition at line 39 of file Commands.h.


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