superkaramba
TextField Class Reference
#include <textfield.h>
Detailed Description
Ralph M.Churchill
Definition at line 22 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 |
Constructor & Destructor Documentation
| TextField::TextField | ( | ) |
Definition at line 15 of file textfield.cpp.
| TextField::TextField | ( | const TextField & | def | ) |
Definition at line 29 of file textfield.cpp.
| TextField::~TextField | ( | ) |
Definition at line 26 of file textfield.cpp.
Member Function Documentation
Definition at line 42 of file textfield.cpp.
| void TextField::setFontSize | ( | int | size | ) |
Definition at line 93 of file textfield.cpp.
| void TextField::setColor | ( | QColor | clr | ) |
Definition at line 60 of file textfield.cpp.
| void TextField::setBGColor | ( | QColor | clr | ) |
Definition at line 70 of file textfield.cpp.
| void TextField::setFont | ( | const QString & | f | ) |
Definition at line 81 of file textfield.cpp.
| void TextField::setAlignment | ( | int | af | ) |
Definition at line 115 of file textfield.cpp.
| void TextField::setAlignment | ( | const QString & | align | ) |
Definition at line 104 of file textfield.cpp.
| void TextField::setFixedPitch | ( | bool | fp | ) |
Definition at line 135 of file textfield.cpp.
| void TextField::setShadow | ( | int | s | ) |
Definition at line 145 of file textfield.cpp.
| int TextField::getFontSize | ( | ) | const |
Definition at line 99 of file textfield.cpp.
| QColor TextField::getColor | ( | ) | const |
Definition at line 65 of file textfield.cpp.
| QColor TextField::getBGColor | ( | ) | const |
Definition at line 75 of file textfield.cpp.
| QString TextField::getFont | ( | ) | const |
Definition at line 88 of file textfield.cpp.
| int TextField::getAlignment | ( | ) | const |
Definition at line 120 of file textfield.cpp.
| QString TextField::getAlignmentAsString | ( | ) | const |
Definition at line 125 of file textfield.cpp.
| bool TextField::getFixedPitch | ( | ) | const |
Definition at line 140 of file textfield.cpp.
| int TextField::getShadow | ( | ) | const |
Definition at line 150 of file textfield.cpp.
| int TextField::getLineHeight | ( | ) | const |
Definition at line 155 of file textfield.cpp.
Member Data Documentation
int TextField::alignment [protected] |
Definition at line 51 of file textfield.h.
QFont TextField::font [protected] |
Definition at line 52 of file textfield.h.
QColor TextField::color [protected] |
Definition at line 53 of file textfield.h.
QColor TextField::bgColor [protected] |
Definition at line 54 of file textfield.h.
int TextField::shadow [protected] |
Definition at line 55 of file textfield.h.
int TextField::lineHeight [protected] |
Definition at line 56 of file textfield.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference