kivio
KivioShape Class Reference
List of all members.Detailed Description
Definition at line 26 of file kivio_shape.h.
Public Member Functions | |
KivioShape () | |
KivioShape (const KivioShape &) | |
virtual | ~KivioShape () |
void | copyInto (KivioShape *) const |
bool | loadXML (const QDomElement &) |
QDomElement | saveXML (QDomDocument &) |
KivioShapeData::KivioShapeType | shapeType () |
KivioShapeData * | shapeData () |
Static Public Member Functions | |
static KivioShape * | loadShapeArc (const QDomElement &) |
static KivioShape * | loadShapeClosedPath (const QDomElement &) |
static KivioShape * | loadShapeBezier (const QDomElement &) |
static KivioShape * | loadShapeEllipse (const QDomElement &) |
static KivioShape * | loadShapeLineArray (const QDomElement &) |
static KivioShape * | loadShapeOpenPath (const QDomElement &) |
static KivioShape * | loadShapePie (const QDomElement &) |
static KivioShape * | loadShapePolygon (const QDomElement &) |
static KivioShape * | loadShapePolyline (const QDomElement &) |
static KivioShape * | loadShapeRectangle (const QDomElement &) |
static KivioShape * | loadShapeRoundRectangle (const QDomElement &) |
static KivioShape * | loadShapeTextBox (const QDomElement &) |
Protected Attributes | |
KivioShapeData | m_shapeData |
Constructor & Destructor Documentation
|
Default constructor. Does nothing Definition at line 33 of file kivio_shape.cpp. |
|
Copy constructor.
Definition at line 45 of file kivio_shape.cpp. |
|
Destructor.
Definition at line 54 of file kivio_shape.cpp. |
Member Function Documentation
|
Copy all data into pTarget.
Definition at line 66 of file kivio_shape.cpp. |
|
Loads a shape of type arc.
Definition at line 140 of file kivio_shape.cpp. |
|
Loads a shape of type bezier.
Definition at line 204 of file kivio_shape.cpp. |
|
Loads a shape of type closed-path.
Definition at line 152 of file kivio_shape.cpp. |
|
Loads a shape of type ellipse.
Definition at line 266 of file kivio_shape.cpp. |
|
Loads a shape of type line-array.
Definition at line 311 of file kivio_shape.cpp. |
|
Loads a shape of type open-path.
Definition at line 363 of file kivio_shape.cpp. |
|
Loads a shape of type pie.
Definition at line 413 of file kivio_shape.cpp. |
|
Loads a shape of type polygon.
Definition at line 425 of file kivio_shape.cpp. |
|
Loads a shape of type polyline.
Definition at line 477 of file kivio_shape.cpp. |
|
Loads a shape of type rectangle.
Definition at line 525 of file kivio_shape.cpp. |
|
Loads a shape of type round rectangle.
Definition at line 572 of file kivio_shape.cpp. |
|
Loads a shape of type textbox.
Definition at line 624 of file kivio_shape.cpp. |
|
Load this object from an XML element.
Definition at line 81 of file kivio_shape.cpp. |
|
Save this object to an XML element.
Definition at line 119 of file kivio_shape.cpp. |
The documentation for this class was generated from the following files: