#include <string>
#include <vector>
#include <qlineedit.h>
#include <qtoolbutton.h>
#include <qlabel.h>
#include <qcombobox.h>
#include <qslider.h>
#include <qmenubar.h>
#include <qpushbutton.h>
#include "qt_version.h"
#include "qsas_version.h"
#include "Qdos.h"
#include <QGroupBox>
#include <QMenu>
#include "qsw_helpwindow_qt4.h"
#include "qgu_qt4.h"
#include "qdutil.h"
Classes | |
class | Qcondition |
class | QguLineEdit |
This is the QguLineEdit class. More... | |
class | QguWLinput |
This is the QguWLinput class. More... | |
class | indexSlider |
class | rangeSlider |
class | ArrayReduceWindow |
class | TimeSliceWindow |
class | TimeIntervalSlider |
class | SelectTivlWindow |
class | SelectTivlSubsetWindow |
class | selectMetadataWindow |
class | DataSliceWindow |
This is the DataSliceWindow class. More... | |
class | ArrayTraceWindow |
This is the ArrayTraceWindow class. More... | |
class | MergeTSWindow |
class | RecordSlider |
class | timeSlider |
class | MakeVectorWindow |
This is the DataSliceWindow class. More... | |
Defines | |
#define | QSLOT_VERSION "QSL V_2.1 [ Aug 2007]" |
#define | QS_ANY 10 |
#define | QS_WL_OBJ 1 |
#define | QS_ALIAS 2 |
#define | QS_NARROW 3 |
#define | QS_DBL 1 |
#define | QS_INT 2 |
#define | QS_TIME 3 |
#define | QS_TI 4 |
#define | QS_TEXT 5 |
#define | QS_0D 0 |
#define | QS_1D 1 |
#define | QS_2D 2 |
#define | QS_ARRAY 3 |
#define | QS_VECTOR 4 |
#define | QS_SEQ 1 |
#define | QS_NOT_SEQ 2 |
#define | QS_TT 1 |
#define | COL_OK 0 |
#define | COL_NOT_OK 1 |
#define | COL_COMP 2 |
#define | COL_INACTIVE 3 |
#define | COL_INCOMPLETE 4 |
Functions | |
Vostream & | operator<< (Vostream &, QguWLinput &) |
Method that writes the content of slot object (object type/QdObject) to the text stream v_os. | |
Vistream & | operator>> (Vistream &, QguWLinput &) |
Method that reads the content of slot object (object type/QdObject) from the text stream v_is. |
#define COL_COMP 2 |
#define COL_INACTIVE 3 |
#define COL_INCOMPLETE 4 |
#define COL_NOT_OK 1 |
#define COL_OK 0 |
#define QS_0D 0 |
#define QS_1D 1 |
#define QS_2D 2 |
#define QS_ALIAS 2 |
#define QS_ANY 10 |
#define QS_ARRAY 3 |
#define QS_DBL 1 |
#define QS_INT 2 |
#define QS_NARROW 3 |
#define QS_NOT_SEQ 2 |
#define QS_SEQ 1 |
#define QS_TEXT 5 |
#define QS_TI 4 |
#define QS_TIME 3 |
#define QS_TT 1 |
#define QS_VECTOR 4 |
#define QS_WL_OBJ 1 |
#define QSLOT_VERSION "QSL V_2.1 [ Aug 2007]" |
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, | |
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 |