![]() |
OSCR
Open Source Cartridge Reader
|
OSCR File Browser application. More...
#include "common/OSCR.h"#include "common/Util.h"#include "ui.h"Go to the source code of this file.
Classes | |
| class | OSCR::Apps::FileBrowser |
| An interface for handling choosing a file. More... | |
Namespaces | |
| namespace | OSCR |
| Main program. | |
Functions | |
| void | OSCR::selectFile (__FlashStringHelper const *title, oflag_t oflag) |
| void | OSCR::selectFile (__FlashStringHelper const *title, OSCR::Storage::File &file, oflag_t oflag, bool useShared=true) |
| void | OSCR::selectFile (__FlashStringHelper const *title, OSCR::Storage::File &file, oflag_t oflag, char *nameBuff, size_t nameSize, char *pathBuff=nullptr, size_t pathSize=0) |
| void | OSCR::selectFile (__FlashStringHelper const *title, __FlashStringHelper const *path, OSCR::Storage::File &file, oflag_t oflag, bool useShared=true) |
| void | OSCR::selectFile (__FlashStringHelper const *title, __FlashStringHelper const *path, OSCR::Storage::File &file, oflag_t oflag, char *nameBuff, size_t nameSize, char *pathBuff=nullptr, size_t pathSize=0) |