RetroArch
|
#include <stdint.h>
#include <stdlib.h>
#include <boolean.h>
#include <retro_common_api.h>
#include <lists/file_list.h>
#include "../setting_list.h"
Go to the source code of this file.
Macros | |
#define | SL_FLAG_SETTINGS_GROUP_ALL (SL_FLAG_SETTINGS_ALL - SL_FLAG_MAIN_MENU) |
#define SL_FLAG_SETTINGS_GROUP_ALL (SL_FLAG_SETTINGS_ALL - SL_FLAG_MAIN_MENU) |
enum setting_list_flags |
void general_read_handler | ( | rarch_setting_t * | setting | ) |
void general_write_handler | ( | rarch_setting_t * | setting | ) |
int menu_action_handle_setting | ( | rarch_setting_t * | setting, |
unsigned | type, | ||
unsigned | action, | ||
bool | wraparound | ||
) |
bool menu_setting_ctl | ( | enum menu_setting_ctl_state | state, |
void * | data | ||
) |
rarch_setting_t* menu_setting_find | ( | const char * | label | ) |
rarch_setting_t* menu_setting_find_enum | ( | enum msg_hash_enums | enum_idx | ) |
void menu_setting_free | ( | rarch_setting_t * | setting | ) |
int menu_setting_generic | ( | rarch_setting_t * | setting, |
bool | wraparound | ||
) |
enum setting_type menu_setting_get_browser_selection_type | ( | rarch_setting_t * | setting | ) |
void menu_setting_get_label | ( | file_list_t * | list, |
char * | s, | ||
size_t | len, | ||
unsigned * | w, | ||
unsigned | type, | ||
const char * | menu_label, | ||
const char * | label, | ||
unsigned | idx | ||
) |
menu_setting_get_label: : File list on which to perform the search : String for the type to be represented on-screen as a label. : Size of . : Width of the string (for text label representation purposes in the menu display driver). : Identifier of setting. : Menu Label identifier of setting. : Label identifier of setting. : Index identifier of setting.
Get associated label of a setting.
menu_setting_get_label: : File list on which to perform the search : String for the type to be represented on-screen as a label. : Size of : Width of the string (for text label representation purposes in the menu display driver). : Identifier of setting. : Menu Label identifier of setting. : Label identifier of setting. : Index identifier of setting.
Get associated label of a setting.
void menu_setting_get_string_representation | ( | rarch_setting_t * | setting, |
char * | s, | ||
size_t | len | ||
) |
setting_get_string_representation: : pointer to setting : buffer to write contents of string representation to. : size of the buffer ()
Get a setting value's string representation.
int menu_setting_set | ( | unsigned | type, |
unsigned | action, | ||
bool | wraparound | ||
) |
int menu_setting_set_flags | ( | rarch_setting_t * | setting | ) |
void menu_settings_list_current_add_cmd | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info, | ||
enum event_command | values | ||
) |
void menu_settings_list_current_add_enum_idx | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info, | ||
enum msg_hash_enums | enum_idx | ||
) |
void menu_settings_list_current_add_enum_value_idx | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info, | ||
enum msg_hash_enums | enum_idx | ||
) |
void menu_settings_list_current_add_range | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info, | ||
float | min, | ||
float | max, | ||
float | step, | ||
bool | enforce_minrange_enable, | ||
bool | enforce_maxrange_enable | ||
) |
void* setting_get_ptr | ( | rarch_setting_t * | setting | ) |
void settings_data_list_current_add_flags | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info, | ||
unsigned | values | ||
) |
void settings_data_list_current_add_free_flags | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info, | ||
unsigned | values | ||
) |
bool settings_list_append | ( | rarch_setting_t ** | list, |
rarch_setting_info_t * | list_info | ||
) |