|
Krita Source Code Documentation
|
#include "KisScreenInformationAdapter.h"#include "kis_debug.h"#include <QOpenGLContext>#include <QGuiApplication>#include <QWindow>#include <config-hdr.h>Go to the source code of this file.
Classes | |
| struct | KisScreenInformationAdapter::Private |
Functions | |
| QDebug | operator<< (QDebug dbg, const KisScreenInformationAdapter::ScreenInfo &info) |
| QDebug operator<< | ( | QDebug | dbg, |
| const KisScreenInformationAdapter::ScreenInfo & | info ) |
Definition at line 262 of file KisScreenInformationAdapter.cpp.
References KisScreenInformationAdapter::ScreenInfo::bitsPerColor, KisScreenInformationAdapter::ScreenInfo::bluePrimary, KisScreenInformationAdapter::ScreenInfo::colorSpace, KisScreenInformationAdapter::ScreenInfo::greenPrimary, KisScreenInformationAdapter::ScreenInfo::isValid(), KisScreenInformationAdapter::ScreenInfo::maxFullFrameLuminance, KisScreenInformationAdapter::ScreenInfo::maxLuminance, KisScreenInformationAdapter::ScreenInfo::minLuminance, KisScreenInformationAdapter::ScreenInfo::redPrimary, KisScreenInformationAdapter::ScreenInfo::screen, and KisScreenInformationAdapter::ScreenInfo::whitePoint.