edit_number_t Struct Reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes | |
| struct | controller_t |
| struct | view_t |
Public Types | |
| typedef double | model_type |
Public Member Functions | |
| template<typename ForwardIterator > | |
| edit_number_t (const edit_text_ctor_block_t &block, const ForwardIterator first, const ForwardIterator last) | |
| ~edit_number_t () | |
Placeable Concept Operations | |
See the Placeable concept and placeable_concept.hpp for more information. | |
| void | measure (extents_t &result) |
| void | place (const place_data_t &place_data) |
Detailed Description
An edit text refinement used solely for numeric entry.
Definition at line 61 of file edit_number.hpp.
Member Typedef Documentation
| typedef double model_type |
Definition at line 63 of file edit_number.hpp.
Constructor & Destructor Documentation
| edit_number_t | ( | const edit_text_ctor_block_t & | block, |
| const ForwardIterator | first, | ||
| const ForwardIterator | last | ||
| ) |
Definition at line 251 of file edit_number.hpp.
| ~edit_number_t | ( | ) |
Definition at line 70 of file edit_number.hpp.
Member Function Documentation
| void measure | ( | extents_t & | result ) |
| void place | ( | const place_data_t & | place_data ) |

