Floating-point number input.
More...
Inherits nana::inputbox::abstract_content.
|
| | real (::std::string label, double init_value, double begin, double last, double step) |
| |
| | ~real () |
| |
| double | value () const |
| |
| virtual | ~abstract_content ()=default |
| |
| virtual const ::std::string & | label () const =0 |
| |
| virtual window | create (window, unsigned label_px)=0 |
| |
| virtual unsigned | fixed_pixels () const |
| |
Floating-point number input.
- Examples:
- inputbox.cpp.
| nana::inputbox::real::real |
( |
::std::string |
label, |
|
|
double |
init_value, |
|
|
double |
begin, |
|
|
double |
last, |
|
|
double |
step |
|
) |
| |
| nana::inputbox::real::~real |
( |
| ) |
|
| double nana::inputbox::real::value |
( |
| ) |
const |