rofi 1.7.5
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
 

Detailed Description

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

Definition at line 76 of file run.c.

Field Documentation

◆ cmd_list

RunEntry* RunModePrivateData::cmd_list

list of available commands.

Definition at line 78 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 80 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

◆ file_complete

gboolean RunModePrivateData::file_complete

◆ old_completer_input

char* RunModePrivateData::old_completer_input

Definition at line 88 of file run.c.

Referenced by run_mode_destroy(), and run_mode_result().

◆ old_input

char* RunModePrivateData::old_input

Definition at line 85 of file run.c.

Referenced by run_mode_destroy(), and run_mode_result().

◆ selected_line

uint32_t RunModePrivateData::selected_line

Definition at line 84 of file run.c.

Referenced by run_get_message(), and run_mode_result().


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