|
RADLib
RADical C++ application framework
|
File browser entry. More...
#include <RADAppKit.h>
Public Attributes | |
| std::string | name |
| Display name. More... | |
| std::string | path |
| Full path. More... | |
| bool | directory = false |
| True for directories. More... | |
| uintmax_t | size = 0 |
| File size in bytes when known. More... | |
File browser entry.
| bool RADUi::FileBrowserEntry::directory = false |
True for directories.
| std::string RADUi::FileBrowserEntry::name |
Display name.
| std::string RADUi::FileBrowserEntry::path |
Full path.
| uintmax_t RADUi::FileBrowserEntry::size = 0 |
File size in bytes when known.