|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <cm.h>
Data Fields | |
| bool | active |
| UiCell | cell_base |
| uint | end_pos |
| uint | keycode |
| char | text [CHYRON_KEY_MAXLEN] |
| bool ChyronKey::active |
whether the key binding is active
Definition at line 378 of file cm.h.
Referenced by activate_all_chyron_keys(), activate_chyron_key(), compile_chyron(), deactivate_all_chyron_keys(), deactivate_chyron_key(), form_engine(), form_post(), form_process(), get_chyron_key(), pick_engine(), pick_std_chyron(), picker(), set_chyron_key(), and set_chyron_key_cb().
| UiCell ChyronKey::cell_base |
cell base for colors/attributes
Definition at line 383 of file cm.h.
Referenced by compile_chyron(), set_chyron_key(), and set_chyron_key_cb().
| uint ChyronKey::end_pos |
end position of the command text in the chyron
Definition at line 382 of file cm.h.
Referenced by compile_chyron(), and get_chyron_key().
| uint ChyronKey::keycode |
key code associated with the command
Definition at line 381 of file cm.h.
Referenced by get_chyron_key(), set_chyron_key(), and set_chyron_key_cb().
| char ChyronKey::text[CHYRON_KEY_MAXLEN] |
command text associated with the key code
Definition at line 379 of file cm.h.
Referenced by compile_chyron(), get_chyron_key(), is_set_chyron_key(), set_chyron_key(), set_chyron_key_cb(), and unset_chyron_key().