42 #ifndef QEGLPROPERTIES_P_H 43 #define QEGLPROPERTIES_P_H 56 #include <QtCore/qvarlengtharray.h> 57 #include <QtGui/qimage.h> 59 #include <QtGui/private/qegl_p.h> 74 int value(
int name)
const;
75 void setValue(
int name,
int value);
76 bool removeValue(
int name);
77 bool isEmpty()
const {
return props[0] == EGL_NONE; }
79 const EGLint *
properties()
const {
return props.constData(); }
83 void setVisualFormat(
const QX11Info *xinfo);
85 void setDeviceType(
int devType);
89 bool reduceConfiguration();
99 #endif // QEGLPROPERTIES_P_H Format
The following image formats are available in Qt.
QEglProperties(const QEglProperties &other)
#define QT_END_NAMESPACE
This macro expands to.
const EGLint * properties() const
The QString class provides a Unicode character string.
static QString toString(Register *reg, int type, bool *ok=0)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QX11Info class provides information about the X display configuration.
QVarLengthArray< EGLint > props