Nana C++ Library. Reference for users.
What we need to use nana
|
Inherits nana::inputbox::abstract_content.
Classes | |
struct | implement |
Public Member Functions | |
path (::std::string label, const ::nana::filebox &) | |
~path () | |
::std::string | value () const |
Public Member Functions inherited from nana::inputbox::abstract_content | |
virtual | ~abstract_content ()=default |
virtual const ::std::string & | label () const =0 |
virtual window | create (window, unsigned label_px)=0 |
virtual unsigned | fixed_pixels () const |
Path of a file.
The path requires an object of filebox. When the user clicks the Browse
button, it invokes the filebox with proper configurations to query a filename.
nana::inputbox::path::path | ( | ::std::string | label, |
const ::nana::filebox & | |||
) |
nana::inputbox::path::~path | ( | ) |
std::string nana::inputbox::path::value | ( | ) | const |