#include <CXWindowsServerTaskBarReceiver.h>
Inherits CServerTaskBarReceiver.
Inheritance diagram for CXWindowsServerTaskBarReceiver:
Public Member Functions | |
CXWindowsServerTaskBarReceiver (const CBufferedLogOutputter *) | |
virtual | ~CXWindowsServerTaskBarReceiver () |
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. |
Definition at line 23 of file CXWindowsServerTaskBarReceiver.h.
const IArchTaskBarReceiver::Icon CXWindowsServerTaskBarReceiver::getIcon | ( | ) | const [virtual] |
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 53 of file CXWindowsServerTaskBarReceiver.cpp.
void CXWindowsServerTaskBarReceiver::primaryAction | ( | ) | [virtual] |
Perform primary action.
Perform the primary (default) action.
Implements CServerTaskBarReceiver.
Definition at line 47 of file CXWindowsServerTaskBarReceiver.cpp.
void CXWindowsServerTaskBarReceiver::runMenu | ( | int | x, | |
int | y | |||
) | [virtual] |
Popup menu.
Popup a menu of operations at or around x
,y and perform the chosen operation.
Implements CServerTaskBarReceiver.
Definition at line 41 of file CXWindowsServerTaskBarReceiver.cpp.
void CXWindowsServerTaskBarReceiver::showStatus | ( | ) | [virtual] |
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 35 of file CXWindowsServerTaskBarReceiver.cpp.