|
MoleQueue 0.9.0
|
#include <mainwindow.h>
Public Slots | |
| void | readSettings () |
| void | writeSettings () |
| void | trayIconActivated (QSystemTrayIcon::ActivationReason) |
| void | errorOccurred () |
| void | errorCleared () |
| void | notifyJobStateChange (const MoleQueue::Job &job, MoleQueue::JobState oldState, MoleQueue::JobState newState) |
Public Member Functions | |
| void | setVisible (bool visible) |
Protected Slots | |
| void | showQueueManagerDialog () |
| void | showOpenWithManagerDialog () |
| void | showLogWindow () |
| void | handleServerConnectionError (MoleQueue::ConnectionListener::Error, const QString &) |
| void | handleErrorNotificationLabelAction (const QString &action) |
| void | jumpToFilterBar () |
| void | showAdvancedJobFilters () |
| void | updateJobCounts (int totalJobs, int shownJobs) |
| void | onEventLoopStart () |
Protected Attributes | |
| Ui::MainWindow * | m_ui |
| LogWindow * | m_logWindow |
| OpenWithManagerDialog * | m_openWithManagerDialog |
| QueueManagerDialog * | m_queueManagerDialog |
| QAction * | m_minimizeAction |
| QAction * | m_maximizeAction |
| QAction * | m_restoreAction |
| QSystemTrayIcon * | m_trayIcon |
| QMenu * | m_trayIconMenu |
| QLabel * | m_statusTotalJobs |
| QLabel * | m_statusHiddenJobs |
| Server * | m_server |
The main window for the MoleQueue application.
|
protectedslot |
Used for initialization after the event loop is available.