Qt 4.8
|
#include "QtCore/qglobal.h"
#include "QtGui/qrgb.h"
#include "QtCore/qstringlist.h"
Go to the source code of this file.
Functions | |
QStringList | qt_get_colornames () |
bool | qt_get_hex_rgb (const char *, QRgb *) |
bool | qt_get_hex_rgb (const QChar *, int len, QRgb *) |
bool | qt_get_named_rgb (const char *, QRgb *) |
bool | qt_get_named_rgb (const QChar *, int len, QRgb *) |
uint | qt_get_rgb_val (const char *name) |
QStringList qt_get_colornames | ( | ) |
Definition at line 344 of file qcolor_p.cpp.
Referenced by QColor::colorNames(), and qt_get_colornames().
bool qt_get_hex_rgb | ( | const char * | , |
QRgb * | |||
) |
Definition at line 76 of file qcolor_p.cpp.
Referenced by qt_get_hex_rgb(), read_xpm_body(), and QColor::setColorFromString().
Definition at line 110 of file qcolor_p.cpp.
bool qt_get_named_rgb | ( | const char * | , |
QRgb * | |||
) |
Definition at line 306 of file qcolor_p.cpp.
Referenced by qt_get_colornames(), qt_get_rgb_val(), and QColor::setColorFromString().
Definition at line 322 of file qcolor_p.cpp.
uint qt_get_rgb_val | ( | const char * | name | ) |