|
| implementation () |
|
void | attach (::nana::widget &wdg,::nana::paint::graphics &graph) |
|
void | detach () |
|
std::string | value () const |
|
bool | value (const ::std::string &value_str, bool reset_editor) |
|
void | set_range (std::unique_ptr< range_interface > ptr) |
|
const range_interface * | range () const |
|
void | modifier (std::string &&prefix, std::string &&suffix) |
|
void | draw_spins () |
|
void | render () |
|
::nana::widgets::skeletons::text_editor * | editor () const |
|
void | mouse_wheel (bool upwards) |
|
bool | mouse_button (const ::nana::arg_mouse &arg, bool pressed) |
|
bool | mouse_move (bool left_button, const ::nana::point &pos) |
|
void | reset_text_area () |
|
void | reset_text () |
|