![]() |
QCAD
Open Source 2D CAD
|
Functions | |
void | getDouble (void title, void prompt, void value, void prec, void lower, void upper) |
Display an input dialog box and return a double. | |
void | getInt (void title, void prompt, void value, void step, void lower, void upper) |
Display an input dialog box and return an integer. | |
void | getItem (void title, void prompt, void items, void idx, void splitStr) |
Display a combo drop down box and return item. | |
void | getText (void title, void prompt, void txt) |
Display an input dialog box and return string. | |