#include <qdi_qt4.h>
Public Slots | |
void | close () |
int | getFileContents (const char *file) |
void | setSliders (int nRecs) |
void | getData () |
void | browseData () |
void | clearGattrList () |
void | clearVarList () |
void | varDoubleClick (QListViewItem *) |
void | GattrDoubleClick (QListViewItem *) |
void | setSliderForItem (QListViewItem *) |
void | launchVersion () |
void | launchManDirectImport () |
void | launchManual () |
void | updateOnSelection (QieVariable *V=0) |
void | tRangeToggle () |
void | close () |
int | getFileContents (const char *file) |
void | setSliders (int nRecs) |
void | getData () |
void | browseData () |
void | clearGattrList () |
void | clearVarList () |
void | varDoubleClick (Q3ListViewItem *) |
void | GattrDoubleClick (Q3ListViewItem *) |
void | setSliderForItem (Q3ListViewItem *) |
void | launchVersion () |
void | launchManDirectImport () |
void | launchManual () |
void | updateOnSelection (QieVariable *V=0) |
void | tRangeToggle () |
Public Member Functions | |
DirectAccessWindow (QWidget *parent=0, const char *name=0) | |
DirectAccessWindow (QWidget *parent=0, const char *name=0) | |
Public Attributes | |
QStatusBar * | msgBar |
Q_LIST_VIEW * | varList |
Q_LIST_VIEW * | GattrList |
QieData * | QieDataCont |
QString | Selected_File_Path |
Q_LIST_VIEW * | activeList |
QdTimeSeq_var | tt |
RecordSlider * | fromSlider |
RecordSlider * | toSlider |
Q_V_GROUP_BOX * | subset_panel |
QCheckBox * | useTcheck |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
void | keyPressEvent (QKeyEvent *e) |
Protected Attributes | |
QPushButton * | getVarBtn |
QPushButton * | browseVarBtn |
QPushButton * | dismissBtn |
Private Attributes | |
QStatusBar * | _status_bar |
QMenuBar * | _menu_bar |
DirectAccessWindow::DirectAccessWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
DirectAccessWindow::DirectAccessWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
void DirectAccessWindow::browseData | ( | ) | [slot] |
void DirectAccessWindow::browseData | ( | ) | [slot] |
void DirectAccessWindow::clearGattrList | ( | ) | [slot] |
void DirectAccessWindow::clearGattrList | ( | ) | [slot] |
void DirectAccessWindow::clearVarList | ( | ) | [slot] |
void DirectAccessWindow::clearVarList | ( | ) | [slot] |
void DirectAccessWindow::close | ( | ) | [slot] |
void DirectAccessWindow::close | ( | ) | [slot] |
void DirectAccessWindow::GattrDoubleClick | ( | Q3ListViewItem * | ) | [slot] |
void DirectAccessWindow::GattrDoubleClick | ( | QListViewItem * | ) | [slot] |
void DirectAccessWindow::getData | ( | ) | [slot] |
void DirectAccessWindow::getData | ( | ) | [slot] |
int DirectAccessWindow::getFileContents | ( | const char * | file | ) | [slot] |
int DirectAccessWindow::getFileContents | ( | const char * | file | ) | [slot] |
void DirectAccessWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
void DirectAccessWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
void DirectAccessWindow::launchManDirectImport | ( | ) | [slot] |
void DirectAccessWindow::launchManDirectImport | ( | ) | [slot] |
void DirectAccessWindow::launchManual | ( | ) | [slot] |
void DirectAccessWindow::launchManual | ( | ) | [slot] |
void DirectAccessWindow::launchVersion | ( | ) | [slot] |
void DirectAccessWindow::launchVersion | ( | ) | [slot] |
void DirectAccessWindow::setSliderForItem | ( | Q3ListViewItem * | ) | [slot] |
void DirectAccessWindow::setSliderForItem | ( | QListViewItem * | ) | [slot] |
void DirectAccessWindow::setSliders | ( | int | nRecs | ) | [slot] |
void DirectAccessWindow::setSliders | ( | int | nRecs | ) | [slot] |
void DirectAccessWindow::tRangeToggle | ( | ) | [slot] |
void DirectAccessWindow::tRangeToggle | ( | ) | [slot] |
void DirectAccessWindow::updateOnSelection | ( | QieVariable * | V = 0 |
) | [slot] |
void DirectAccessWindow::updateOnSelection | ( | QieVariable * | V = 0 |
) | [slot] |
void DirectAccessWindow::varDoubleClick | ( | Q3ListViewItem * | ) | [slot] |
void DirectAccessWindow::varDoubleClick | ( | QListViewItem * | ) | [slot] |
QMenuBar * DirectAccessWindow::_menu_bar [private] |
QStatusBar * DirectAccessWindow::_status_bar [private] |
Q_LIST_VIEW * DirectAccessWindow::activeList |
QPushButton * DirectAccessWindow::browseVarBtn [protected] |
QPushButton * DirectAccessWindow::dismissBtn [protected] |
Q_LIST_VIEW * DirectAccessWindow::GattrList |
QPushButton * DirectAccessWindow::getVarBtn [protected] |
QStatusBar * DirectAccessWindow::msgBar |
Q_V_GROUP_BOX * DirectAccessWindow::subset_panel |
QCheckBox * DirectAccessWindow::useTcheck |
Q_LIST_VIEW * DirectAccessWindow::varList |