kivio
KivioLineStyle Class Reference
List of all members.Detailed Description
Definition at line 31 of file kivio_line_style.h.
Public Member Functions | |
| KivioLineStyle () | |
| KivioLineStyle (const KivioLineStyle &) | |
| virtual | ~KivioLineStyle () |
| void | copyInto (KivioLineStyle *) |
| QDomElement | saveXML (QDomDocument &) |
| bool | loadXML (const QDomElement &) |
| QPen | pen (float) const |
| QColor | color () const |
| void | setColor (QColor c) |
| float | width () const |
| void | setWidth (float f) |
| int | capStyle () const |
| void | setCapStyle (int p) |
| int | joinStyle () const |
| void | setJoinStyle (int j) |
| int | style () const |
| void | setStyle (int p) |
Protected Attributes | |
| QColor | m_color |
| float | m_width |
| int | m_capStyle |
| int | m_joinStyle |
| int | m_style |
The documentation for this class was generated from the following files:

