Krita Source Code Documentation
Loading...
Searching...
No Matches
KisBatchNodeUpdate.h File Reference
#include "kritaimage_export.h"
#include <QRect>
#include <QSharedPointer>
#include <boost/operators.hpp>
#include <kis_types.h>

Go to the source code of this file.

Classes

class  KisBatchNodeUpdate
 

Typedefs

using KisBatchNodeUpdateSP = QSharedPointer<KisBatchNodeUpdate>
 
using KisBatchNodeUpdateWSP = QWeakPointer<KisBatchNodeUpdate>
 

Functions

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

Typedef Documentation

◆ KisBatchNodeUpdateSP

◆ KisBatchNodeUpdateWSP

Function Documentation

◆ operator<<()

KRITAIMAGE_EXPORT 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)