superkaramba
#include <textfield.h>
Public Member Functions | |
| TextField () | |
| TextField (const TextField &) | |
| ~TextField () | |
| int | getAlignment () const |
| QString | getAlignmentAsString () const |
| QColor | getBGColor () const |
| QColor | getColor () const |
| bool | getFixedPitch () const |
| QString | getFont () const |
| int | getFontSize () const |
| int | getLineHeight () const |
| int | getShadow () const |
| TextField & | operator= (const TextField &) |
| void | setAlignment (int) |
| void | setAlignment (const QString &) |
| void | setBGColor (QColor clr) |
| void | setColor (QColor clr) |
| void | setFixedPitch (bool) |
| void | setFont (const QString &) |
| void | setFontSize (int) |
| void | setShadow (int) |
Protected Attributes | |
| int | alignment |
| QColor | bgColor |
| QColor | color |
| QFont | font |
| int | lineHeight |
| int | shadow |
Detailed Description
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
| int TextField::getAlignment | ( | ) | const |
Definition at line 120 of file textfield.cpp.
| QString TextField::getAlignmentAsString | ( | ) | const |
Definition at line 125 of file textfield.cpp.
| QColor TextField::getBGColor | ( | ) | const |
Definition at line 75 of file textfield.cpp.
| QColor TextField::getColor | ( | ) | const |
Definition at line 65 of file textfield.cpp.
| bool TextField::getFixedPitch | ( | ) | const |
Definition at line 140 of file textfield.cpp.
| QString TextField::getFont | ( | ) | const |
Definition at line 88 of file textfield.cpp.
| int TextField::getFontSize | ( | ) | const |
Definition at line 99 of file textfield.cpp.
| int TextField::getLineHeight | ( | ) | const |
Definition at line 155 of file textfield.cpp.
| int TextField::getShadow | ( | ) | const |
Definition at line 150 of file textfield.cpp.
Definition at line 42 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::setBGColor | ( | QColor | clr | ) |
Definition at line 70 of file textfield.cpp.
| void TextField::setColor | ( | QColor | clr | ) |
Definition at line 60 of file textfield.cpp.
| void TextField::setFixedPitch | ( | bool | fp | ) |
Definition at line 135 of file textfield.cpp.
| void TextField::setFont | ( | const QString & | f | ) |
Definition at line 81 of file textfield.cpp.
| void TextField::setFontSize | ( | int | size | ) |
Definition at line 93 of file textfield.cpp.
| void TextField::setShadow | ( | int | s | ) |
Definition at line 145 of file textfield.cpp.
Member Data Documentation
|
protected |
Definition at line 51 of file textfield.h.
|
protected |
Definition at line 54 of file textfield.h.
|
protected |
Definition at line 53 of file textfield.h.
|
protected |
Definition at line 52 of file textfield.h.
|
protected |
Definition at line 56 of file textfield.h.
|
protected |
Definition at line 55 of file textfield.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference