Krita Source Code Documentation
Loading...
Searching...
No Matches
KisBatchNodeUpdate.cpp File Reference
#include "KisBatchNodeUpdate.h"
#include "kis_node.h"
#include "kis_layer_utils.h"

Go to the source code of this file.

Functions

QDebug operator<< (QDebug dbg, const KisBatchNodeUpdate &update)
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const KisBatchNodeUpdate & update )

Definition at line 80 of file KisBatchNodeUpdate.cpp.

81{
82 dbg.nospace() << "KisBatchNodeUpdate (";
83
84 for (auto it = update.begin(); it != update.end(); ++it) {
85 dbg.nospace() << it->first << "->" << it->second;
86
87 if (next(it) != update.end()) {
88 dbg.nospace() << "; ";
89 }
90 }
91
92 return dbg;
93}
QAction * next(const QObject *recvr, const char *slot, QObject *parent)
bool update(QSpinBox *spinBox)