|
Windows C++ Library
|
#include <TrayIcon.hpp>
Public Member Functions | |
| CTrayIcon () | |
| ~CTrayIcon () | |
| bool | IsVisible () const |
| void | Add (const CWnd &oWnd, uint nTrayID, uint nMsgID, uint nRscID, const tchar *pszToolTip=NULL) |
| void | Modify (uint nRscID, const tchar *pszToolTip) |
| void | ModifyIcon (uint nRscID) |
| void | ModifyToolTip (const tchar *pszToolTip) |
| void | Remove () |
Protected Attributes | |
| HWND | m_hWnd |
| uint | m_nTrayID |
| uint | m_nMsgID |
Private Member Functions | |
| CTrayIcon (const CTrayIcon &) | |
| CTrayIcon & | operator= (const CTrayIcon &) |
| CTrayIcon::CTrayIcon | ( | const CTrayIcon & | ) | [private] |
| bool CTrayIcon::IsVisible | ( | ) | const [inline] |
| void CTrayIcon::Add | ( | const CWnd & | oWnd, |
| uint | nTrayID, | ||
| uint | nMsgID, | ||
| uint | nRscID, | ||
| const tchar * | pszToolTip = NULL |
||
| ) |
| void CTrayIcon::Modify | ( | uint | nRscID, |
| const tchar * | pszToolTip | ||
| ) |
| void CTrayIcon::ModifyIcon | ( | uint | nRscID | ) | [inline] |
| void CTrayIcon::ModifyToolTip | ( | const tchar * | pszToolTip | ) | [inline] |
| void CTrayIcon::Remove | ( | ) |
HWND CTrayIcon::m_hWnd [protected] |
uint CTrayIcon::m_nTrayID [protected] |
uint CTrayIcon::m_nMsgID [protected] |
1.7.6.1