#include <string>
#include <vector>
#include <QObject>
#include <Q3ListView>
#include <QCursor>
#include <QMenu>
#include <QApplication>
#include <QMessageBox>
#include <QClipboard>
#include "qt_version.h"
#include "qsas_version.h"
#include "Qdos.h"
#include "qsw_helpwindow_qt4.h"
#include "qdutil.h"
Classes | |
class | QguListView |
This is the QguListView class. More... | |
class | QguListItem |
This is the QguListItem class. More... | |
class | QguWindow |
This is the QguWLinput class. More... | |
Defines | |
#define | QGU_VERSION "QGU V_2.0 [ Nov 2005]" |
#define | Obj_Name_ 0 |
#define | Alias_ 1 |
Typedefs | |
typedef enum QguAliasType_e | QguAliasType |
typedef enum QguAliasObjType_e | QguAliasObjType |
Enumerations | |
enum | QguAliasType_e { ALIAS_FOUND = 0, ALIAS_NOT_FOUND = 1, ALIAS_VIRTUAL = 2 } |
enum | QguAliasObjType_e { ALIAS_IS_UNKNOWN = 0, ALIAS_IS_VECTOR = 1, ALIAS_IS_ARRAY = 2, ALIAS_IS_OTHER = 3 } |
enum | QguListType { ListTypeEntry, ListTypeGroup, ListTypeNull } |
This enumeration describes the different type of item that could be used within a QSAS list view. More... | |
Functions | |
Vostream & | operator<< (Vostream &, QguListItem &) |
Method that writes the content of QguListItem object to the output text stream v_os. | |
Vistream & | operator>> (Vistream &, QguListItem &) |
Method reads the content of QguListItem object from the input text stream v_is. | |
Variables | |
static const char * | shift_cursor_xpm [] |
Global variable that defines the layout of an icon for the cursor when in shift or control selection. |
#define Alias_ 1 |
#define Obj_Name_ 0 |
#define QGU_VERSION "QGU V_2.0 [ Nov 2005]" |
typedef enum QguAliasObjType_e QguAliasObjType |
typedef enum QguAliasType_e QguAliasType |
enum QguAliasObjType_e |
enum QguAliasType_e |
enum QguListType |
This enumeration describes the different type of item that could be used within a QSAS list view.
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 |
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 |
static const char * shift_cursor_xpm [static] |
Initial value:
{ "16 16 3 1", " c None", "X c #000000000000", ". c #FFFFFFFF0000", "X. ", "XX. ", "XXX. ", "XXXX. ", "XXXXX. ", "XXXXXX. ", "XXXXXXX. ", "XXXXXXXX. ", "XX.XX.... . ", "X. .XX. .X ", ". .XX. .X ", " .XX.....X...", " .XX. XXXXXXX", " . .X ", " .X ", " .X "}