ALBA
|
Functions | |
albaAgent::ALBA_ID_DEC (AGENT_INITIALIZE) | |
albaAgentEventQueue::ALBA_ID_DEC (EVENT_DISPATCH) | |
void | albaDeviceButtonsPad::SetButtonState (int num, bool value, unsigned long modifiers=0) |
static albaID | albaDeviceButtonsPadMouse::GetMouse2DMoveId () |
albaDeviceManager::albaDeviceManager () | |
albaDeviceSet::ALBA_ID_DEC (DEVICE_ADD) | |
albaDeviceSet::ALBA_ID_DEC (DEVICE_REMOVE) | |
albaDeviceSet::ALBA_ID_DEC (DEVICE_ADDED) | |
albaDeviceSet::ALBA_ID_DEC (DEVICE_REMOVING) | |
enum ALBA_EXPORT | MAIN_EVENT_ID |
albaAction::ALBA_ID_DEC (DEVICE_BIND) | |
albaAvatar::ALBA_ID_DEC (AVATAR_SCREEN_PLANE_SETTINGS) | |
albaAvatar::ALBA_ID_DEC (AVATAR_WORKING_BOX_SETTINGS) | |
albaDevice::ALBA_ID_DEC (DEVICE_STARTED) | |
albaDevice::ALBA_ID_DEC (DEVICE_STOPPED) | |
Issued when the tracker is moved.
Issued when the tracked bounds is changed
Enumerator | |
---|---|
ID_TB_X_EXTENT | |
ID_TB_Y_EXTENT | |
ID_TB_Z_EXTENT | |
ID_TB_POSITION | |
ID_TB_ORIENTATION | |
ID_AVATAR_CHECK | |
ID_AVATAR_SELECT | |
ID_LAST |
Definition at line 85 of file albaDeviceButtonsPadTracker.h.
albaAction::ALBA_ID_DEC | ( | DEVICE_BIND | ) |
force the action to bind to the device
albaAgent::ALBA_ID_DEC | ( | AGENT_INITIALIZE | ) |
Event used to force initialization of this object.
albaAgentEventQueue::ALBA_ID_DEC | ( | EVENT_DISPATCH | ) |
This is used by queues to manage synchronization (see class description)
albaAvatar::ALBA_ID_DEC | ( | AVATAR_SCREEN_PLANE_SETTINGS | ) |
/**
Issued to update all the avatar with the same screen plane
albaDevice::ALBA_ID_DEC | ( | DEVICE_STARTED | ) |
< Rised when the device name is changed Issued when device is initialized
void albaDeviceButtonsPad::SetButtonState | ( | int | num, |
bool | value, | ||
unsigned long | modifiers = 0 |
||
) |
Issued when one of the tracker's buttons is pressed.
Issued when one of the tracker's buttons is released Internally used to set the last button state. After setting the button state eventual BUTTON_UP or BUTTON_DOWN are rised. A copy of the last pose matrix is sent within the event.
|
static |
Issued when a mouse is moved.
Issued when a keyboard char is pressed
Issued on double click mouse button return the mouse 2d move id
albaDeviceManager::albaDeviceManager | ( | ) |
advise dispatching has started
advise dispatching has finished
albaDeviceSet::ALBA_ID_DEC | ( | DEVICE_ADD | ) |
Adds a device (passed in the Data argument) to this set (to be removed)
albaDeviceSet::ALBA_ID_DEC | ( | DEVICE_REMOVE | ) |
Remove a device (passed in the Data argument) from this set (to be removed)
albaDeviceSet::ALBA_ID_DEC | ( | DEVICE_ADDED | ) |
Issued when a new device (passed in the Data argument) is added to this set.
albaDeviceSet::ALBA_ID_DEC | ( | DEVICE_REMOVING | ) |
Issued when a device (passed in the Data argument) is being removed from this set.
albaAvatar::ALBA_ID_DEC | ( | AVATAR_WORKING_BOX_SETTINGS | ) |
Issued to update all the avatar with the same working box.
albaDevice::ALBA_ID_DEC | ( | DEVICE_STOPPED | ) |
Issued when device is shutdown.
enum ALBA_EXPORT MAIN_EVENT_ID |
Most of the constants used in ALBA are declared here.
These constants must be non-overlapping. Constants are grouped by bracket xx_START, xx_END as needed by albaGUIFrame
Definition at line 120 of file albaDecl.h.