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