#include <CMSWindowsServerTaskBarReceiver.h>
Inherits CServerTaskBarReceiver.
Inheritance diagram for CMSWindowsServerTaskBarReceiver:
Public Member Functions | |
CMSWindowsServerTaskBarReceiver (HINSTANCE, const CBufferedLogOutputter *) | |
virtual void | showStatus () |
Show status window. | |
virtual void | runMenu (int x, int y) |
Popup menu. | |
virtual void | primaryAction () |
Perform primary action. | |
virtual const Icon | getIcon () const |
Get icon. | |
Protected Member Functions | |
void | copyLog () const |
virtual void | onStatusChanged () |
Definition at line 26 of file CMSWindowsServerTaskBarReceiver.h.
|
Get icon. Returns the icon to display in the task bar. The interface to set the icon is left to subclasses. Getting and setting the icon must be thread safe. Implements CServerTaskBarReceiver. Definition at line 236 of file CMSWindowsServerTaskBarReceiver.cpp. References CServerTaskBarReceiver::getStatus(). |
|
Perform primary action. Perform the primary (default) action. Implements CServerTaskBarReceiver. Definition at line 230 of file CMSWindowsServerTaskBarReceiver.cpp. References showStatus(). |
|
Popup menu.
Popup a menu of operations at or around Implements CServerTaskBarReceiver. Definition at line 149 of file CMSWindowsServerTaskBarReceiver.cpp. References CServerTaskBarReceiver::quit(), and showStatus(). |
|
Show status window. Open a window displaying current status. This should return immediately without waiting for the window to be closed. Implements CServerTaskBarReceiver. Definition at line 72 of file CMSWindowsServerTaskBarReceiver.cpp. References CServerTaskBarReceiver::getClients(), CServerTaskBarReceiver::getToolTip(), CServerTaskBarReceiver::lock(), and CServerTaskBarReceiver::unlock(). Referenced by primaryAction(), and runMenu(). |