#include "qpui.h"
#include "qwui.h"
#include "qdutil.h"
Functions | |
Vistream & | operator>> (Vistream &v_is, QpListView &lv) |
Vostream & | operator<< (Vostream &v_os, QpListView &lv) |
Vistream & | operator>> (Vistream &v_is, QpListItem &item) |
Vostream & | operator<< (Vostream &v_os, QpListItem &item) |
Variables | |
qwuiWindow * | qsasWindow |
QPalette | QPUI_normal_palette |
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, | |
QpListItem & | item | |||
) |
Vostream& operator<< | ( | Vostream & | v_os, | |
QpListView & | lv | |||
) |
Vistream& operator>> | ( | Vistream & | v_is, | |
QpListItem & | item | |||
) |
Vistream& operator>> | ( | Vistream & | v_is, | |
QpListView & | lv | |||
) |
Global variable that defines the list view from which the items are being dragged.
Global variable that contains the list of items being dragged.
QPalette QPUI_normal_palette |