VCF::Win32SystemTrayPeer Class Reference
This is the Win32 implementation of the
SystemTrayPeer class.
More...
#include <Win32SystemTrayPeer.h>
Inheritance diagram for VCF::Win32SystemTrayPeer:
List of all members.
Detailed Description
This is the Win32 implementation of the
SystemTrayPeer class.
Many thanks to Chris Maunder's CSystemTray code from CodeProject for providing a nice base to steal some ideas from in implementing this. You can get the CSystemTray at http://codeproject.com/shell/systemtray.asp
Constructor & Destructor Documentation
| VCF::Win32SystemTrayPeer::Win32SystemTrayPeer |
( |
|
) |
|
|
| virtual VCF::Win32SystemTrayPeer::~Win32SystemTrayPeer |
( |
|
) |
[virtual] |
|
Member Function Documentation
| virtual void VCF::Win32SystemTrayPeer::addToTray |
( |
|
) |
[virtual] |
|
| LRESULT VCF::Win32SystemTrayPeer::handleTrayMessage |
( |
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
[protected] |
|
| virtual void VCF::Win32SystemTrayPeer::hideFromTray |
( |
|
) |
[virtual] |
|
| NOTIFYICONDATAA* VCF::Win32SystemTrayPeer::notifyIconDataA |
( |
|
) |
[inline, protected] |
|
| NOTIFYICONDATAW* VCF::Win32SystemTrayPeer::notifyIconDataW |
( |
|
) |
[inline, protected] |
|
| virtual void VCF::Win32SystemTrayPeer::removeFromTray |
( |
|
) |
[virtual] |
|
| virtual void VCF::Win32SystemTrayPeer::setIconImage |
( |
Image * |
image |
) |
[virtual] |
|
| virtual void VCF::Win32SystemTrayPeer::setPopupMenu |
( |
PopupMenu * |
popupMenu |
) |
[virtual] |
|
| virtual void VCF::Win32SystemTrayPeer::setTooltipText |
( |
const String & |
tooltipText |
) |
[virtual] |
|
| virtual void VCF::Win32SystemTrayPeer::showInTray |
( |
|
) |
[virtual] |
|
| static LRESULT CALLBACK VCF::Win32SystemTrayPeer::wndProc |
( |
HWND |
hWnd, |
|
|
UINT |
message, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
[static, protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file: