RetroArch
Macros | Functions
menu_cbs_select.c File Reference
#include <queues/task_queue.h>
#include "../menu_driver.h"
#include "../widgets/menu_entry.h"
#include "../menu_cbs.h"
#include "../menu_setting.h"
#include "../../tasks/tasks_internal.h"
Include dependency graph for menu_cbs_select.c:

Macros

#define BIND_ACTION_SELECT(cbs, name)
 

Functions

static int action_select_default (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_select_path_use_directory (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_select_core_setting (const char *path, const char *label, unsigned type, size_t idx)
 
static int shader_action_parameter_select (const char *path, const char *label, unsigned type, size_t idx)
 
static int shader_action_parameter_preset_select (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_select_cheat (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_select_input_desc (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_select_input_desc_kbd (const char *path, const char *label, unsigned type, size_t idx)
 
static int menu_cbs_init_bind_select_compare_type (menu_file_list_cbs_t *cbs, unsigned type)
 
static int menu_cbs_init_bind_select_compare_label (menu_file_list_cbs_t *cbs, const char *label)
 
int menu_cbs_init_bind_select (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx)
 

Macro Definition Documentation

◆ BIND_ACTION_SELECT

#define BIND_ACTION_SELECT (   cbs,
  name 
)
Value:
cbs->action_select = name; \
cbs->action_select_ident = #name;
GLuint const GLchar * name
Definition: glext.h:6671

Function Documentation

◆ action_select_cheat()

static int action_select_cheat ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_select_core_setting()

static int action_select_core_setting ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_select_default()

static int action_select_default ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_select_input_desc()

static int action_select_input_desc ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_select_input_desc_kbd()

static int action_select_input_desc_kbd ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_select_path_use_directory()

static int action_select_path_use_directory ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_select()

int menu_cbs_init_bind_select ( menu_file_list_cbs_t cbs,
const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_select_compare_label()

static int menu_cbs_init_bind_select_compare_label ( menu_file_list_cbs_t cbs,
const char *  label 
)
static
Here is the caller graph for this function:

◆ menu_cbs_init_bind_select_compare_type()

static int menu_cbs_init_bind_select_compare_type ( menu_file_list_cbs_t cbs,
unsigned  type 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shader_action_parameter_preset_select()

static int shader_action_parameter_preset_select ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shader_action_parameter_select()

static int shader_action_parameter_select ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: