#include <XnCppWrapper.h>
Allows access to general integer capabilities functions - see General Int Capability for additional details.
◆ GeneralIntCapability() [1/2]
xn::GeneralIntCapability::GeneralIntCapability |
( |
XnNodeHandle |
hNode, |
|
|
const XnChar * |
strCap |
|
) |
| |
|
inline |
Ctor
- Parameters
-
[in] | hNode | Node handle |
[in] | strCap | Name of the capability |
◆ GeneralIntCapability() [2/2]
xn::GeneralIntCapability::GeneralIntCapability |
( |
const NodeWrapper & |
node, |
|
|
const XnChar * |
strCap |
|
) |
| |
|
inline |
◆ Get()
XnInt32 xn::GeneralIntCapability::Get |
( |
| ) |
|
|
inline |
◆ GetRange()
void xn::GeneralIntCapability::GetRange |
( |
XnInt32 & |
nMin, |
|
|
XnInt32 & |
nMax, |
|
|
XnInt32 & |
nStep, |
|
|
XnInt32 & |
nDefault, |
|
|
XnBool & |
bIsAutoSupported |
|
) |
| const |
|
inline |
◆ RegisterToValueChange()
Registers an event handler for the 'Value Change' event.
- Parameters
-
[in] | handler | Callback function to be invoked when the event is raised. |
[in] | pCookie | User's cookie, to be delivered to the callback. |
[out] | hCallback | Handle to the callback to be used for unregistering it. |
For full details and usage of the parameters, see Registering to Events.
◆ Set()
XnStatus xn::GeneralIntCapability::Set |
( |
XnInt32 |
nValue | ) |
|
|
inline |
◆ UnregisterFromValueChange()
void xn::GeneralIntCapability::UnregisterFromValueChange |
( |
XnCallbackHandle |
hCallback | ) |
|
|
inline |
Unregisters the event handler for the 'Value Change' event.
- Parameters
-
[in] | hCallback | Handle received from registration. |
For full details and usage of the parameter, see Unregistering from Events .
The documentation for this class was generated from the following file: