karbon

VImage Class Reference

Inheritance diagram for VImage:

VObject List of all members.

Detailed Description

Definition at line 14 of file vimage.h.


Public Member Functions

 VImage (VObject *parent, const QString &fname="")
 VImage (const VImage &)
virtual ~VImage ()
virtual void draw (VPainter *painter, const KoRect *rect) const
virtual void transform (const QWMatrix &m)
virtual VObjectclone () const
virtual void save (QDomElement &element) const
virtual void load (const QDomElement &element)
virtual void accept (VVisitor &visitor)

Member Function Documentation

void VImage::accept VVisitor visitor  )  [virtual]
 

Accept a VVisitor.

Reimplemented from VObject.

Definition at line 147 of file vimage.cc.

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:
KDE Home | KDE Accessibility Home | Description of Access Keys