rofi  1.7.0
RunModePrivateData Struct Reference
Collaboration diagram for RunModePrivateData:
Collaboration graph

Data Fields

RunEntrycmd_list
 
unsigned int cmd_list_length
 
gboolean file_complete
 
uint32_t selected_line
 
char * old_input
 
Modecompleter
 
char * old_completer_input
 
uint32_t fallback_icon_fetch_uid
 
cairo_surface_t * fallback_icon
 

Detailed Description

The internal data structure holding the private data of the Run Mode.

Definition at line 75 of file run.c.

Field Documentation

◆ cmd_list

RunEntry* RunModePrivateData::cmd_list

list of available commands.

Definition at line 77 of file run.c.

Referenced by _get_display_value(), _get_icon(), run_get_message(), run_mode_destroy(), run_mode_init(), run_mode_result(), and run_token_match().

◆ cmd_list_length

unsigned int RunModePrivateData::cmd_list_length

Length of the cmd_list.

Definition at line 79 of file run.c.

Referenced by run_get_message(), run_mode_destroy(), run_mode_get_num_entries(), run_mode_init(), and run_mode_result().

◆ completer

◆ fallback_icon

cairo_surface_t* RunModePrivateData::fallback_icon

Definition at line 90 of file run.c.

◆ fallback_icon_fetch_uid

uint32_t RunModePrivateData::fallback_icon_fetch_uid

fallback icon

Definition at line 89 of file run.c.

Referenced by fallback_icon().

◆ file_complete

gboolean RunModePrivateData::file_complete

◆ old_completer_input

char* RunModePrivateData::old_completer_input

Definition at line 87 of file run.c.

Referenced by run_mode_destroy(), and run_mode_result().

◆ old_input

char* RunModePrivateData::old_input

Definition at line 84 of file run.c.

Referenced by run_mode_destroy(), and run_mode_result().

◆ selected_line

uint32_t RunModePrivateData::selected_line

Definition at line 83 of file run.c.

Referenced by run_get_message(), and run_mode_result().


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