RetroArch
Public Attributes | List of all members
menu_file_list_cbs Struct Reference

#include <menu_entries.h>

Collaboration diagram for menu_file_list_cbs:
[legend]

Public Attributes

enum msg_hash_enums enum_idx
 
const char * action_iterate_ident
 
const char * action_deferred_push_ident
 
const char * action_select_ident
 
const char * action_get_title_ident
 
const char * action_ok_ident
 
const char * action_cancel_ident
 
const char * action_scan_ident
 
const char * action_right_ident
 
const char * action_start_ident
 
const char * action_info_ident
 
const char * action_content_list_switch_ident
 
const char * action_left_ident
 
const char * action_refresh_ident
 
const char * action_up_ident
 
const char * action_label_ident
 
const char * action_sublabel_ident
 
const char * action_down_ident
 
const char * action_get_value_ident
 
bool checked
 
rarch_setting_tsetting
 
int(* action_iterate )(const char *label, unsigned action)
 
int(* action_deferred_push )(menu_displaylist_info_t *info)
 
int(* action_select )(const char *path, const char *label, unsigned type, size_t idx)
 
int(* action_get_title )(const char *path, const char *label, unsigned type, char *s, size_t len)
 
int(* action_ok )(const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx)
 
int(* action_cancel )(const char *path, const char *label, unsigned type, size_t idx)
 
int(* action_scan )(const char *path, const char *label, unsigned type, size_t idx)
 
int(* action_start )(unsigned type, const char *label)
 
int(* action_info )(unsigned type, const char *label)
 
int(* action_content_list_switch )(void *data, void *userdata, const char *path, const char *label, unsigned type)
 
int(* action_left )(unsigned type, const char *label, bool wraparound)
 
int(* action_right )(unsigned type, const char *label, bool wraparound)
 
int(* action_refresh )(file_list_t *list, file_list_t *menu_list)
 
int(* action_up )(unsigned type, const char *label)
 
int(* action_label )(file_list_t *list, unsigned type, unsigned i, const char *label, const char *path, char *s, size_t len)
 
int(* action_sublabel )(file_list_t *list, unsigned type, unsigned i, const char *label, const char *path, char *s, size_t len)
 
int(* action_down )(unsigned type, const char *label)
 
void(* action_get_value )(file_list_t *list, unsigned *w, unsigned type, unsigned i, const char *label, char *s, size_t len, const char *entry_label, const char *path, char *path_buf, size_t path_buf_size)
 

Member Data Documentation

◆ action_cancel

int(* menu_file_list_cbs::action_cancel) (const char *path, const char *label, unsigned type, size_t idx)

◆ action_cancel_ident

const char* menu_file_list_cbs::action_cancel_ident

◆ action_content_list_switch

int(* menu_file_list_cbs::action_content_list_switch) (void *data, void *userdata, const char *path, const char *label, unsigned type)

◆ action_content_list_switch_ident

const char* menu_file_list_cbs::action_content_list_switch_ident

◆ action_deferred_push

int(* menu_file_list_cbs::action_deferred_push) (menu_displaylist_info_t *info)

◆ action_deferred_push_ident

const char* menu_file_list_cbs::action_deferred_push_ident

◆ action_down

int(* menu_file_list_cbs::action_down) (unsigned type, const char *label)

◆ action_down_ident

const char* menu_file_list_cbs::action_down_ident

◆ action_get_title

int(* menu_file_list_cbs::action_get_title) (const char *path, const char *label, unsigned type, char *s, size_t len)

◆ action_get_title_ident

const char* menu_file_list_cbs::action_get_title_ident

◆ action_get_value

void(* menu_file_list_cbs::action_get_value) (file_list_t *list, unsigned *w, unsigned type, unsigned i, const char *label, char *s, size_t len, const char *entry_label, const char *path, char *path_buf, size_t path_buf_size)

◆ action_get_value_ident

const char* menu_file_list_cbs::action_get_value_ident

◆ action_info

int(* menu_file_list_cbs::action_info) (unsigned type, const char *label)

◆ action_info_ident

const char* menu_file_list_cbs::action_info_ident

◆ action_iterate

int(* menu_file_list_cbs::action_iterate) (const char *label, unsigned action)

◆ action_iterate_ident

const char* menu_file_list_cbs::action_iterate_ident

◆ action_label

int(* menu_file_list_cbs::action_label) (file_list_t *list, unsigned type, unsigned i, const char *label, const char *path, char *s, size_t len)

◆ action_label_ident

const char* menu_file_list_cbs::action_label_ident

◆ action_left

int(* menu_file_list_cbs::action_left) (unsigned type, const char *label, bool wraparound)

◆ action_left_ident

const char* menu_file_list_cbs::action_left_ident

◆ action_ok

int(* menu_file_list_cbs::action_ok) (const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx)

◆ action_ok_ident

const char* menu_file_list_cbs::action_ok_ident

◆ action_refresh

int(* menu_file_list_cbs::action_refresh) (file_list_t *list, file_list_t *menu_list)

◆ action_refresh_ident

const char* menu_file_list_cbs::action_refresh_ident

◆ action_right

int(* menu_file_list_cbs::action_right) (unsigned type, const char *label, bool wraparound)

◆ action_right_ident

const char* menu_file_list_cbs::action_right_ident

◆ action_scan

int(* menu_file_list_cbs::action_scan) (const char *path, const char *label, unsigned type, size_t idx)

◆ action_scan_ident

const char* menu_file_list_cbs::action_scan_ident

◆ action_select

int(* menu_file_list_cbs::action_select) (const char *path, const char *label, unsigned type, size_t idx)

◆ action_select_ident

const char* menu_file_list_cbs::action_select_ident

◆ action_start

int(* menu_file_list_cbs::action_start) (unsigned type, const char *label)

◆ action_start_ident

const char* menu_file_list_cbs::action_start_ident

◆ action_sublabel

int(* menu_file_list_cbs::action_sublabel) (file_list_t *list, unsigned type, unsigned i, const char *label, const char *path, char *s, size_t len)

◆ action_sublabel_ident

const char* menu_file_list_cbs::action_sublabel_ident

◆ action_up

int(* menu_file_list_cbs::action_up) (unsigned type, const char *label)

◆ action_up_ident

const char* menu_file_list_cbs::action_up_ident

◆ checked

bool menu_file_list_cbs::checked

◆ enum_idx

enum msg_hash_enums menu_file_list_cbs::enum_idx

◆ setting

rarch_setting_t* menu_file_list_cbs::setting

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