karbon
VTextOptionsWidget Class Reference
List of all members.Detailed Description
Definition at line 99 of file vtexttool.h.
Public Slots | |
| void | valueChanged (int) |
| void | valueChanged (double) |
| void | accept () |
| void | cancel () |
| void | textChanged (const QString &) |
| void | editBasePath () |
| void | convertToShapes () |
| void | initialize (VObject &text) |
Public Member Functions | |
| VTextOptionsWidget (VTextTool *tool, QWidget *parent) | |
| ~VTextOptionsWidget () | |
| void | setFont (const QFont &font) |
| QFont | font () |
| void | setText (const QString &text) |
| QString | text () |
| void | setPosition (VText::Position position) |
| VText::Position | position () |
| void | setAlignment (VText::Alignment alignment) |
| VText::Alignment | alignment () |
| void | setOffset (double offset) |
| double | offset () |
| void | setUseShadow (bool state) |
| bool | useShadow () |
| void | setShadow (int angle, int distance, bool translucent) |
| bool | translucentShadow () |
| int | shadowAngle () |
| int | shadowDistance () |
Protected Attributes | |
| QTabWidget * | m_tabWidget |
| KFontCombo * | m_fontCombo |
| QCheckBox * | m_boldCheck |
| QCheckBox * | m_italicCheck |
| KIntNumInput * | m_fontSize |
| QLineEdit * | m_textEditor |
| ShadowWidget * | m_shadow |
| QComboBox * | m_textAlignment |
| QComboBox * | m_textPosition |
| QPushButton * | m_editBasePath |
| QPushButton * | m_convertToShapes |
| KDoubleNumInput * | m_textOffset |
| VTextTool * | m_tool |
The documentation for this class was generated from the following files:

