Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::folderbox Class Reference

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 ()
 
folderboxallow_multi_select (bool allow)
 Enables/disables multi select. More...
 
std::vector< path_typeshow () const
 
std::vector< path_typeoperator() () const
 
folderboxtitle (std::string text)
 Changes title. More...
 

Member Typedef Documentation

using nana::folderbox::path_type = std::filesystem::path

Constructor & Destructor Documentation

nana::folderbox::folderbox ( window  owner = nullptr,
const path_type init_path = {},
std::string  title = {} 
)
explicit
nana::folderbox::~folderbox ( )

Member Function Documentation

folderbox & nana::folderbox::allow_multi_select ( bool  allow)

Enables/disables multi select.

std::vector<path_type> nana::folderbox::operator() ( ) const
inline
std::vector< folderbox::path_type > nana::folderbox::show ( ) const
folderbox & nana::folderbox::title ( std::string  text)

Changes title.

Parameters
textText of title