kivio
KivioTextStyle Class Reference
List of all members.Detailed Description
Definition at line 14 of file kivio_text_style.h.
Public Member Functions | |
| KivioTextStyle () | |
| virtual | ~KivioTextStyle () |
| QDomElement | saveXML (QDomDocument &) |
| bool | loadXML (const QDomElement &) |
| void | copyInto (KivioTextStyle *) |
| QString | text () |
| void | setText (QString s) |
| QColor | color () |
| void | setColor (QColor c) |
| QFont | font () |
| void | setFont (QFont f) |
| bool | isHtml () |
| void | setIsHtml (bool b) |
| int | hTextAlign () |
| void | setHTextAlign (int i) |
| int | vTextAlign () |
| void | setVTextAlign (int i) |
Protected Attributes | |
| QString | m_text |
| QColor | m_color |
| QFont | m_font |
| bool | m_isHtml |
| int | m_hTextAlign |
| int | m_vTextAlign |
The documentation for this class was generated from the following files:

