Nana C++ Library. Reference for users.
What we need to use nana
|
Date input. More...
Inherits nana::inputbox::abstract_content.
Classes | |
struct | implement |
Public Member Functions | |
date (::std::string label) | |
~date () | |
::std::string | value () const |
int | year () const |
int | month () const |
int | day () 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 |
Date input.
nana::inputbox::date::date | ( | ::std::string | label | ) |
nana::inputbox::date::~date | ( | ) |
int nana::inputbox::date::day | ( | ) | const |
int nana::inputbox::date::month | ( | ) | const |
std::string nana::inputbox::date::value | ( | ) | const |
int nana::inputbox::date::year | ( | ) | const |