rofi  1.5.1
ScriptModePrivateData Struct Reference
Collaboration diagram for ScriptModePrivateData:
Collaboration graph

Data Fields

unsigned int id
 
char ** cmd_list
 
unsigned int cmd_list_length
 
struct rofi_range_pairurgent_list
 
unsigned int num_urgent_list
 
struct rofi_range_pairactive_list
 
unsigned int num_active_list
 
char * message
 
char * prompt
 
gboolean do_markup
 

Detailed Description

Definition at line 47 of file script.c.

Field Documentation

◆ active_list

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

◆ cmd_list

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

◆ cmd_list_length

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

◆ do_markup

gboolean ScriptModePrivateData::do_markup

Definition at line 65 of file script.c.

Referenced by _get_display_value(), and parse_header_entry().

◆ id

unsigned int ScriptModePrivateData::id

ID of the current script.

Definition at line 50 of file script.c.

◆ message

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

◆ num_active_list

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

◆ num_urgent_list

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

◆ prompt

char* ScriptModePrivateData::prompt

Definition at line 64 of file script.c.

Referenced by parse_header_entry(), and script_mode_destroy().

◆ urgent_list

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


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