#include <qgl.h>
#include <qlist.h>
#include <qmap.h>
#include <qpixmap.h>
#include <qevent.h>
#include <private/qgl_p.h>
#include <qcolormap.h>
#include <qvarlengtharray.h>
#include <qdebug.h>
#include <qapplication.h>
#include <qdesktopwidget>
#include <windows.h>
#include <private/qeglproperties_p.h>
#include <private/qeglcontext_p.h>
#include <private/qgl_egl_p.h>
#include <qcolor.h>
Go to the source code of this file.
◆ QGLCMAP_H
◆ qLogEq()
static bool qLogEq |
( |
bool |
a, |
|
|
bool |
b |
|
) |
| |
|
static |
Definition at line 198 of file qgl_wince.cpp.
200 return (((!
a) && (!b)) || (
a && b));
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ qStoreColors()
static void qStoreColors |
( |
HPALETTE |
cmap, |
|
|
const QGLColormap & |
cols |
|
) |
| |
|
static |
Definition at line 448 of file qgl_wince.cpp.
453 for (
int i = 0; i < cols.
size(); i++) {
455 pe.peRed =
qRed(color);
456 pe.peGreen =
qGreen(color);
457 pe.peBlue =
qBlue(color);
460 SetPaletteEntries(
cmap, i, 1, &pe);
int size() const
Returns the number of colorcells in the colormap.
int qRed(QRgb rgb)
Returns the red component of the ARGB quadruplet rgb.
QRgb entryRgb(int idx) const
Returns the QRgb value in the colorcell with index idx.
int qGreen(QRgb rgb)
Returns the green component of the ARGB quadruplet rgb.
int qBlue(QRgb rgb)
Returns the blue component of the ARGB quadruplet rgb.
◆ opengl32dll