| Eneboo - Documentación para desarrolladores | 
#include "qwindowdefs.h"#include "qstringlist.h"Ir al código fuente de este archivo.
| Clases | |
| class | QColor | 
| The QColor class provides colors based on RGB or HSV values.  Más... | |
| Funciones | |
| Q_EXPORT int | qRed (QRgb rgb) | 
| Q_EXPORT int | qGreen (QRgb rgb) | 
| Q_EXPORT int | qBlue (QRgb rgb) | 
| Q_EXPORT int | qAlpha (QRgb rgb) | 
| Q_EXPORT QRgb | qRgb (int r, int g, int b) | 
| Q_EXPORT QRgb | qRgba (int r, int g, int b, int a) | 
| Q_EXPORT int | qGray (int r, int g, int b) | 
| Q_EXPORT int | qGray (QRgb rgb) | 
| Q_EXPORT QDataStream & | operator<< (QDataStream &, const QColor &) | 
| Q_EXPORT QDataStream & | operator>> (QDataStream &, QColor &) | 
| Variables | |
| const QRgb | RGB_MASK = 0x00ffffff | 
| Q_EXPORT QDataStream& operator<< | ( | QDataStream & | , | 
| const QColor & | |||
| ) |  [related] | 
| Q_EXPORT QDataStream& operator>> | ( | QDataStream & | , | 
| QColor & | |||
| ) |  [related] | 
 1.7.4
 1.7.4