kspread
KSpread::EmbeddedKOfficeObject Class Reference
#include <kspread_object.h>
Inheritance diagram for KSpread::EmbeddedKOfficeObject:

Detailed Description
Holds an embedded koffice object.Definition at line 238 of file kspread_object.h.
Public Member Functions | |
| EmbeddedKOfficeObject (Doc *parent, Sheet *_sheet, KoDocument *doc, const KoRect &geometry) | |
| EmbeddedKOfficeObject (Doc *parent, Sheet *_sheet) | |
| virtual ObjType | getType () const |
| virtual QString | getTypeString () const |
| Doc * | parent () |
| KoDocumentChild * | embeddedObject () |
| bool | load (const QDomElement &element) |
| virtual void | loadOasis (const QDomElement &element, KoOasisLoadingContext &context) |
| QDomElement | save (QDomDocument &doc) |
| virtual void | draw (QPainter *_painter) |
| virtual QPixmap | toPixmap (double xZoom, double yZoom) |
| void | activate (View *_view, Canvas *_canvas) |
| void | deactivate () |
Protected Member Functions | |
| void | updateChildGeometry () |
| virtual const char * | getOasisElementName () const |
| virtual bool | saveOasisObjectAttributes (KSpreadOasisSaveContext &sc) const |
Protected Attributes | |
| KoDocumentChild * | m_embeddedObject |
| Doc * | m_parent |
Member Function Documentation
| QPixmap EmbeddedKOfficeObject::toPixmap | ( | double | xZoom, | |
| double | yZoom | |||
| ) | [virtual] |
See EmbeddedObject::toPixmap(double,double).
Reimplemented from KSpread::EmbeddedObject.
Definition at line 486 of file kspread_object.cc.
| const char * EmbeddedKOfficeObject::getOasisElementName | ( | ) | const [protected, virtual] |
Get the element name for saving the object.
Implements KSpread::EmbeddedObject.
Reimplemented in KSpread::EmbeddedChart.
Definition at line 411 of file kspread_object.cc.
The documentation for this class was generated from the following files:

