ReactOS
0.4.15-dev-2320-gf3e1697
|
Private Member Functions | |
LRESULT | OnCtxMenu (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
VOID | SendMouseEvent (IN WORD wIndex, IN UINT uMsg, IN WPARAM wParam) |
LRESULT | OnMouseEvent (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnTooltipShow (INT uCode, LPNMHDR hdr, BOOL &bHandled) |
Private Attributes | |
HIMAGELIST | m_ImageList |
int | m_VisibleButtonCount |
CBalloonQueue * | m_BalloonQueue |
Additional Inherited Members | |
![]() | |
enum | |
![]() | |
static DWORD | GetWndStyle (DWORD dwStyle) |
static DWORD | GetWndExStyle (DWORD dwExStyle) |
static LRESULT CALLBACK | StartWindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
![]() | |
WNDPROC | m_pfnSuperWindowProc |
![]() | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
Definition at line 145 of file syspager.cpp.
CNotifyToolbar::CNotifyToolbar | ( | ) |
Definition at line 661 of file syspager.cpp.
|
virtual |
Definition at line 668 of file syspager.cpp.
BOOL CNotifyToolbar::AddButton | ( | IN CONST NOTIFYICONDATA * | iconData | ) |
Definition at line 714 of file syspager.cpp.
Referenced by CSysPagerWnd::NotifyIcon(), and UpdateButton().
Definition at line 697 of file syspager.cpp.
Referenced by AddButton(), ResizeImagelist(), and UpdateButton().
Definition at line 677 of file syspager.cpp.
Referenced by AddButton(), RemoveButton(), SwitchVersion(), and UpdateButton().
int CNotifyToolbar::GetVisibleButtonCount | ( | ) |
Definition at line 672 of file syspager.cpp.
Referenced by CSysPagerWnd::GetSize(), and CSysPagerWnd::NotifyIcon().
void CNotifyToolbar::Initialize | ( | HWND | hWndParent, |
CBalloonQueue * | queue | ||
) |
Definition at line 1225 of file syspager.cpp.
Referenced by CSysPagerWnd::OnCreate().
|
private |
Definition at line 1028 of file syspager.cpp.
|
private |
Definition at line 1145 of file syspager.cpp.
Definition at line 1172 of file syspager.cpp.
BOOL CNotifyToolbar::RemoveButton | ( | IN CONST NOTIFYICONDATA * | iconData | ) |
Definition at line 941 of file syspager.cpp.
Referenced by CSysPagerWnd::NotifyIcon(), and SendNotifyCallback().
VOID CNotifyToolbar::ResizeImagelist | ( | ) |
Definition at line 994 of file syspager.cpp.
Referenced by CSysPagerWnd::OnSettingChanged().
Definition at line 1114 of file syspager.cpp.
Referenced by OnMouseEvent().
bool CNotifyToolbar::SendNotifyCallback | ( | InternalIconData * | notifyItem, |
UINT | uMsg | ||
) |
Definition at line 1076 of file syspager.cpp.
Referenced by CBalloonQueue::Close(), SendMouseEvent(), and CBalloonQueue::Show().
BOOL CNotifyToolbar::SwitchVersion | ( | IN CONST NOTIFYICONDATA * | iconData | ) |
Definition at line 813 of file syspager.cpp.
Referenced by CSysPagerWnd::NotifyIcon().
BOOL CNotifyToolbar::UpdateButton | ( | IN CONST NOTIFYICONDATA * | iconData | ) |
Definition at line 836 of file syspager.cpp.
Referenced by CSysPagerWnd::NotifyIcon().
|
private |
Definition at line 151 of file syspager.cpp.
Referenced by AddButton(), Initialize(), RemoveButton(), and UpdateButton().
|
private |
Definition at line 148 of file syspager.cpp.
Referenced by AddButton(), Initialize(), RemoveButton(), ResizeImagelist(), and UpdateButton().
|
private |
Definition at line 149 of file syspager.cpp.
Referenced by AddButton(), GetVisibleButtonCount(), RemoveButton(), and UpdateButton().