Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_meta_data_schema_registry.h File Reference
#include <kritametadata_export.h>

Go to the source code of this file.

Classes

class  KisMetaData::SchemaRegistry
 

Namespaces

 

Functions

KRITAMETADATA_EXPORT QDebug operator<< (QDebug debug, const KisMetaData::Schema &c)
 

Function Documentation

◆ operator<<()

KRITAMETADATA_EXPORT QDebug operator<< ( QDebug debug,
const KisMetaData::Schema & c )

Definition at line 393 of file kis_meta_data_schema.cc.

394{
395 debug.nospace() << "Uri = " << c.uri() << " Prefix = " << c.prefix();
396 return debug.space();
397}
PyObject * debug(PyObject *, PyObject *args)

References KisMetaData::Schema::prefix, and KisMetaData::Schema::uri.