Input Class Reference
Inheritance diagram for Input:

Detailed Description
Definition at line 36 of file input.h.
Public Member Functions | |
| Input (karamba *k, int ix, int iy, int iw, int ih) | |
| ~Input () | |
| void | mUpdate (QPainter *p) |
| void | setValue (QString text) |
| QString | getStringValue () const |
| void | setBGColor (QColor c) |
| QColor | getBGColor () const |
| void | setColor (QColor c) |
| QColor | getColor () const |
| void | setFontColor (QColor fontColor) |
| QColor | getFontColor () const |
| void | setSelectionColor (QColor selectionColor) |
| QColor | getSelectionColor () const |
| void | setSelectedTextColor (QColor selectedTextColor) |
| QColor | getSelectedTextColor () const |
| void | setTextProps (TextField *) |
| void | hide () |
| void | show () |
| void | setSize (int ix, int iy, int iw, int ih) |
| void | setX (int ix) |
| void | setY (int iy) |
| void | setWidth (int iw) |
| void | setHeight (int ih) |
| void | setFont (QString f) |
| QString | getFont () const |
| void | setFontSize (int size) |
| int | getFontSize () const |
| void | setInputFocus () |
| void | clearInputFocus () |
The documentation for this class was generated from the following files:

