#include <qpui.h>

Public Slots | |
| void | status (const QString &str) |
| Function that displays the message str within the current window message bar. | |
| void | doPlot () |
| void | deleteAllItems () |
| void | launchManPlot () |
| void | launchManual () |
| void | launchVersion () |
Signals | |
| void | WLmodified () |
Public Member Functions | |
| QpWindow (QWidget *parent=0) | |
| ~QpWindow () | |
| void | save (Vostream &) |
| Pure virtual fuction to save the contents of this window (session/working list). Overridden in sub-classes. | |
| void | restore (Vistream &, bool replace=true) |
| void | restoreV22 (Vistream &v_is, bool replace) |
| void | resetDefaultBtn () |
| QMenuBar * | menu_bar () |
| Function that displays the message str within the current window message bar for ms milli-seconds. | |
Public Attributes | |
| int | _releaseVersion |
| int | _majorVersion |
| int | _minorVersion |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
Protected Attributes | |
| QPushButton * | plotBtn |
| QPushButton * | dismissBtn |
Private Attributes | |
| QWidget * | _top_widget |
| QGridLayout * | _top_gl |
| QSplitter * | _top_splitter |
| QpListView * | _plot_listview |
| QStatusBar * | _status_bar |
| QMenuBar * | _menu_bar |
| Menu bar of the current main window object. | |
| QpWindow::QpWindow | ( | QWidget * | parent = 0 |
) |
| QpWindow::~QpWindow | ( | ) | [inline] |
| void QpWindow::deleteAllItems | ( | ) | [slot] |
| void QpWindow::doPlot | ( | ) | [slot] |
| void QpWindow::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
| void QpWindow::launchManPlot | ( | ) | [slot] |
| void QpWindow::launchManual | ( | ) | [slot] |
| void QpWindow::launchVersion | ( | ) | [slot] |
| QMenuBar* QpWindow::menu_bar | ( | ) | [inline] |
Function that displays the message str within the current window message bar for ms milli-seconds.
| str | of const QString& type |
| None |
Reimplemented from QguWindow.
| void QpWindow::resetDefaultBtn | ( | ) |
| void QpWindow::restoreV22 | ( | Vistream & | v_is, | |
| bool | replace | |||
| ) |
| void QpWindow::save | ( | Vostream & | ) | [virtual] |
Pure virtual fuction to save the contents of this window (session/working list). Overridden in sub-classes.
| Vostream& |
| None |
Implements QguWindow.
| void QpWindow::status | ( | const QString & | str | ) | [inline, slot] |
Function that displays the message str within the current window message bar.
| str | of const QString& type |
| None |
Reimplemented from QguWindow.
| void QpWindow::WLmodified | ( | ) | [signal] |
QMenuBar* QpWindow::_menu_bar [private] |
QpListView* QpWindow::_plot_listview [private] |
QStatusBar* QpWindow::_status_bar [private] |
QGridLayout* QpWindow::_top_gl [private] |
QSplitter* QpWindow::_top_splitter [private] |
QWidget* QpWindow::_top_widget [private] |
QPushButton* QpWindow::dismissBtn [protected] |
QPushButton* QpWindow::plotBtn [protected] |
1.5.7