Go to the source code of this file.
◆ operator<<()
Definition at line 67 of file KisDisplayConfig.cpp.
67 {
68 QDebugStateSaver saver(debug);
69 debug.nospace() <<
"KisDisplayConfig(";
70
71 debug.nospace() <<
"profile: " <<
value.profile;
72
74 debug.nospace() <<
" (" <<
value.profile->name() <<
")";
75 }
76 debug.nospace() <<
", ";
77 debug.nospace() <<
"intent: " <<
value.intent <<
", ";
78 debug.nospace() <<
"conversionFlags: " <<
value.conversionFlags <<
", ";
80
81 debug.nospace() <<
")";
83}
float value(const T *src, size_t ch)
PyObject * debug(PyObject *, PyObject *args)
References value().