102QDebug
operator<<(QDebug dbg, KisAlgebra2D::KisTransformComponents components) {
103 dbg.nospace() <<
"KisTransformComponents(";
107 dbg.nospace() << (first ?
"" :
" | ") <<
"Translate";
111 dbg.nospace() << (first ?
"" :
" | ") <<
"Scale";
115 dbg.nospace() << (first ?
"" :
" | ") <<
"Rotate";
119 dbg.nospace() << (first ?
"" :
" | ") <<
"Shear";
123 dbg.nospace() << (first ?
"" :
" | ") <<
"Project";
127 dbg.nospace() <<
")";