#include <qdutil.h>
Public Slots | |
void | makeVector () |
void | testArray () |
Public Member Functions | |
MakeVectorWindow (QWidget *parent=0) | |
virtual | ~MakeVectorWindow () |
Destructor of the DataSliceWindow class. | |
void | setObject (const char *WLctxt) |
QMenuBar * | menu_bar () |
QStatusBar * | status_bar () |
Function that returns the status bar pointer of the current main window object. | |
Public Attributes | |
QStatusBar * | msgBar |
Message bar of the current main window object (also qsas window). | |
QguWLinput * | objField |
QguWLinput * | frame_field |
QComboBox * | rep_field |
bool | userSet |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
Protected Attributes | |
QMenuBar * | _menu_bar |
Menu bar of the current main window object. | |
QPushButton * | doBtn |
QPushButton * | dismissBtn |
This class specialises the QMainWindow class which provies a main application window.
Main windows are most often used to provide menus, toolbars and a status bar around a large central widget.
It inherits QMainWindow which is a built-in QT3 class
MakeVectorWindow::MakeVectorWindow | ( | QWidget * | parent = 0 |
) |
MakeVectorWindow::~MakeVectorWindow | ( | ) | [inline, virtual] |
void MakeVectorWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
void MakeVectorWindow::makeVector | ( | ) | [slot] |
QMenuBar* MakeVectorWindow::menu_bar | ( | ) | [inline] |
void MakeVectorWindow::setObject | ( | const char * | WLctxt | ) |
QStatusBar * MakeVectorWindow::status_bar | ( | ) | [inline] |
Function that returns the status bar pointer of the current main window object.
None |
None |
void MakeVectorWindow::testArray | ( | ) | [slot] |
QMenuBar* MakeVectorWindow::_menu_bar [protected] |
Menu bar of the current main window object.
QPushButton* MakeVectorWindow::dismissBtn [protected] |
QPushButton* MakeVectorWindow::doBtn [protected] |
QStatusBar* MakeVectorWindow::msgBar |
Message bar of the current main window object (also qsas window).
QComboBox* MakeVectorWindow::rep_field |