#include <CArchTaskBarXWindows.h>
Inherits IArchTaskBar.
Inheritance diagram for CArchTaskBarXWindows:
Public Member Functions | |
CArchTaskBarXWindows (void *) | |
virtual void | addReceiver (IArchTaskBarReceiver *) |
Add a receiver. | |
virtual void | removeReceiver (IArchTaskBarReceiver *) |
Remove a receiver. | |
virtual void | updateReceiver (IArchTaskBarReceiver *) |
Update a receiver. |
Definition at line 23 of file CArchTaskBarXWindows.h.
|
Add a receiver. Add a receiver object to be notified of user and application events. This should be called before other methods. When the receiver is added to the task bar, its icon appears on the task bar. Implements IArchTaskBar. Definition at line 32 of file CArchTaskBarXWindows.cpp. |
|
Remove a receiver. Remove a receiver object from the task bar. This removes the icon from the task bar. Implements IArchTaskBar. Definition at line 38 of file CArchTaskBarXWindows.cpp. |
|
Update a receiver. Updates the display of the receiver on the task bar. This should be called when the receiver appearance may have changed (e.g. it's icon or tool tip has changed). Implements IArchTaskBar. Definition at line 44 of file CArchTaskBarXWindows.cpp. |