RetroArch
Macros | Functions
menu_cbs_cancel.c File Reference
#include <file/file_path.h>
#include <string/stdstring.h>
#include "../menu_driver.h"
#include "../menu_cbs.h"
#include "../../msg_hash.h"
#include "../../managers/cheat_manager.h"
#include "../widgets/menu_filebrowser.h"
Include dependency graph for menu_cbs_cancel.c:

Macros

#define BIND_ACTION_CANCEL(cbs, name)
 

Functions

int action_cancel_pop_default (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_cancel_cheat_details (const char *path, const char *label, unsigned type, size_t idx)
 
static int action_cancel_core_content (const char *path, const char *label, unsigned type, size_t idx)
 
static int menu_cbs_init_bind_cancel_compare_label (menu_file_list_cbs_t *cbs, const char *label)
 
static int menu_cbs_init_bind_cancel_compare_type (menu_file_list_cbs_t *cbs, unsigned type)
 
int menu_cbs_init_bind_cancel (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx)
 

Macro Definition Documentation

◆ BIND_ACTION_CANCEL

#define BIND_ACTION_CANCEL (   cbs,
  name 
)
Value:
cbs->action_cancel = name; \
cbs->action_cancel_ident = #name;
GLuint const GLchar * name
Definition: glext.h:6671

Function Documentation

◆ action_cancel_cheat_details()

static int action_cancel_cheat_details ( 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_cancel_core_content()

static int action_cancel_core_content ( 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_cancel_pop_default()

int action_cancel_pop_default ( 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_cancel()

int menu_cbs_init_bind_cancel ( 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_cancel_compare_label()

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

◆ menu_cbs_init_bind_cancel_compare_type()

static int menu_cbs_init_bind_cancel_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: