Structure for file selection. More...
#include <racescreens.h>
Public Attributes | |
| const char * | title |
| Title for file selection (for screen title) More... | |
| char * | path |
| Directory containing the files to list. More... | |
| void * | prevScreen |
| Link to previous screen. More... | |
| tfSelectFile | select |
| Callback function to handle the selection (store the selection in the caller) More... | |
Structure for file selection.
Definition at line 76 of file racescreens.h.
| char* tRmFileSelect::path |
Directory containing the files to list.
Definition at line 79 of file racescreens.h.
| void* tRmFileSelect::prevScreen |
Link to previous screen.
Definition at line 80 of file racescreens.h.
| tfSelectFile tRmFileSelect::select |
Callback function to handle the selection (store the selection in the caller)
Definition at line 81 of file racescreens.h.
| const char* tRmFileSelect::title |
Title for file selection (for screen title)
Definition at line 78 of file racescreens.h.