API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.Data.Jaco.Config.CButtonsEvents Class Reference

This class encapsulate and represent informations about a Button event. From that class, you can configure a button's set of functionnality. The actual version cover all those action: a click, a double click, holding for 1 second, holding for 2 seconds, holding for 3 seconds, holding for 4 seconds and holding the button down. More...

Public Member Functions

 CButtonsEvents ()
 Initializes a new instance of the CButtonsEvents class. More...
 
 CButtonsEvents (CJacoStructures.ControlFunctionnalityValues value)
 Initializes a new instance of the CButtonsEvents class assigning value to all functionnalities. More...
 
void init ()
 Inits all the events with NoFunctionnality. More...
 
void init (CJacoStructures.ControlFunctionnalityValues value)
 Inits all the events with value. More...
 

Properties

CJacoStructures.ControlFunctionnalityValues OneClick [get, set]
 Gets or sets the one click. More...
 
CJacoStructures.ControlFunctionnalityValues TwoClick [get, set]
 Gets or sets the two click. More...
 
CJacoStructures.ControlFunctionnalityValues HoldOneSec [get, set]
 Gets or sets the hold one sec. More...
 
CJacoStructures.ControlFunctionnalityValues HoldTwoSec [get, set]
 Gets or sets the hold two sec. More...
 
CJacoStructures.ControlFunctionnalityValues HoldThreeSec [get, set]
 Gets or sets the hold three sec. More...
 
CJacoStructures.ControlFunctionnalityValues HoldFourSec [get, set]
 Gets or sets the hold four sec. More...
 
CJacoStructures.ControlFunctionnalityValues HoldDown [get, set]
 Gets or sets the hold down. More...
 

Detailed Description

This class encapsulate and represent informations about a Button event. From that class, you can configure a button's set of functionnality. The actual version cover all those action: a click, a double click, holding for 1 second, holding for 2 seconds, holding for 3 seconds, holding for 4 seconds and holding the button down.

Constructor & Destructor Documentation

Kinova.DLL.Data.Jaco.Config.CButtonsEvents.CButtonsEvents ( )

Initializes a new instance of the CButtonsEvents class.

Kinova.DLL.Data.Jaco.Config.CButtonsEvents.CButtonsEvents ( CJacoStructures.ControlFunctionnalityValues  value)

Initializes a new instance of the CButtonsEvents class assigning value to all functionnalities.

Member Function Documentation

void Kinova.DLL.Data.Jaco.Config.CButtonsEvents.init ( )

Inits all the events with NoFunctionnality.

void Kinova.DLL.Data.Jaco.Config.CButtonsEvents.init ( CJacoStructures.ControlFunctionnalityValues  value)

Inits all the events with value.

Parameters
valueThe value.

Property Documentation

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.HoldDown
getset

Gets or sets the hold down.

The hold down.

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.HoldFourSec
getset

Gets or sets the hold four sec.

The hold four sec.

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.HoldOneSec
getset

Gets or sets the hold one sec.

The hold one sec.

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.HoldThreeSec
getset

Gets or sets the hold three sec.

The hold three sec.

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.HoldTwoSec
getset

Gets or sets the hold two sec.

The hold two sec.

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.OneClick
getset

Gets or sets the one click.

The one click.

CJacoStructures.ControlFunctionnalityValues Kinova.DLL.Data.Jaco.Config.CButtonsEvents.TwoClick
getset

Gets or sets the two click.

The two click.


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