#include <qdi_qt4.h>
Public Slots | |
void | close () |
void | getData () |
void | browseData () |
void | clearGattrList () |
void | clearVarList () |
void | varDoubleClick (QListViewItem *) |
void | GattrDoubleClick (QListViewItem *) |
void | launchVersion () |
void | launchManDirectImport () |
void | launchManual () |
void | close () |
void | getData () |
void | browseData () |
void | clearGattrList () |
void | clearVarList () |
void | varDoubleClick (Q3ListViewItem *) |
void | GattrDoubleClick (Q3ListViewItem *) |
void | launchVersion () |
void | launchManDirectImport () |
void | launchManual () |
Public Member Functions | |
DirectImportWindow (QWidget *parent=0, const char *name=0) | |
void | getFileContents (const char *file) |
QdObject_var | qie2qdos (long vnum) |
QdObject_var | QdiVarToObj (QiCDFContents *info, int vnum) |
void | QdiSet_VAttrs (QdObject_var dobj, QiCDFContents *info, int vnum) |
DirectImportWindow (QWidget *parent=0, const char *name=0) | |
void | getFileContents (const char *file) |
QdObject_var | qie2qdos (long vnum) |
QdObject_var | QdiVarToObj (QiCDFContents *info, int vnum) |
void | QdiSet_VAttrs (QdObject_var dobj, QiCDFContents *info, int vnum) |
Public Attributes | |
QStatusBar * | msgBar |
Q_LIST_VIEW * | varList |
Q_LIST_VIEW * | GattrList |
QiCDFContents * | QieContents |
QiOptions * | QieOpt |
QString | Selected_File_Path |
Q_LIST_VIEW * | activeList |
QdTimeSeq_var | tt |
RecordSlider * | fromSlider |
RecordSlider * | toSlider |
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 |
DirectImportWindow::DirectImportWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
DirectImportWindow::DirectImportWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
void DirectImportWindow::browseData | ( | ) | [slot] |
void DirectImportWindow::browseData | ( | ) | [slot] |
void DirectImportWindow::clearGattrList | ( | ) | [slot] |
void DirectImportWindow::clearGattrList | ( | ) | [slot] |
void DirectImportWindow::clearVarList | ( | ) | [slot] |
void DirectImportWindow::clearVarList | ( | ) | [slot] |
void DirectImportWindow::close | ( | ) | [slot] |
void DirectImportWindow::close | ( | ) | [slot] |
void DirectImportWindow::GattrDoubleClick | ( | Q3ListViewItem * | ) | [slot] |
void DirectImportWindow::GattrDoubleClick | ( | QListViewItem * | ) | [slot] |
void DirectImportWindow::getData | ( | ) | [slot] |
void DirectImportWindow::getData | ( | ) | [slot] |
void DirectImportWindow::getFileContents | ( | const char * | file | ) |
void DirectImportWindow::getFileContents | ( | const char * | file | ) |
void DirectImportWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
void DirectImportWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
void DirectImportWindow::launchManDirectImport | ( | ) | [slot] |
void DirectImportWindow::launchManDirectImport | ( | ) | [slot] |
void DirectImportWindow::launchManual | ( | ) | [slot] |
void DirectImportWindow::launchManual | ( | ) | [slot] |
void DirectImportWindow::launchVersion | ( | ) | [slot] |
void DirectImportWindow::launchVersion | ( | ) | [slot] |
void DirectImportWindow::QdiSet_VAttrs | ( | QdObject_var | dobj, | |
QiCDFContents * | info, | |||
int | vnum | |||
) |
void DirectImportWindow::QdiSet_VAttrs | ( | QdObject_var | dobj, | |
QiCDFContents * | info, | |||
int | vnum | |||
) |
QdObject_var DirectImportWindow::QdiVarToObj | ( | QiCDFContents * | info, | |
int | vnum | |||
) |
QdObject_var DirectImportWindow::QdiVarToObj | ( | QiCDFContents * | info, | |
int | vnum | |||
) |
QdObject_var DirectImportWindow::qie2qdos | ( | long | vnum | ) |
QdObject_var DirectImportWindow::qie2qdos | ( | long | vnum | ) |
void DirectImportWindow::varDoubleClick | ( | Q3ListViewItem * | ) | [slot] |
void DirectImportWindow::varDoubleClick | ( | QListViewItem * | ) | [slot] |
QMenuBar * DirectImportWindow::_menu_bar [private] |
QStatusBar * DirectImportWindow::_status_bar [private] |
Q_LIST_VIEW * DirectImportWindow::activeList |
QPushButton * DirectImportWindow::browseVarBtn [protected] |
QPushButton * DirectImportWindow::dismissBtn [protected] |
Q_LIST_VIEW * DirectImportWindow::GattrList |
QPushButton * DirectImportWindow::getVarBtn [protected] |
QStatusBar * DirectImportWindow::msgBar |
Q_LIST_VIEW * DirectImportWindow::varList |