#include <qcolor.h>
#include <qpalette.h>
#include <qglobal.h>
#include <qpaintdevice.h>
#include <qfont.h>
#include "qgu.h"
#include "qslot.h"
#include "qwui.h"
#include "TimeUtils.h"
#include <stdio.h>
Functions | |
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 |
vector< QguListItem * > | dragList |
Global variable that contains the list of items being dragged. | |
QguListView * | dragFromList |
Global variable that defines the list view from which the items are being dragged. |
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 |
Global variable that defines the list view from which the items are being dragged.
Global variable that contains the list of items being dragged.