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