|
rofi 1.7.8
|

Data Fields | |
| unsigned int | id |
| DmenuScriptEntry * | 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 |
| char * | data |
| gboolean | do_markup |
| gboolean | keep_selection |
| int64_t | new_selection |
| char | delim |
| gboolean | no_custom |
| gboolean | keep_filter |
| gboolean | use_hot_keys |
| struct rofi_range_pair* ScriptModePrivateData::active_list |
Active list
Definition at line 63 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), script_mode_destroy(), and script_mode_reset_highlight().
| DmenuScriptEntry* ScriptModePrivateData::cmd_list |
List of visible items.
Definition at line 55 of file script.c.
Referenced by _get_display_value(), script_get_icon(), 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 57 of file script.c.
Referenced by _get_display_value(), script_mode_destroy(), script_mode_get_num_entries(), script_mode_init(), and script_mode_result().
| char* ScriptModePrivateData::data |
Definition at line 68 of file script.c.
Referenced by execute_executor(), parse_header_entry(), and script_mode_destroy().
| char ScriptModePrivateData::delim |
Definition at line 72 of file script.c.
Referenced by execute_executor(), parse_header_entry(), and script_mode_init().
| gboolean ScriptModePrivateData::do_markup |
Definition at line 69 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), and script_token_match().
| unsigned int ScriptModePrivateData::id |
| gboolean ScriptModePrivateData::keep_filter |
keep filter
Definition at line 76 of file script.c.
Referenced by execute_executor(), parse_header_entry(), and script_mode_result().
| gboolean ScriptModePrivateData::keep_selection |
Definition at line 70 of file script.c.
Referenced by execute_executor(), parse_header_entry(), and script_mode_result().
| char* ScriptModePrivateData::message |
Configuration settings.
Definition at line 66 of file script.c.
Referenced by parse_header_entry(), script_get_message(), and script_mode_destroy().
| int64_t ScriptModePrivateData::new_selection |
Definition at line 71 of file script.c.
Referenced by execute_executor(), parse_header_entry(), and script_mode_result().
| gboolean ScriptModePrivateData::no_custom |
no custom
Definition at line 74 of file script.c.
Referenced by parse_header_entry(), and script_mode_result().
| unsigned int ScriptModePrivateData::num_active_list |
Definition at line 64 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 61 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), and script_mode_reset_highlight().
| char* ScriptModePrivateData::prompt |
Definition at line 67 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 60 of file script.c.
Referenced by _get_display_value(), parse_header_entry(), script_mode_destroy(), and script_mode_reset_highlight().
| gboolean ScriptModePrivateData::use_hot_keys |
Definition at line 78 of file script.c.
Referenced by parse_header_entry(), and script_mode_result().