karbon
VImage Class Reference
Inheritance diagram for VImage:
List of all members.
Detailed Description
Definition at line 14 of file vimage.h.
Member Function Documentation
void VImage::accept |
( |
VVisitor & |
visitor |
) |
[virtual] |
VObject * VImage::clone |
( |
|
) |
const [virtual] |
Create an exact copy of this object.
- Returns:
- the exact object copy
Implements VObject.
Definition at line 101 of file vimage.cc.
void VImage::draw |
( |
VPainter * |
painter, |
|
|
const KoRect * |
rect | |
|
) |
| | const [virtual] |
Draw the object to a painting device.
- Parameters:
-
| painter | abstraction that is used to render to a painting device. |
| rect | represents the visible rectangular area. If this object doesn't intersect with this area it is not drawn. |
Reimplemented from VObject.
Definition at line 49 of file vimage.cc.
void VImage::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 VObject.
Definition at line 125 of file vimage.cc.
void VImage::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 VObject.
Definition at line 107 of file vimage.cc.
The documentation for this class was generated from the following files: