Enumerations | |
| enum | KeyState { KEY_EXTENDED = 1, KEY_CTRL = 2, KEY_SHIFT = 4, KEY_ALT = 8 } |
| Values used to determine additional state information of a keyboard action. More... | |
| enum | Mode { MODE_VIDEO = 1, MODE_IMAGE = 2, MODE_SEQUENCE = 3 } |
| Values denoting source of images i.e. streaming video or static images. More... | |
| enum | Help { HELP_TEXT = 1, HELP_KEYS = 2, HELP_SWITCHES = 3 } |
| Values used to indicate the help elements that should be displayed. More... | |
| enum | Channel { CHANNEL_ALPHA = 1, CHANNEL_RED = 2, CHANNEL_GREEN = 3, CHANNEL_BLUE = 4, CHANNEL_RGB = 5 } |
| Values used to indicate the various colour channels of a pixel. More... | |
|
|
Values used to indicate the various colour channels of a pixel.
|
|
|
Values used to indicate the help elements that should be displayed.
|
|
|
Values used to determine additional state information of a keyboard action.
|
|
|
Values denoting source of images i.e. streaming video or static images.
|
1.3.9.1