rofi
1.5.1
|
Data Fields | |
unsigned int | id |
char ** | cmd_list |
unsigned int | cmd_list_length |
struct rofi_range_pair * | urgent_list |
unsigned int | num_urgent_list |
struct rofi_range_pair * | active_list |
unsigned int | num_active_list |
char * | message |
char * | prompt |
gboolean | do_markup |
struct rofi_range_pair* ScriptModePrivateData::active_list |
Active list
Definition at line 60 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), script_mode_destroy(), and script_mode_reset_highlight().
char** ScriptModePrivateData::cmd_list |
List of visible items.
Definition at line 52 of file script.c.
Referenced by _get_display_value(), script_mode_destroy(), script_mode_init(), script_mode_result(), and script_token_match().
unsigned int ScriptModePrivateData::cmd_list_length |
length list of visible items.
Definition at line 54 of file script.c.
Referenced by script_mode_get_num_entries(), script_mode_init(), and script_mode_result().
gboolean ScriptModePrivateData::do_markup |
Definition at line 65 of file script.c.
Referenced by _get_display_value(), and parse_header_entry().
unsigned int ScriptModePrivateData::id |
char* ScriptModePrivateData::message |
Configuration settings.
Definition at line 63 of file script.c.
Referenced by parse_header_entry(), script_get_message(), and script_mode_destroy().
unsigned int ScriptModePrivateData::num_active_list |
Definition at line 61 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), and script_mode_reset_highlight().
unsigned int ScriptModePrivateData::num_urgent_list |
Definition at line 58 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), and script_mode_reset_highlight().
char* ScriptModePrivateData::prompt |
Definition at line 64 of file script.c.
Referenced by parse_header_entry(), and script_mode_destroy().
struct rofi_range_pair* ScriptModePrivateData::urgent_list |
Urgent list
Definition at line 57 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), script_mode_destroy(), and script_mode_reset_highlight().