Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeLoadingContext.cpp File Reference
#include <QMultiMap>
#include <QVariant>
#include "KoShapeLoadingContext.h"
#include "KoShape.h"
#include "KoSharedLoadingData.h"
#include "KoShapeControllerBase.h"
#include "KoMarkerCollection.h"
#include "KoDocumentResourceManager.h"
#include "KoLoadingShapeUpdater.h"
#include <FlakeDebug.h>

Go to the source code of this file.

Classes

class  KoShapeLoadingContext
 

Functions

uint qHash (const KoShapeLoadingContext::AdditionalAttributeData &attributeData)
 

Variables

static QSet< KoShapeLoadingContext::AdditionalAttributeDatas_additionalAttributes
 

Function Documentation

◆ qHash()

uint qHash ( const KoShapeLoadingContext::AdditionalAttributeData & attributeData)

Definition at line 22 of file KoShapeLoadingContext.cpp.

23{
24 return qHash(attributeData.name);
25}
uint qHash(const KoShapeLoadingContext::AdditionalAttributeData &attributeData)

References KoShapeLoadingContext::AdditionalAttributeData::name, and qHash().

Variable Documentation

◆ s_additionalAttributes

QSet<KoShapeLoadingContext::AdditionalAttributeData> s_additionalAttributes
static

Definition at line 27 of file KoShapeLoadingContext.cpp.