RADLib
RADical C++ application framework
RADUi::FileBrowserEntry Struct Reference

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...
 

Detailed Description

File browser entry.

Member Data Documentation

◆ directory

bool RADUi::FileBrowserEntry::directory = false

True for directories.

◆ name

std::string RADUi::FileBrowserEntry::name

Display name.

◆ path

std::string RADUi::FileBrowserEntry::path

Full path.

◆ size

uintmax_t RADUi::FileBrowserEntry::size = 0

File size in bytes when known.


The documentation for this struct was generated from the following file: