Implementation of CPortableTaskBarReceiver for OS X. More...
#include <COSXPortableTaskBarReceiver.h>
Inherits CServerTaskBarReceiver, and CPortableTaskBarReceiver.
Public Member Functions | |
| COSXServerTaskBarReceiver (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. | |
| COSXServerTaskBarReceiver (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. | |
Implementation of CPortableTaskBarReceiver for OS X.
Implementation of CServerTaskBarReceiver for OS X.
Definition at line 26 of file COSXPortableTaskBarReceiver.h.
| const IArchTaskBarReceiver::Icon COSXServerTaskBarReceiver::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 CPortableTaskBarReceiver.
Definition at line 57 of file COSXPortableTaskBarReceiver.cpp.
| virtual const Icon COSXServerTaskBarReceiver::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 CPortableTaskBarReceiver.
| void COSXServerTaskBarReceiver::primaryAction | ( | ) | [virtual] |
Perform primary action.
Perform the primary (default) action.
Implements CPortableTaskBarReceiver.
Definition at line 51 of file COSXPortableTaskBarReceiver.cpp.
| virtual void COSXServerTaskBarReceiver::primaryAction | ( | ) | [virtual] |
| void COSXServerTaskBarReceiver::runMenu | ( | int | x, | |
| int | y | |||
| ) | [virtual] |
Popup menu.
Popup a menu of operations at or around x,y and perform the chosen operation.
Implements CPortableTaskBarReceiver.
Definition at line 45 of file COSXPortableTaskBarReceiver.cpp.
| virtual void COSXServerTaskBarReceiver::runMenu | ( | int | x, | |
| int | y | |||
| ) | [virtual] |
Popup menu.
Popup a menu of operations at or around x,y and perform the chosen operation.
Implements CPortableTaskBarReceiver.
| void COSXServerTaskBarReceiver::showStatus | ( | ) | [virtual] |
Show status window.
Open a window displaying current status. This should return immediately without waiting for the window to be closed.
Implements CPortableTaskBarReceiver.
Definition at line 39 of file COSXPortableTaskBarReceiver.cpp.
| virtual void COSXServerTaskBarReceiver::showStatus | ( | ) | [virtual] |
Show status window.
Open a window displaying current status. This should return immediately without waiting for the window to be closed.
Implements CPortableTaskBarReceiver.
1.7.1