MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
MainWindow Class Reference

#include <mainwindow.h>

Inheritance diagram for MainWindow:

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 Member Functions

void keyPressEvent (QKeyEvent *)
 
void closeEvent (QCloseEvent *theEvent)
 
void createActions ()
 
void createShortcuts ()
 
void createMainMenu ()
 
void createTrayIcon ()
 
void createJobTable ()
 
void createActionFactories ()
 
void createStatusBar ()
 

Protected Attributes

Ui::MainWindow * m_ui
 
LogWindowm_logWindow
 
OpenWithManagerDialogm_openWithManagerDialog
 
QueueManagerDialogm_queueManagerDialog
 
QAction * m_minimizeAction
 
QAction * m_maximizeAction
 
QAction * m_restoreAction
 
QSystemTrayIcon * m_trayIcon
 
QMenu * m_trayIconMenu
 
QLabel * m_statusTotalJobs
 
QLabel * m_statusHiddenJobs
 
Serverm_server
 

Detailed Description

The main window for the MoleQueue application.

Member Function Documentation

void onEventLoopStart ( )
protectedslot

Used for initialization after the event loop is available.


The documentation for this class was generated from the following file: