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

char text [CHYRON_KEY_MAXLEN]
int keycode
int end_pos
int cp

Detailed Description

Definition at line 232 of file cm.h.

Field Documentation

◆ cp

int ChyronKey::cp

color pair index for the command text in the chyron

Definition at line 237 of file cm.h.

Referenced by compile_chyron(), set_chyron_key(), and set_chyron_key_cp().

◆ end_pos

int ChyronKey::end_pos

end position of the command text in the chyron

Definition at line 236 of file cm.h.

Referenced by compile_chyron(), and get_chyron_key().

◆ keycode

int ChyronKey::keycode

key code associated with the command

Definition at line 235 of file cm.h.

Referenced by get_chyron_key(), set_chyron_key(), and set_chyron_key_cp().

◆ text

char ChyronKey::text[CHYRON_KEY_MAXLEN]

command text associated with the key code

Definition at line 233 of file cm.h.

Referenced by compile_chyron(), is_set_chyron_key(), set_chyron_key(), set_chyron_key_cp(), and unset_chyron_key().


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