16 #include <QSystemTrayIcon>
18 #include "MOOrderInfo"
19 #include "MOCustomerInfo"
21 #define PRINTATHOME_SETTINGSGROUP "PrintAtHome"
62 void activatePrint(
bool);
76 QString mmode,mnexttime;
void setNextTime(QString s)
tells the tool tio when we will print next time
Definition: pah.cpp:101
static PrintIcon * instance()
returns the Icon instance
Definition: pah.cpp:58
Normal operation, waiting for events.
void settingsChanged()
emitted whenever settings have changed
PrintMode
Definition: pah.h:35
void startPrinting()
emitted when the user wants to start printing immediately
operation not possible, problem with settings
void startPrinting()
initiates and controls the print job.
Definition: pah.cpp:184
void printActivated(bool)
emitted when the "Activate Printing" menu item is changed
Central scheduler class for the Print at Home client.
Definition: pah.h:80
This represents the icon in the system tray and the main UI of the Print at Home client.
Definition: pah.h:26
bool printIsActive()
returns true if the "Activate Printing" menu item is ticked
Definition: pah.h:47
void setPrintMode(PrintMode)
sets the icon variant
Definition: pah.cpp:64
void reinit()
re-initializes the scheduler with current settings
Definition: pah.cpp:154
PrintIcon()
Definition: pah.cpp:36
operation blocked, no connection or printing deactivated
void activatePrint(bool)
call back for the menu item - affects the timer
Definition: pah.cpp:148
PrintScheduler()
Definition: pah.cpp:128