#include <qwui.h>
Public Slots | |
void | setPreferences () |
void | launchManual () |
void | launchManMainW () |
void | launchManSampleW () |
void | launchManDataH () |
void | launchManSaveRestore () |
void | launchVersion () |
void | launchContact () |
void | makeGroup () |
void | issueReName () |
void | selectAllData () |
void | selectAllTimeIntervals () |
void | deleteItemTT () |
void | deleteListItem () |
void | clearCache () |
void | clearCacheSelected () |
void | saveSession () |
void | saveSessionAs () |
void | restoreSession () |
void | saveWL () |
void | saveWLAs () |
void | issueDuplicate () |
Signals | |
void | saveSessionRequest (QString) |
void | restoreSessionRequest (QString) |
void | clearListRequest () |
void | WLmodified () |
void | openQdaWindow (const char *) |
void | runStaticPlugin (const char *) |
Public Member Functions | |
qwuiWindow (QWidget *parent=0, const char *name=0) | |
void | makeWindows () |
void | Qwui_msgBox (const char *) |
void | addFolderToMenu (const char *folder, qtplMenu *menu, bool first=true) |
virtual void | save (Vostream &v_os) |
Pure virtual fuction to save the contents of this window (session/working list). Overridden in sub-classes. | |
virtual void | restore (Vistream &v_is, bool replace=true) |
Public Attributes | |
QCheckBox * | StripBadData |
QCheckBox * | StripFills |
WLView * | wlview |
qtplMenu * | timeOps |
qtplMenu * | mathOps |
qtplMenu * | filterOps |
qtplMenu * | statOps |
qtplMenu * | unitOps |
qtplMenu * | eventTableOps |
vector< qtplMenu * > | pluginFolders |
QString | qsas_home |
QswHelpWindow * | help_window |
QString | _sessionFolder |
Static Public Attributes | |
static QHBox * | toggleBar |
Protected Member Functions | |
void | closeEvent (QCloseEvent *) |
void | dragMoveEvent (QDragMoveEvent *event) |
Private Attributes | |
QWidget * | centralW |
QVBoxLayout * | centralBox |
qwuiWindow::qwuiWindow | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
void qwuiWindow::addFolderToMenu | ( | const char * | folder, | |
qtplMenu * | menu, | |||
bool | first = true | |||
) |
void qwuiWindow::clearCache | ( | ) | [slot] |
void qwuiWindow::clearCacheSelected | ( | ) | [slot] |
void qwuiWindow::clearListRequest | ( | ) | [signal] |
void qwuiWindow::closeEvent | ( | QCloseEvent * | ce | ) | [protected] |
void qwuiWindow::deleteItemTT | ( | ) | [slot] |
void qwuiWindow::deleteListItem | ( | ) | [slot] |
void qwuiWindow::dragMoveEvent | ( | QDragMoveEvent * | event | ) | [protected] |
void qwuiWindow::issueDuplicate | ( | ) | [slot] |
void qwuiWindow::issueReName | ( | ) | [slot] |
void qwuiWindow::launchContact | ( | ) | [slot] |
void qwuiWindow::launchManDataH | ( | ) | [slot] |
void qwuiWindow::launchManMainW | ( | ) | [slot] |
void qwuiWindow::launchManSampleW | ( | ) | [slot] |
void qwuiWindow::launchManSaveRestore | ( | ) | [slot] |
void qwuiWindow::launchManual | ( | ) | [slot] |
void qwuiWindow::launchVersion | ( | ) | [slot] |
void qwuiWindow::makeGroup | ( | ) | [slot] |
void qwuiWindow::makeWindows | ( | ) |
void qwuiWindow::openQdaWindow | ( | const char * | ) | [signal] |
void qwuiWindow::Qwui_msgBox | ( | const char * | text | ) |
void qwuiWindow::restoreSession | ( | ) | [slot] |
void qwuiWindow::restoreSessionRequest | ( | QString | ) | [signal] |
void qwuiWindow::runStaticPlugin | ( | const char * | ) | [signal] |
void qwuiWindow::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 qwuiWindow::saveSession | ( | ) | [slot] |
void qwuiWindow::saveSessionAs | ( | ) | [slot] |
void qwuiWindow::saveSessionRequest | ( | QString | ) | [signal] |
void qwuiWindow::saveWL | ( | ) | [slot] |
void qwuiWindow::saveWLAs | ( | ) | [slot] |
void qwuiWindow::selectAllData | ( | ) | [slot] |
void qwuiWindow::selectAllTimeIntervals | ( | ) | [slot] |
void qwuiWindow::setPreferences | ( | ) | [slot] |
void qwuiWindow::WLmodified | ( | ) | [signal] |
QString qwuiWindow::_sessionFolder |
QVBoxLayout* qwuiWindow::centralBox [private] |
QWidget* qwuiWindow::centralW [private] |
QString qwuiWindow::qsas_home |
QCheckBox* qwuiWindow::StripBadData |
QCheckBox* qwuiWindow::StripFills |
QWidget * qwuiWindow::toggleBar [static] |