#include <qcolor.h>
#include <qpalette.h>
#include <qglobal.h>
#include <qpaintdevice.h>
#include <qfont.h>
#include "qslot.h"
#include "qwui.h"
#include "qcalc.h"
#include "qprofile.h"
#include <stdio.h>
Functions | |
QColor | col_White ("#ffffff") |
QColor | col_Light_Grey ("#eeeeee") |
QColor | col_Grey ("#8c8c8c") |
QColor | col_Black ("#000000") |
QColor | col_Green ("#228b22") |
QColor | col_Red ("#cc0000") |
QColor | col_DarkRed ("#990000") |
QColor | col_Yellow ("#eeee00") |
QColor | col_Amber ("#bbaa33") |
QColor | col_LightYellow ("#ffffaa") |
QColor | col_Blue ("#000099") |
Vostream & | operator<< (Vostream &v_os, QguWLinput &slot) |
Method that writes the content of slot object (object type/QdObject) to the text stream v_os. | |
Vistream & | operator>> (Vistream &v_is, QguWLinput &slot) |
Method that reads the content of slot object (object type/QdObject) from the text stream v_is. | |
Vostream & | operator<< (Vostream &v_os, QguListItem &item) |
Method that writes the content of QguListItem object to the output text stream v_os. | |
Vistream & | operator>> (Vistream &v_is, QguListItem &item) |
Method reads the content of QguListItem object from the input text stream v_is. | |
Variables | |
qwuiWindow * | qsasWindow |
QColor col_Amber | ( | "#bbaa33" | ) |
QColor col_Black | ( | "#000000" | ) |
QColor col_Blue | ( | "#000099" | ) |
QColor col_DarkRed | ( | "#990000" | ) |
QColor col_Green | ( | "#228b22" | ) |
QColor col_Grey | ( | "#8c8c8c" | ) |
QColor col_Light_Grey | ( | "#eeeeee" | ) |
QColor col_LightYellow | ( | "#ffffaa" | ) |
QColor col_Red | ( | "#cc0000" | ) |
QColor col_White | ( | "#ffffff" | ) |
QColor col_Yellow | ( | "#eeee00" | ) |
Vostream& operator<< | ( | Vostream & | v_os, | |
QguListItem & | item | |||
) |
Method that writes the content of QguListItem object to the output text stream v_os.
v_os | of type Vostream& | |
item | of type QguListItem * |
None |
Vostream & operator<< | ( | Vostream & | v_os, | |
QguWLinput & | slot | |||
) |
Method that writes the content of slot object (object type/QdObject) to the text stream v_os.
v_os | of type Vostream& | |
slot | of type QguWLinput& |
None |
Vistream& operator>> | ( | Vistream & | v_is, | |
QguListItem & | item | |||
) |
Method reads the content of QguListItem object from the input text stream v_is.
v_is | of type Vistream& | |
item | of type QguListItem * |
None |
Vistream & operator>> | ( | Vistream & | v_is, | |
QguWLinput & | slot | |||
) |
Method that reads the content of slot object (object type/QdObject) from the text stream v_is.
v_is | of type Vistream& | |
slot | of type QguWLinput& |
None |