Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_meta_data_entry.cc File Reference
#include "kis_meta_data_entry.h"
#include <QString>
#include <kis_debug.h>
#include "kis_meta_data_value.h"
#include "kis_meta_data_schema.h"

Go to the source code of this file.

Classes

struct  Entry
 

Functions

QDebug operator<< (QDebug debug, const Entry &c)
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug debug,
const Entry & c )

Definition at line 134 of file kis_meta_data_entry.cc.

135{
136 debug.nospace() << "Name: " << c.name() << " Qualified name: " << c.qualifiedName() << " Value: " << c.value();
137 return debug.space();
138}
PyObject * debug(PyObject *, PyObject *args)

References Entry::name, and Entry::value.