RetroArch
Enumerations | Functions
menu_filebrowser.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include <retro_common_api.h>
#include "../menu_displaylist.h"
Include dependency graph for menu_filebrowser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  filebrowser_enums {
  FILEBROWSER_NONE = 0, FILEBROWSER_SELECT_DIR, FILEBROWSER_SCAN_DIR, FILEBROWSER_SCAN_FILE,
  FILEBROWSER_SELECT_FILE, FILEBROWSER_SELECT_FILE_SUBSYSTEM, FILEBROWSER_SELECT_IMAGE, FILEBROWSER_SELECT_FONT,
  FILEBROWSER_SELECT_COLLECTION
}
 

Functions

enum filebrowser_enums filebrowser_get_type (void)
 
void filebrowser_clear_type (void)
 
void filebrowser_set_type (enum filebrowser_enums type)
 
void filebrowser_parse (menu_displaylist_info_t *data, unsigned type)
 

Enumeration Type Documentation

◆ filebrowser_enums

Enumerator
FILEBROWSER_NONE 
FILEBROWSER_SELECT_DIR 
FILEBROWSER_SCAN_DIR 
FILEBROWSER_SCAN_FILE 
FILEBROWSER_SELECT_FILE 
FILEBROWSER_SELECT_FILE_SUBSYSTEM 
FILEBROWSER_SELECT_IMAGE 
FILEBROWSER_SELECT_FONT 
FILEBROWSER_SELECT_COLLECTION 

Function Documentation

◆ filebrowser_clear_type()

void filebrowser_clear_type ( void  )
Here is the caller graph for this function:

◆ filebrowser_get_type()

enum filebrowser_enums filebrowser_get_type ( void  )
Here is the caller graph for this function:

◆ filebrowser_parse()

void filebrowser_parse ( menu_displaylist_info_t data,
unsigned  type 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ filebrowser_set_type()

void filebrowser_set_type ( enum filebrowser_enums  type)
Here is the caller graph for this function: