|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <cm.h>
Data Fields | |
| bool | active |
| int | cp |
| int | end_pos |
| int | keycode |
| char | text [CHYRON_KEY_MAXLEN] |
| bool ChyronKey::active |
whether the key binding is active
Definition at line 336 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_cp().
| int ChyronKey::cp |
color pair index for the command text in the chyron
Definition at line 341 of file cm.h.
Referenced by compile_chyron(), set_chyron_key(), and set_chyron_key_cp().
| int ChyronKey::end_pos |
end position of the command text in the chyron
Definition at line 340 of file cm.h.
Referenced by compile_chyron(), and get_chyron_key().
| int ChyronKey::keycode |
key code associated with the command
Definition at line 339 of file cm.h.
Referenced by get_chyron_key(), set_chyron_key(), and set_chyron_key_cp().
| char ChyronKey::text[CHYRON_KEY_MAXLEN] |
command text associated with the key code
Definition at line 337 of file cm.h.
Referenced by compile_chyron(), get_chyron_key(), is_set_chyron_key(), set_chyron_key(), set_chyron_key_cp(), and unset_chyron_key().