C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
ChyronKey Struct Reference

#include <cm.h>

Collaboration diagram for ChyronKey:
[legend]

Data Fields

bool active
UiCell cell_base
uint end_pos
uint keycode
char text [CHYRON_KEY_MAXLEN]

Detailed Description

Definition at line 377 of file cm.h.

Field Documentation

◆ active

◆ cell_base

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().

◆ end_pos

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().

◆ keycode

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().

◆ text

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().


The documentation for this struct was generated from the following file: