libs/flake

KoShapeLoadingContext::AdditionalAttributeData Struct Reference

Struct to store data about additional attributes that should be loaded during the shape loading. More...

#include <KoShapeLoadingContext.h>

List of all members.

Public Member Functions

 AdditionalAttributeData (const char *const ns, const char *const tag, const char *name)
bool operator== (const AdditionalAttributeData &other) const

Public Attributes

const char *const name
const char *const ns
const char *const tag

Detailed Description

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 55 of file KoShapeLoadingContext.h.


Constructor & Destructor Documentation

KoShapeLoadingContext::AdditionalAttributeData::AdditionalAttributeData ( const char *const   ns,
const char *const   tag,
const char *  name 
) [inline]

Definition at line 56 of file KoShapeLoadingContext.h.


Member Function Documentation

bool KoShapeLoadingContext::AdditionalAttributeData::operator== ( const AdditionalAttributeData other  )  const [inline]

Definition at line 66 of file KoShapeLoadingContext.h.


Member Data Documentation

Definition at line 62 of file KoShapeLoadingContext.h.


The documentation for this struct was generated from the following file: