karbon
VEllipse Class Reference
Inheritance diagram for VEllipse:

Detailed Description
Definition at line 26 of file vellipse.h.
Public Types | |
full | |
section | |
cut | |
arc | |
enum | VEllipseType { full, section, cut, arc } |
Public Member Functions | |
VEllipse (VObject *parent, VState state=edit) | |
VEllipse (VObject *parent, const KoPoint &topLeft, double width, double height, VEllipseType type=full, double startAngle=0, double endAngle=0) | |
virtual QString | name () const |
virtual void | save (QDomElement &element) const |
virtual void | saveOasis (KoStore *store, KoXmlWriter *docWriter, KoGenStyles &mainStyles, int &index) const |
virtual void | load (const QDomElement &element) |
virtual bool | loadOasis (const QDomElement &element, KoOasisLoadingContext &context) |
virtual VPath * | clone () const |
Protected Member Functions | |
void | init () |
Member Function Documentation
VPath * VEllipse::clone | ( | ) | const [virtual] |
Create an exact copy of this object.
- Returns:
- the exact object copy
Reimplemented from VPath.
Definition at line 300 of file vellipse.cc.
void VEllipse::load | ( | const QDomElement & | element | ) | [virtual] |
Load this object's state from xml and initialize this object accordingly.
- Parameters:
-
element the DOM element from which the attributes are read
Reimplemented from VPath.
Definition at line 265 of file vellipse.cc.
bool VEllipse::loadOasis | ( | const QDomElement & | element, | |
KoOasisLoadingContext & | context | |||
) | [virtual] |
Load this object's state from OpenDocument and initialize this object accordingly.
- Parameters:
-
element the DOM element to read attributes from context FIXME
Reimplemented from VPath.
Definition at line 205 of file vellipse.cc.
QString VEllipse::name | ( | ) | const [virtual] |
Returns the name of the object.
- Returns:
- the object's name
Reimplemented from VObject.
Definition at line 109 of file vellipse.cc.
void VEllipse::save | ( | QDomElement & | element | ) | const [virtual] |
Save this object's state to xml.
- Parameters:
-
element the DOM element to which the attributes are saved
Reimplemented from VPath.
Definition at line 116 of file vellipse.cc.
void VEllipse::saveOasis | ( | KoStore * | store, | |
KoXmlWriter * | docWriter, | |||
KoGenStyles & | mainStyles, | |||
int & | index | |||
) | const [virtual] |
Save this object's state to OpenDocument.
- Parameters:
-
store FIXME docWriter FIXME mainStyles FIXME
Reimplemented from VPath.
Definition at line 162 of file vellipse.cc.
The documentation for this class was generated from the following files: