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

#include <KoSharedSavingData.h>

Public Member Functions

 KoSharedSavingData ()
 
virtual ~KoSharedSavingData ()
 

Detailed Description

The KoSharedSavingData class is used to share data between shapes during saving. These data can be added to the KoShapeSavingContext using KoShapeSavingContext::addSharedData(). A different shape can then get the data from the context using KoShapeSavingContext::sharedData().

Definition at line 17 of file KoSharedSavingData.h.

Constructor & Destructor Documentation

◆ KoSharedSavingData()

KoSharedSavingData::KoSharedSavingData ( )

Definition at line 9 of file KoSharedSavingData.cpp.

10{
11}

◆ ~KoSharedSavingData()

KoSharedSavingData::~KoSharedSavingData ( )
virtual

Definition at line 13 of file KoSharedSavingData.cpp.

14{
15}

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