Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSharedLoadingData Class Reference

#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 17 of file KoSharedLoadingData.h.

Constructor & Destructor Documentation

◆ KoSharedLoadingData()

KoSharedLoadingData::KoSharedLoadingData ( )

Definition at line 9 of file KoSharedLoadingData.cpp.

10{
11}

◆ ~KoSharedLoadingData()

KoSharedLoadingData::~KoSharedLoadingData ( )
virtual

Definition at line 13 of file KoSharedLoadingData.cpp.

14{
15}

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