Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
struct | implement |
Public Types | |
using | path_type = std::filesystem::path |
Public Member Functions | |
folderbox (window owner=nullptr, const path_type &init_path={}, std::string title={}) | |
~folderbox () | |
folderbox & | allow_multi_select (bool allow) |
Enables/disables multi select. More... | |
std::vector< path_type > | show () const |
std::vector< path_type > | operator() () const |
folderbox & | title (std::string text) |
Changes title. More... | |
using nana::folderbox::path_type = std::filesystem::path |
|
explicit |
nana::folderbox::~folderbox | ( | ) |
folderbox & nana::folderbox::allow_multi_select | ( | bool | allow | ) |
Enables/disables multi select.
|
inline |
std::vector< folderbox::path_type > nana::folderbox::show | ( | ) | const |
folderbox & nana::folderbox::title | ( | std::string | text | ) |
Changes title.
text | Text of title |