libs/flake

KoLoadingShapeUpdater Class Reference

Reimplement this class when you depend on a shape during loading that is not yet loaded. More...

#include <KoLoadingShapeUpdater.h>

Inheritance diagram for KoLoadingShapeUpdater:

List of all members.

Public Member Functions

 KoLoadingShapeUpdater ()
virtual ~KoLoadingShapeUpdater ()
virtual void update (KoShape *shape)

Detailed Description

Reimplement this class when you depend on a shape during loading that is not yet loaded.

As soon as the shape you depend on is loaded the method update is called. Then you can setup the data you need.

See also:
KoConnectionShape
KoShapeLoadingContext::updateShape

Definition at line 37 of file KoLoadingShapeUpdater.h.


Constructor & Destructor Documentation

KoLoadingShapeUpdater::KoLoadingShapeUpdater (  ) 

Definition at line 22 of file KoLoadingShapeUpdater.cpp.

KoLoadingShapeUpdater::~KoLoadingShapeUpdater (  )  [virtual]

Definition at line 26 of file KoLoadingShapeUpdater.cpp.


Member Function Documentation

void KoLoadingShapeUpdater::update ( KoShape shape  )  [virtual]

This function is called as soon as shape is loaded.

Parameters:
shape The shape that just got loaded.

Reimplemented in KoConnectionShapeLoadingUpdater.

Definition at line 30 of file KoLoadingShapeUpdater.cpp.


The documentation for this class was generated from the following files: