![]() |
NDEVR
API Documentation
|
A basic class for helping convert a Value into a resource. More...
Static Public Member Functions | |
| static t_type | ValueFromFloat (const fltp08 &value) |
| Converts a floating-point number back to the value type. | |
| static fltp08 | ValueToFloat (const t_type &value) |
| Converts a value to a floating-point number. | |
A basic class for helping convert a Value into a resource.
Definition at line 52 of file QCustomLineEdit.h.
|
inlinestatic |
Converts a floating-point number back to the value type.
Asserts for non-number types.
| [in] | value | The floating-point value to convert. |
Definition at line 71 of file QCustomLineEdit.h.
|
inlinestatic |
Converts a value to a floating-point number.
Asserts for non-number types.
| [in] | value | The value to convert. |
Definition at line 60 of file QCustomLineEdit.h.