|
Krita Source Code Documentation
|
#include <KoShapeLoadingContext.h>
Public Member Functions | |
| AdditionalAttributeData (const QString &ns, const QString &tag, const QString &name) | |
| bool | operator== (const AdditionalAttributeData &other) const |
Public Attributes | |
| const QString | name |
| const QString | ns |
| const QString | tag |
Struct to store data about additional attributes that should be loaded during the shape loading.
Make sure all parameters point to const char * that stay around. e.g. The a KoXmlNS or a "tag" defined string e.g. AdditionalAttributeData( KoXmlNS::presentation, "placeholder", presentation:placeholder" )
Definition at line 45 of file KoShapeLoadingContext.h.
|
inline |
Definition at line 46 of file KoShapeLoadingContext.h.
|
inline |
Definition at line 56 of file KoShapeLoadingContext.h.
References name.
| const QString KoShapeLoadingContext::AdditionalAttributeData::name |
Definition at line 54 of file KoShapeLoadingContext.h.
| const QString KoShapeLoadingContext::AdditionalAttributeData::ns |
Definition at line 52 of file KoShapeLoadingContext.h.
| const QString KoShapeLoadingContext::AdditionalAttributeData::tag |
Definition at line 53 of file KoShapeLoadingContext.h.