TextField Class Reference
#include <textfield.h>
Detailed Description
Ralph M.Churchill
Definition at line 21 of file textfield.h.
Public Member Functions | |
| TextField () | |
| TextField (const TextField &) | |
| ~TextField () | |
| TextField & | operator= (const TextField &) |
| void | setFontSize (int) |
| void | setColor (QColor clr) |
| void | setBGColor (QColor clr) |
| void | setFont (const QString &) |
| void | setAlignment (int) |
| void | setAlignment (const QString &) |
| void | setFixedPitch (bool) |
| void | setShadow (int) |
| int | getFontSize () const |
| QColor | getColor () const |
| QColor | getBGColor () const |
| QString | getFont () const |
| int | getAlignment () const |
| QString | getAlignmentAsString () const |
| bool | getFixedPitch () const |
| int | getShadow () const |
| int | getLineHeight () const |
Protected Attributes | |
| int | alignment |
| QFont | font |
| QColor | color |
| QColor | bgColor |
| int | shadow |
| int | lineHeight |
The documentation for this class was generated from the following files:

