#include <qdutil.h>
Public Slots | |
| void | acceptSlice () |
| void | setUserInput () |
| void | setNewName () |
Public Member Functions | |
| ArrayTraceWindow (QWidget *parent=0) | |
| virtual | ~ArrayTraceWindow () |
| Destructor of the ArrayTraceWindow 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 * | name_field |
| bool | userSet |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
Protected Attributes | |
| QMenuBar * | _menu_bar |
| Menu bar of the current main window object. | |
| QPushButton * | saveBtn |
| 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
| ArrayTraceWindow::ArrayTraceWindow | ( | QWidget * | parent = 0 |
) |
| ArrayTraceWindow::~ArrayTraceWindow | ( | ) | [inline, virtual] |
| void ArrayTraceWindow::acceptSlice | ( | ) | [slot] |
| void ArrayTraceWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
| QMenuBar* ArrayTraceWindow::menu_bar | ( | ) | [inline] |
| void ArrayTraceWindow::setNewName | ( | ) | [slot] |
| void ArrayTraceWindow::setObject | ( | const char * | WLctxt | ) |
| void ArrayTraceWindow::setUserInput | ( | ) | [slot] |
| QStatusBar * ArrayTraceWindow::status_bar | ( | ) | [inline] |
Function that returns the status bar pointer of the current main window object.
| None |
| None |
QMenuBar* ArrayTraceWindow::_menu_bar [protected] |
Menu bar of the current main window object.
QPushButton* ArrayTraceWindow::dismissBtn [protected] |
| QStatusBar* ArrayTraceWindow::msgBar |
Message bar of the current main window object (also qsas window).
QPushButton* ArrayTraceWindow::saveBtn [protected] |
1.5.7