![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qedidparser_p.h>
Public Member Functions | |
bool | parse (const QByteArray &blob) |
Public Attributes | |
QString | identifier |
QString | manufacturer |
QString | model |
QString | serialNumber |
QSizeF | physicalSize |
qreal | gamma |
QPointF | redChromaticity |
QPointF | greenChromaticity |
QPointF | blueChromaticity |
QPointF | whiteChromaticity |
QList< QList< uint16_t > > | tables |
bool | sRgb |
bool | useTables |
Definition at line 33 of file qedidparser_p.h.
bool QEdidParser::parse | ( | const QByteArray & | blob | ) |
Definition at line 73 of file qedidparser.cpp.
QPointF QEdidParser::blueChromaticity |
Definition at line 46 of file qedidparser_p.h.
qreal QEdidParser::gamma |
Definition at line 43 of file qedidparser_p.h.
QPointF QEdidParser::greenChromaticity |
Definition at line 45 of file qedidparser_p.h.
QString QEdidParser::identifier |
Definition at line 38 of file qedidparser_p.h.
QString QEdidParser::manufacturer |
Definition at line 39 of file qedidparser_p.h.
QString QEdidParser::model |
Definition at line 40 of file qedidparser_p.h.
QSizeF QEdidParser::physicalSize |
Definition at line 42 of file qedidparser_p.h.
QPointF QEdidParser::redChromaticity |
Definition at line 44 of file qedidparser_p.h.
QString QEdidParser::serialNumber |
Definition at line 41 of file qedidparser_p.h.
bool QEdidParser::sRgb |
Definition at line 49 of file qedidparser_p.h.
Definition at line 48 of file qedidparser_p.h.
bool QEdidParser::useTables |
Definition at line 50 of file qedidparser_p.h.
QPointF QEdidParser::whiteChromaticity |
Definition at line 47 of file qedidparser_p.h.