QtiPlot
0.9.8.2
|
#include <QtiPlotApplication.h>
Public Member Functions | |
void | activateWindow (ApplicationWindow *w) |
void | append (ApplicationWindow *w) |
QtiPlotApplication (int &argc, char **argv) | |
void | remove (ApplicationWindow *w) |
Protected Member Functions | |
bool | event (QEvent *) |
Private Slots | |
void | close () |
Private Attributes | |
QList< ApplicationWindow * > | d_windows |
QtiPlotApplication::QtiPlotApplication | ( | int & | argc, |
char ** | argv | ||
) |
References ApplicationWindow::about(), ApplicationWindow::autoSearchUpdates, ApplicationWindow::autoSearchUpdatesRequest, close(), ApplicationWindow::parseCommandLineArguments(), ApplicationWindow::restoreApplicationGeometry(), ApplicationWindow::searchForUpdates(), ApplicationWindow::showDonationDialog(), and ApplicationWindow::showStandAloneHelp().
void QtiPlotApplication::activateWindow | ( | ApplicationWindow * | w | ) |
|
inline |
References activateWindow(), d_windows, and event().
|
privateslot |
References d_windows, and ApplicationWindow::showDemoVersionMessage().
Referenced by QtiPlotApplication().
|
protected |
References activateWindow(), d_windows, ApplicationWindow::open(), and ApplicationWindow::projectname.
Referenced by append().
void QtiPlotApplication::remove | ( | ApplicationWindow * | w | ) |
References d_windows.
|
private |
Referenced by activateWindow(), append(), close(), event(), and remove().