libs/flake
KoSharedLoadingData Class Reference
The KoSharedLoadingData class is used to share data between shapes during loading. More...
#include <KoSharedLoadingData.h>
Public Member Functions | |
| KoSharedLoadingData () | |
| virtual | ~KoSharedLoadingData () |
Detailed Description
The KoSharedLoadingData class is used to share data between shapes during loading.
These data can be added to the KoShapeLoadingContext using KoShapeLoadingContext::addSharedData(). A different shape can then get the data from the context using KoShapeLoadingContext::sharedData().
Definition at line 28 of file KoSharedLoadingData.h.
Constructor & Destructor Documentation
| KoSharedLoadingData::KoSharedLoadingData | ( | ) | [inline] |
Definition at line 31 of file KoSharedLoadingData.h.
| virtual KoSharedLoadingData::~KoSharedLoadingData | ( | ) | [inline, virtual] |
Definition at line 32 of file KoSharedLoadingData.h.
The documentation for this class was generated from the following file:
