Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QEdidParser Class Reference

#include <qedidparser_p.h>

+ Collaboration diagram for QEdidParser:

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
 

Detailed Description

Definition at line 32 of file qedidparser_p.h.

Member Function Documentation

◆ parse()

Member Data Documentation

◆ blueChromaticity

QPointF QEdidParser::blueChromaticity

Definition at line 45 of file qedidparser_p.h.

Referenced by parse().

◆ gamma

qreal QEdidParser::gamma

Definition at line 42 of file qedidparser_p.h.

Referenced by parse().

◆ greenChromaticity

QPointF QEdidParser::greenChromaticity

Definition at line 44 of file qedidparser_p.h.

Referenced by parse().

◆ identifier

QString QEdidParser::identifier

Definition at line 37 of file qedidparser_p.h.

Referenced by QEglFSKmsScreen::QEglFSKmsScreen(), QEglFSKmsScreen::model(), and parse().

◆ manufacturer

QString QEdidParser::manufacturer

◆ model

QString QEdidParser::model

◆ physicalSize

QSizeF QEdidParser::physicalSize

Definition at line 41 of file qedidparser_p.h.

Referenced by QEglFSKmsScreen::QEglFSKmsScreen(), and parse().

◆ redChromaticity

QPointF QEdidParser::redChromaticity

Definition at line 43 of file qedidparser_p.h.

Referenced by parse().

◆ serialNumber

QString QEdidParser::serialNumber

◆ sRgb

bool QEdidParser::sRgb

Definition at line 48 of file qedidparser_p.h.

Referenced by parse().

◆ tables

QList<QList<uint16_t> > QEdidParser::tables

Definition at line 47 of file qedidparser_p.h.

Referenced by parse().

◆ useTables

bool QEdidParser::useTables

Definition at line 49 of file qedidparser_p.h.

Referenced by parse().

◆ whiteChromaticity

QPointF QEdidParser::whiteChromaticity

Definition at line 46 of file qedidparser_p.h.

Referenced by parse().


The documentation for this class was generated from the following files: