#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <dirent.h>#include <math.h>#include <ctype.h>#include <sys/param.h>#include <qfiledialog.h>#include <qglobal.h>#include <qfont.h>#include <qwidget.h>#include "qwui.h"#include "qslot.h"#include "QCCWindow.h"Functions | |
| Vostream & | operator<< (Vostream &v_os, QwlListView &lv) |
| Vistream & | operator>> (Vistream &v_is, QwlListView &lv) |
| Vostream & | operator<< (Vostream &v_os, QwlListItem &item) |
| Vistream & | operator>> (Vistream &v_is, QwlListItem &item) |
| QString | QwuiPutOnWL (QdObject_var obj, const char *objName, const char *List, bool replace) |
| QSize | qsasGUISize () |
Variables | |
| QCCWindow * | qccWindow |
| 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, | |
| QwlListItem & | item | |||
| ) |
| Vostream& operator<< | ( | Vostream & | v_os, | |
| QwlListView & | lv | |||
| ) |
| Vistream& operator>> | ( | Vistream & | v_is, | |
| QwlListItem & | item | |||
| ) |
| Vistream& operator>> | ( | Vistream & | v_is, | |
| QwlListView & | lv | |||
| ) |
| QSize qsasGUISize | ( | ) |
| QString QwuiPutOnWL | ( | QdObject_var | obj, | |
| const char * | objName, | |||
| const char * | List, | |||
| bool | replace | |||
| ) |
Global variable that defines the list view from which the items are being dragged.
Global variable that contains the list of items being dragged.
1.5.7