Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_fill_interval.h File Reference
#include <boost/operators.hpp>
#include "kis_global.h"
#include <kis_debug.h>

Go to the source code of this file.

Classes

class  KisFillInterval
 

Functions

QDebug operator<< (QDebug dbg, const KisFillInterval &i)
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const KisFillInterval & i )
inline

Definition at line 54 of file kis_fill_interval.h.

55{
56#ifndef NODEBUG
57 dbg.nospace() << "KisFillInterval(" << i.start << ".." << i.end << "; " << i.row << ")";
58#endif
59 return dbg;
60}

References KisFillInterval::end, KisFillInterval::row, and KisFillInterval::start.