#include <CArchTaskBarWindows.h>
Inherits IArchTaskBar.
Inheritance diagram for CArchTaskBarWindows:
Public Member Functions | |
CArchTaskBarWindows (void *) | |
virtual void | addReceiver (IArchTaskBarReceiver *) |
Add a receiver. | |
virtual void | removeReceiver (IArchTaskBarReceiver *) |
Remove a receiver. | |
virtual void | updateReceiver (IArchTaskBarReceiver *) |
Update a receiver. | |
Static Public Member Functions | |
void | addDialog (HWND) |
Add a dialog window. | |
void | removeDialog (HWND) |
Remove a dialog window. |
Definition at line 29 of file CArchTaskBarWindows.h.
|
Add a dialog window. Tell the task bar event loop about a dialog. Win32 annoyingly requires messages destined for modeless dialog boxes to be dispatched differently than other messages. Definition at line 86 of file CArchTaskBarWindows.cpp. References CArchMiscWindows::addDialog(). |
|
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 98 of file CArchTaskBarWindows.cpp. |
|
Remove a dialog window.
Remove a dialog window added via Definition at line 92 of file CArchTaskBarWindows.cpp. References CArchMiscWindows::removeDialog(). |
|
Remove a receiver. Remove a receiver object from the task bar. This removes the icon from the task bar. Implements IArchTaskBar. Definition at line 122 of file CArchTaskBarWindows.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 142 of file CArchTaskBarWindows.cpp. |