ReactOS 0.4.16-dev-2104-gb84fa49
CSysPagerWnd Class Reference
Inheritance diagram for CSysPagerWnd:
Collaboration diagram for CSysPagerWnd:

Public Member Functions

 CSysPagerWnd ()
 
virtual ~CSysPagerWnd ()
 
LRESULT DrawBackground (HDC hdc)
 
LRESULT OnEraseBackground (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnCreate (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnDestroy (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnGetInfoTip (INT uCode, LPNMHDR hdr, BOOL &bHandled)
 
LRESULT OnCustomDraw (INT uCode, LPNMHDR hdr, BOOL &bHandled)
 
LRESULT OnCommand (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnSize (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnCtxMenu (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnBalloonPop (UINT uCode, LPNMHDR hdr, BOOL &bHandled)
 
LRESULT OnTimer (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnCopyData (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnSettingChanged (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnGetMinimumSize (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
STDMETHODIMP GetWindow (HWND *phwnd) override
 
STDMETHODIMP ContextSensitiveHelp (BOOL fEnterMode) override
 
BOOL NotifyIcon (DWORD dwMessage, _In_ CONST NOTIFYICONDATA *iconData)
 
void GetSize (IN BOOL IsHorizontal, IN PSIZE size)
 
HRESULT Initialize (IN HWND hWndParent)
 
- Public Member Functions inherited from ATL::CComObjectRootEx< CComMultiThreadModelNoCS >
 ~CComObjectRootEx ()
 
ULONG InternalAddRef ()
 
ULONG InternalRelease ()
 
void Lock ()
 
void Unlock ()
 
HRESULT _AtlInitialConstruct ()
 
- Public Member Functions inherited from ATL::CComObjectRootBase
 CComObjectRootBase ()
 
 ~CComObjectRootBase ()
 
void SetVoid (void *)
 
HRESULT _AtlFinalConstruct ()
 
HRESULT FinalConstruct ()
 
void InternalFinalConstructAddRef ()
 
void InternalFinalConstructRelease ()
 
void FinalRelease ()
 
- Public Member Functions inherited from ATL::CWindowImpl< CSysPagerWnd, CWindow, CControlWinTraits >
HWND Create (HWND hWndParent, _U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, _U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL)
 
- Public Member Functions inherited from ATL::CWindowImplBaseT< TBase, TWinTraits >
 CWindowImplBaseT ()
 
virtual void OnFinalMessage (HWND)
 
BOOL SubclassWindow (HWND hWnd)
 
HWND UnsubclassWindow (BOOL bForce=FALSE)
 
virtual WNDPROC GetWindowProc ()
 
LRESULT DefWindowProc (UINT uMsg, WPARAM wParam, LPARAM lParam)
 
HWND Create (HWND hWndParent, _U_RECT rect, LPCTSTR szWindowName, DWORD dwStyle, DWORD dwExStyle, _U_MENUorID MenuOrID, ATOM atom, LPVOID lpCreateParam)
 
- Public Member Functions inherited from ATL::CWindowImplRoot< TBase >
 CWindowImplRoot ()
 
virtual ~CWindowImplRoot ()
 
- Public Member Functions inherited from ATL::CWindow
 CWindow (HWND hWnd=NULL)
 
 operator HWND () const
 
UINT ArrangeIconicWindows ()
 
void Attach (HWND hWndNew)
 
HDC BeginPaint (LPPAINTSTRUCT lpPaint)
 
BOOL BringWindowToTop ()
 
BOOL CenterWindow (HWND hWndCenter=NULL)
 
BOOL ChangeClipboardChain (HWND hWndNewNext)
 
BOOL CheckDlgButton (int nIDButton, UINT nCheck)
 
BOOL CheckRadioButton (int nIDFirstButton, int nIDLastButton, int nIDCheckButton)
 
HWND ChildWindowFromPoint (POINT point) const
 
HWND ChildWindowFromPointEx (POINT point, UINT uFlags) const
 
BOOL ClientToScreen (LPPOINT lpPoint) const
 
BOOL ClientToScreen (LPRECT lpRect) const
 
HWND Create (LPCTSTR lpstrWndClass, HWND hWndParent, _U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, _U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL)
 
BOOL CreateCaret (HBITMAP pBitmap)
 
BOOL CreateGrayCaret (int nWidth, int nHeight)
 
BOOL CreateSolidCaret (int nWidth, int nHeight)
 
HDWP DeferWindowPos (HDWP hWinPosInfo, HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT uFlags)
 
BOOL DestroyWindow ()
 
HWND Detach ()
 
int DlgDirList (LPTSTR lpPathSpec, int nIDListBox, int nIDStaticPath, UINT nFileType)
 
int DlgDirListComboBox (LPTSTR lpPathSpec, int nIDComboBox, int nIDStaticPath, UINT nFileType)
 
BOOL DlgDirSelect (LPTSTR lpString, int nCount, int nIDListBox)
 
BOOL DlgDirSelectComboBox (LPTSTR lpString, int nCount, int nIDComboBox)
 
void DragAcceptFiles (BOOL bAccept=TRUE)
 
BOOL DrawMenuBar ()
 
BOOL EnableScrollBar (UINT uSBFlags, UINT uArrowFlags=ESB_ENABLE_BOTH)
 
BOOL EnableWindow (BOOL bEnable=TRUE)
 
void EndPaint (LPPAINTSTRUCT lpPaint)
 
BOOL FlashWindow (BOOL bInvert)
 
BOOL GetClientRect (LPRECT lpRect) const
 
HDC GetDC ()
 
HDC GetDCEx (HRGN hRgnClip, DWORD flags)
 
HWND GetDescendantWindow (int nID) const
 
HRESULT GetDlgControl (int nID, REFIID iid, void **ppCtrl)
 
int GetDlgCtrlID () const
 
HRESULT GetDlgHost (int nID, REFIID iid, void **ppHost)
 
HWND GetDlgItem (_In_ int nID) const
 
UINT GetDlgItemInt (_In_ int nID, _Out_opt_ BOOL *lpTrans=NULL, _In_ BOOL bSigned=TRUE) const
 
UINT GetDlgItemText (_In_ int nID, _Out_writes_to_(nMaxCount, return+1) LPTSTR lpStr, _In_ int nMaxCount) const
 
BOOL GetDlgItemText (_In_ int nID, _Inout_ _Outref_result_maybenull_ _Post_z_ BSTR &bstrText) const
 
DWORD GetExStyle () const
 
HFONT GetFont () const
 
DWORD GetHotKey () const
 
HICON GetIcon (BOOL bBigIcon=TRUE) const
 
HWND GetLastActivePopup () const
 
HMENU GetMenu () const
 
HWND GetNextDlgGroupItem (HWND hWndCtl, BOOL bPrevious=FALSE) const
 
HWND GetNextDlgTabItem (HWND hWndCtl, BOOL bPrevious=FALSE) const
 
CWindow GetParent () const
 
BOOL GetScrollInfo (int nBar, LPSCROLLINFO lpScrollInfo)
 
BOOL GetScrollPos (int nBar)
 
BOOL GetScrollRange (int nBar, LPINT lpMinPos, LPINT lpMaxPos) const
 
DWORD GetStyle () const
 
HMENU GetSystemMenu (BOOL bRevert)
 
HWND GetTopLevelParent () const
 
HWND GetTopLevelWindow () const
 
HWND GetTopWindow () const
 
BOOL GetUpdateRect (LPRECT lpRect, BOOL bErase=FALSE)
 
int GetUpdateRgn (HRGN hRgn, BOOL bErase=FALSE)
 
HWND GetWindow (UINT nCmd) const
 
DWORD GetWindowContextHelpId () const
 
HDC GetWindowDC ()
 
LONG GetWindowLong (int nIndex) const
 
LONG_PTR GetWindowLongPtr (int nIndex) const
 
BOOL GetWindowPlacement (WINDOWPLACEMENT *lpwndpl) const
 
DWORD GetWindowProcessID ()
 
BOOL GetWindowRect (LPRECT lpRect) const
 
int GetWindowRgn (HRGN hRgn)
 
int GetWindowText (_Out_writes_to_(nMaxCount, return+1) LPTSTR lpszStringBuf, _In_ int nMaxCount) const
 
BOOL GetWindowText (_Inout_ _Outref_result_maybenull_ _Post_z_ BSTR &bstrText) const
 
int GetWindowTextLength () const
 
DWORD GetWindowThreadID ()
 
WORD GetWindowWord (int nIndex) const
 
void GotoDlgCtrl (HWND hWndCtrl) const
 
BOOL HideCaret ()
 
BOOL HiliteMenuItem (HMENU hMenu, UINT uHiliteItem, UINT uHilite)
 
BOOL Invalidate (BOOL bErase=TRUE)
 
BOOL InvalidateRect (LPCRECT lpRect, BOOL bErase=TRUE)
 
void InvalidateRgn (HRGN hRgn, BOOL bErase=TRUE)
 
BOOL IsChild (const HWND hWnd) const
 
BOOL IsDialogMessage (LPMSG lpMsg)
 
UINT IsDlgButtonChecked (int nIDButton) const
 
BOOL IsIconic () const
 
BOOL IsParentDialog ()
 
BOOL IsWindow () const
 
BOOL IsWindowEnabled () const
 
BOOL IsWindowVisible () const
 
BOOL IsWindowUnicode ()
 
BOOL IsZoomed () const
 
BOOL KillTimer (UINT_PTR nIDEvent)
 
BOOL LockWindowUpdate (BOOL bLock=TRUE)
 
int MapWindowPoints (HWND hWndTo, LPPOINT lpPoint, UINT nCount) const
 
int MapWindowPoints (HWND hWndTo, LPRECT lpRect) const
 
int MessageBox (LPCTSTR lpszText, LPCTSTR lpszCaption=NULL, UINT nType=MB_OK)
 
BOOL ModifyStyle (DWORD dwRemove, DWORD dwAdd, UINT nFlags=0)
 
BOOL ModifyStyleEx (DWORD dwRemove, DWORD dwAdd, UINT nFlags=0)
 
BOOL MoveWindow (int x, int y, int nWidth, int nHeight, BOOL bRepaint=TRUE)
 
void NextDlgCtrl () const
 
BOOL OpenClipboard ()
 
BOOL PostMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0)
 
void PrevDlgCtrl () const
 
void Print (HDC hDC, DWORD dwFlags) const
 
void PrintClient (HDC hDC, DWORD dwFlags) const
 
BOOL RedrawWindow (LPCRECT lpRectUpdate=NULL, HRGN hRgnUpdate=NULL, UINT flags=RDW_INVALIDATE|RDW_UPDATENOW|RDW_ERASE)
 
int ReleaseDC (HDC hDC)
 
BOOL ResizeClient (int nWidth, int nHeight, BOOL bRedraw=FALSE)
 
BOOL ScreenToClient (LPPOINT lpPoint) const
 
BOOL ScrollWindow (int xAmount, int yAmount, LPCRECT lpRect=NULL, LPCRECT lpClipRect=NULL)
 
int ScrollWindowEx (int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, HRGN hRgnUpdate, LPRECT lpRectUpdate, UINT flags)
 
LRESULT SendDlgItemMessage (int nID, UINT message, WPARAM wParam=0, LPARAM lParam=0)
 
LRESULT SendMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0)
 
void SendMessageToDescendants (UINT message, WPARAM wParam=0, LPARAM lParam=0, BOOL bDeep=TRUE)
 
BOOL SendNotifyMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0)
 
HWND SetActiveWindow ()
 
HWND SetCapture ()
 
HWND SetClipboardViewer ()
 
int SetDlgCtrlID (int nID)
 
BOOL SetDlgItemInt (int nID, UINT nValue, BOOL bSigned=TRUE)
 
BOOL SetDlgItemText (int nID, LPCTSTR lpszString)
 
HWND SetFocus ()
 
void SetFont (HFONT hFont, BOOL bRedraw=TRUE)
 
int SetHotKey (WORD wVirtualKeyCode, WORD wModifiers)
 
HICON SetIcon (HICON hIcon, BOOL bBigIcon=TRUE)
 
BOOL SetMenu (HMENU hMenu)
 
HWND SetParent (HWND hWndNewParent)
 
void SetRedraw (BOOL bRedraw=TRUE)
 
int SetScrollInfo (int nBar, LPSCROLLINFO lpScrollInfo, BOOL bRedraw=TRUE)
 
int SetScrollPos (int nBar, int nPos, BOOL bRedraw=TRUE)
 
BOOL SetScrollRange (int nBar, int nMinPos, int nMaxPos, BOOL bRedraw=TRUE)
 
UINT_PTR SetTimer (UINT_PTR nIDEvent, UINT nElapse, void(CALLBACK *lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)=NULL)
 
BOOL SetWindowContextHelpId (DWORD dwContextHelpId)
 
LONG SetWindowLong (int nIndex, LONG dwNewLong)
 
LONG_PTR SetWindowLongPtr (int nIndex, LONG_PTR dwNewLong)
 
BOOL SetWindowPlacement (const WINDOWPLACEMENT *lpwndpl)
 
BOOL SetWindowPos (HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags)
 
int SetWindowRgn (HRGN hRgn, BOOL bRedraw=FALSE)
 
BOOL SetWindowText (LPCTSTR lpszString)
 
WORD SetWindowWord (int nIndex, WORD wNewWord)
 
BOOL ShowCaret ()
 
BOOL ShowOwnedPopups (BOOL bShow=TRUE)
 
BOOL ShowScrollBar (UINT nBar, BOOL bShow=TRUE)
 
BOOL ShowWindow (int nCmdShow)
 
BOOL ShowWindowAsync (int nCmdShow)
 
BOOL UpdateWindow ()
 
BOOL ValidateRect (LPCRECT lpRect)
 
BOOL ValidateRgn (HRGN hRgn)
 
BOOL WinHelp (LPCTSTR lpszHelp, UINT nCmd=HELP_CONTEXT, DWORD dwData=0)
 
- Public Member Functions inherited from ATL::CMessageMap
virtual BOOL ProcessWindowMessage (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult, DWORD dwMsgMapID)=0
 
HRESULT GetWindow ([out] HWND *phwnd)
 
HRESULT ContextSensitiveHelp ([in] BOOL fEnterMode)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 
- Public Member Functions inherited from CIconWatcher
 CIconWatcher ()
 
virtual ~CIconWatcher ()
 
bool Initialize (_In_ HWND hWndParent)
 
void Uninitialize ()
 
bool AddIconToWatcher (_In_ CONST NOTIFYICONDATA *iconData)
 
bool RemoveIconFromWatcher (_In_ CONST NOTIFYICONDATA *iconData)
 
IconWatcherDataGetListEntry (_In_opt_ CONST NOTIFYICONDATA *iconData, _In_opt_ HANDLE hProcess, _In_ bool Remove)
 

Private Attributes

CNotifyToolbar Toolbar
 
CTooltips m_Balloons
 
CBalloonQueue m_BalloonQueue
 

Additional Inherited Members

- Public Types inherited from ATL::CWindowImplRoot< TBase >
enum  { WINSTATE_DESTROYED = 0x00000001 }
 
- Public Types inherited from IOleWindow
typedef IOleWindowLPOLEWINDOW
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Static Public Member Functions inherited from ATL::CComCoClass< CSysPagerWnd >
static LPCTSTR WINAPI GetObjectDescription ()
 
- Static Public Member Functions inherited from ATL::CComObjectRootBase
static void WINAPI ObjectMain (bool)
 
static const struct _ATL_CATMAP_ENTRYGetCategoryMap ()
 
static HRESULT WINAPI InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject)
 
- Static Public Member Functions inherited from ATL::CWindowImpl< CSysPagerWnd, CWindow, CControlWinTraits >
static LPCTSTR GetWndCaption ()
 
- Static Public Member Functions inherited from ATL::CWindowImplBaseT< TBase, TWinTraits >
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)
 
- Static Public Member Functions inherited from ATL::CWindow
static LPCTSTR GetWndClassName ()
 
static LRESULT SendMessage (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
 
- Public Attributes inherited from ATL::CComObjectRootBase
LONG m_dwRef
 
- Public Attributes inherited from ATL::CWindowImplBaseT< TBase, TWinTraits >
WNDPROC m_pfnSuperWindowProc
 
- Public Attributes inherited from ATL::CWindowImplRoot< TBase >
CWndProcThunk m_thunk
 
const _ATL_MSGm_pCurrentMsg
 
DWORD m_dwState
 
- Public Attributes inherited from ATL::CWindow
HWND m_hWnd
 
- Static Public Attributes inherited from ATL::CWindow
static RECT rcDefault
 

Detailed Description

Definition at line 191 of file syspager.cpp.

Constructor & Destructor Documentation

◆ CSysPagerWnd()

CSysPagerWnd::CSysPagerWnd ( )

Definition at line 1302 of file syspager.cpp.

1302{}

◆ ~CSysPagerWnd()

CSysPagerWnd::~CSysPagerWnd ( )
virtual

Definition at line 1304 of file syspager.cpp.

1304{}

Member Function Documentation

◆ ContextSensitiveHelp()

STDMETHODIMP CSysPagerWnd::ContextSensitiveHelp ( BOOL  fEnterMode)
inlineoverride

Implements IOleWindow.

Definition at line 234 of file syspager.cpp.

235 {
236 return E_NOTIMPL;
237 }
#define E_NOTIMPL
Definition: ddrawi.h:99

◆ DrawBackground()

LRESULT CSysPagerWnd::DrawBackground ( HDC  hdc)

◆ GetSize()

void CSysPagerWnd::GetSize ( IN BOOL  IsHorizontal,
IN PSIZE  size 
)

Definition at line 1416 of file syspager.cpp.

1417{
1418 /* Get the ideal height or width */
1419#if 0
1420 /* Unfortunately this doens't work correctly in ros */
1421 Toolbar.GetIdealSize(!IsHorizontal, size);
1422
1423 /* Make the reference dimension an exact multiple of the icon size */
1424 if (IsHorizontal)
1425 size->cy -= size->cy % GetSystemMetrics(SM_CYSMICON);
1426 else
1427 size->cx -= size->cx % GetSystemMetrics(SM_CXSMICON);
1428
1429#else
1430 INT rows = 0;
1431 INT columns = 0;
1432 INT cyButton = GetSystemMetrics(SM_CYSMICON) + 2;
1433 INT cxButton = GetSystemMetrics(SM_CXSMICON) + 2;
1435 {
1436 cyButton = MulDiv(GetSystemMetrics(SM_CYSMICON), 3, 2);
1437 cxButton = MulDiv(GetSystemMetrics(SM_CXSMICON), 3, 2);
1438 }
1439 int VisibleButtonCount = Toolbar.GetVisibleButtonCount();
1440
1441 if (IsHorizontal)
1442 {
1444 rows = max(size->cy / MulDiv(cyButton, 3, 2), 1);
1445 else
1446 rows = max(size->cy / cyButton, 1);
1447 columns = (VisibleButtonCount + rows - 1) / rows;
1448 }
1449 else
1450 {
1451 columns = max(size->cx / cxButton, 1);
1452 rows = (VisibleButtonCount + columns - 1) / columns;
1453 }
1454 size->cx = columns * cxButton;
1455 size->cy = rows * cyButton;
1456#endif
1457}
TaskbarSettings g_TaskbarSettings
Definition: settings.cpp:23
int GetVisibleButtonCount()
Definition: syspager.cpp:680
CNotifyToolbar Toolbar
Definition: syspager.cpp:198
GLsizeiptr size
Definition: glext.h:5919
INT WINAPI MulDiv(INT nNumber, INT nNumerator, INT nDenominator)
Definition: muldiv.c:25
BOOL UseCompactTrayIcons()
Definition: precomp.h:232
#define max(a, b)
Definition: svc.c:63
int32_t INT
Definition: typedefs.h:58
#define SM_CYSMICON
Definition: winuser.h:1024
#define SM_CXSMICON
Definition: winuser.h:1023
int WINAPI GetSystemMetrics(_In_ int)

Referenced by OnGetMinimumSize().

◆ GetWindow()

STDMETHODIMP CSysPagerWnd::GetWindow ( HWND phwnd)
inlineoverride

Implements IOleWindow.

Definition at line 225 of file syspager.cpp.

226 {
227 if (!phwnd)
228 return E_INVALIDARG;
229 *phwnd = m_hWnd;
230 return S_OK;
231 }
HWND m_hWnd
Definition: atlwin.h:273
#define E_INVALIDARG
Definition: ddrawi.h:101
#define S_OK
Definition: intsafe.h:52

◆ Initialize()

HRESULT CSysPagerWnd::Initialize ( IN HWND  hWndParent)

Definition at line 1613 of file syspager.cpp.

1614{
1615 /* Create the window. The tray window is going to move it to the correct
1616 position and resize it as needed. */
1618 Create(hWndParent, 0, NULL, dwStyle);
1619 if (!m_hWnd)
1620 return E_FAIL;
1621
1622 SetWindowTheme(m_hWnd, L"TrayNotify", NULL);
1623
1624 return S_OK;
1625}
@ Create
Definition: registry.c:563
#define E_FAIL
Definition: ddrawi.h:102
#define NULL
Definition: types.h:112
#define L(x)
Definition: resources.c:13
unsigned long DWORD
Definition: ntddk_ex.h:95
#define WS_CHILD
Definition: pedump.c:617
#define WS_VISIBLE
Definition: pedump.c:620
#define WS_CLIPSIBLINGS
Definition: pedump.c:618
HRESULT WINAPI SetWindowTheme(_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList)
Definition: uxthemesupp.c:69

◆ NotifyIcon()

BOOL CSysPagerWnd::NotifyIcon ( DWORD  dwMessage,
_In_ CONST NOTIFYICONDATA iconData 
)

Definition at line 1363 of file syspager.cpp.

1364{
1365 BOOL ret = FALSE;
1366
1367 int VisibleButtonCount = Toolbar.GetVisibleButtonCount();
1368
1369 TRACE("NotifyIcon received. Code=%d\n", dwMessage);
1370 switch (dwMessage)
1371 {
1372 case NIM_ADD:
1373 ret = Toolbar.AddButton(iconData);
1374 if (ret == TRUE)
1375 {
1376 (void)AddIconToWatcher(iconData);
1377 }
1378 break;
1379
1380 case NIM_MODIFY:
1381 ret = Toolbar.UpdateButton(iconData);
1382 break;
1383
1384 case NIM_DELETE:
1385 ret = Toolbar.RemoveButton(iconData);
1386 if (ret == TRUE)
1387 {
1388 (void)RemoveIconFromWatcher(iconData);
1389 }
1390 break;
1391
1392 case NIM_SETFOCUS:
1393 Toolbar.SetFocus();
1394 ret = TRUE;
1395 break;
1396
1397 case NIM_SETVERSION:
1398 ret = Toolbar.SwitchVersion(iconData);
1399 break;
1400
1401 default:
1402 TRACE("NotifyIcon received with unknown code %d.\n", dwMessage);
1403 return FALSE;
1404 }
1405
1406 if (VisibleButtonCount != Toolbar.GetVisibleButtonCount())
1407 {
1408 /* Ask the parent to resize */
1409 NMHDR nmh = {GetParent(), 0, NTNWM_REALIGN};
1410 GetParent().SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh);
1411 }
1412
1413 return ret;
1414}
#define NTNWM_REALIGN
Definition: precomp.h:384
HWND SetFocus()
Definition: atlwin.h:1198
LRESULT SendMessage(UINT message, WPARAM wParam=0, LPARAM lParam=0)
Definition: atlwin.h:1116
CWindow GetParent() const
Definition: atlwin.h:700
bool RemoveIconFromWatcher(_In_ CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:377
bool AddIconToWatcher(_In_ CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:338
BOOL RemoveButton(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:949
BOOL UpdateButton(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:844
BOOL AddButton(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:722
BOOL SwitchVersion(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:821
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
return ret
Definition: mutex.c:146
unsigned int BOOL
Definition: ntddk_ex.h:94
LONG_PTR LPARAM
Definition: minwindef.h:175
#define WM_NOTIFY
Definition: richedit.h:61
#define NIM_DELETE
Definition: shellapi.h:96
#define NIM_MODIFY
Definition: shellapi.h:95
#define NIM_ADD
Definition: shellapi.h:94
#define TRACE(s)
Definition: solgame.cpp:4

Referenced by OnCopyData().

◆ OnBalloonPop()

LRESULT CSysPagerWnd::OnBalloonPop ( UINT  uCode,
LPNMHDR  hdr,
BOOL bHandled 
)

Definition at line 1563 of file syspager.cpp.

1564{
1566 bHandled = TRUE;
1567 return 0;
1568}
void CloseCurrent()
Definition: syspager.cpp:598
CBalloonQueue m_BalloonQueue
Definition: syspager.cpp:200

◆ OnCommand()

LRESULT CSysPagerWnd::OnCommand ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1480 of file syspager.cpp.

1481{
1482 bHandled = FALSE;
1483
1484 /* Handles the BN_CLICKED notifications sent by the CNotifyToolbar member */
1485 if (HIWORD(wParam) != BN_CLICKED)
1486 return 0;
1487
1488 INT iBtn = LOWORD(wParam);
1489 if (iBtn < 0)
1490 return 0;
1491
1492 InternalIconData* notifyItem = Toolbar.GetItemData(iBtn);
1493
1494 if (!::IsWindow(notifyItem->hWnd))
1495 return 0;
1496
1497 // TODO: Improve keyboard handling by looking whether one presses
1498 // on ENTER, etc..., which roughly translates into "double-clicking".
1499
1500 if (notifyItem->uVersionCopy >= NOTIFYICON_VERSION)
1501 {
1502 /* Use new-style notifications if the notification icon supports them */
1503 ::SendNotifyMessage(notifyItem->hWnd,
1504 notifyItem->uCallbackMessage,
1505 notifyItem->uID,
1506 NIN_SELECT); // TODO: Distinguish with NIN_KEYSELECT
1507 }
1508 else if (lParam == -1)
1509 {
1510 /*
1511 * Otherwise, and only if the icon was selected via the keyboard,
1512 * simulate right-click mouse messages. This is not needed if the
1513 * selection was done by mouse because in this case the mouse
1514 * messages were already sent.
1515 */
1516 ::SendNotifyMessage(notifyItem->hWnd,
1517 notifyItem->uCallbackMessage,
1518 notifyItem->uID,
1519 WM_LBUTTONDOWN); // TODO: Distinguish with double-click WM_LBUTTONDBLCLK
1520 ::SendNotifyMessage(notifyItem->hWnd,
1521 notifyItem->uCallbackMessage,
1522 notifyItem->uID,
1523 WM_LBUTTONUP);
1524 }
1525
1526 return 0;
1527}
BOOL IsWindow() const
Definition: atlwin.h:947
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
#define LOWORD(l)
Definition: pedump.c:82
UINT uCallbackMessage
Definition: shellapi.h:231
#define HIWORD(l)
Definition: typedefs.h:247
#define WM_LBUTTONDOWN
Definition: winuser.h:1804
#define WM_LBUTTONUP
Definition: winuser.h:1805
#define BN_CLICKED
Definition: winuser.h:1954
#define SendNotifyMessage
Definition: winuser.h:5957

◆ OnCopyData()

LRESULT CSysPagerWnd::OnCopyData ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1580 of file syspager.cpp.

1581{
1583 if (cpData->dwData == TABDMC_NOTIFY)
1584 {
1585 /* A taskbar NotifyIcon notification */
1586 PTRAYNOTIFYDATAW pData = (PTRAYNOTIFYDATAW)cpData->lpData;
1587 if (pData->dwSignature == NI_NOTIFY_SIG)
1588 return NotifyIcon(pData->dwMessage, &pData->nid);
1589 }
1590 else if (cpData->dwData == TABDMC_LOADINPROC)
1591 {
1592 FIXME("Taskbar Load In Proc\n");
1593 }
1594
1595 return FALSE;
1596}
#define FIXME(fmt,...)
Definition: precomp.h:53
BOOL NotifyIcon(DWORD dwMessage, _In_ CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:1363
if(dx< 0)
Definition: linetemp.h:194
ULONG_PTR dwData
Definition: winuser.h:3103
TW_UINT32 TW_UINT16 TW_UINT16 TW_MEMREF pData
Definition: twain.h:1830
#define TABDMC_LOADINPROC
Definition: undocshell.h:974
#define TABDMC_NOTIFY
Definition: undocshell.h:973
struct tagCOPYDATASTRUCT * PCOPYDATASTRUCT

◆ OnCreate()

LRESULT CSysPagerWnd::OnCreate ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1323 of file syspager.cpp.

1324{
1327
1328 HWND hWndTop = GetAncestor(m_hWnd, GA_ROOT);
1329
1331
1332 TOOLINFOW ti = { 0 };
1333 ti.cbSize = TTTOOLINFOW_V1_SIZE;
1334 ti.uFlags = TTF_TRACK | TTF_IDISHWND;
1335 ti.uId = reinterpret_cast<UINT_PTR>(Toolbar.m_hWnd);
1336 ti.hwnd = m_hWnd;
1337 ti.lpszText = NULL;
1338 ti.lParam = NULL;
1339
1340 BOOL ret = m_Balloons.AddTool(&ti);
1341 if (!ret)
1342 {
1343 WARN("AddTool failed, LastError=%d (probably meaningless unless non-zero)\n", GetLastError());
1344 }
1345
1347
1348 // Explicitly request running applications to re-register their systray icons
1350 RegisterWindowMessageW(L"TaskbarCreated"),
1351 0, 0);
1352
1353 return TRUE;
1354}
#define WARN(fmt,...)
Definition: precomp.h:61
void Init(HWND hwndParent, CNotifyToolbar *toolbar, CTooltips *balloons)
Definition: syspager.cpp:518
bool Initialize(_In_ HWND hWndParent)
Definition: syspager.cpp:293
void Initialize(HWND hWndParent, CBalloonQueue *queue)
Definition: syspager.cpp:1244
CTooltips m_Balloons
Definition: syspager.cpp:199
BOOL AddTool(IN CONST TTTOOLINFOW *pInfo)
Definition: rosctrls.h:637
HWND Create(HWND hWndParent, DWORD dwStyles=WS_POPUP|TTS_NOPREFIX, DWORD dwExStyles=WS_EX_TOPMOST)
Definition: rosctrls.h:616
unsigned __int3264 UINT_PTR
Definition: mstsclib_h.h:274
#define TOOLINFOW
Definition: commctrl.h:1715
#define TTTOOLINFOW_V1_SIZE
Definition: commctrl.h:1721
#define TTF_IDISHWND
Definition: commctrl.h:1764
#define TTS_NOPREFIX
Definition: commctrl.h:1758
#define TTF_TRACK
Definition: commctrl.h:1768
#define TTS_CLOSE
Definition: commctrl.h:1762
#define TTS_BALLOON
Definition: commctrl.h:1761
DWORD WINAPI GetLastError(void)
Definition: except.c:1042
BOOL WINAPI SendNotifyMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
#define GA_ROOT
Definition: winuser.h:2891
#define HWND_BROADCAST
Definition: winuser.h:1215
UINT WINAPI RegisterWindowMessageW(_In_ LPCWSTR)
HWND WINAPI GetAncestor(_In_ HWND, _In_ UINT)
Definition: window.c:929

◆ OnCtxMenu()

LRESULT CSysPagerWnd::OnCtxMenu ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1557 of file syspager.cpp.

1558{
1559 bHandled = TRUE;
1560 return 0;
1561}

◆ OnCustomDraw()

LRESULT CSysPagerWnd::OnCustomDraw ( INT  uCode,
LPNMHDR  hdr,
BOOL bHandled 
)

Definition at line 1466 of file syspager.cpp.

1467{
1468 NMCUSTOMDRAW * cdraw = (NMCUSTOMDRAW *) hdr;
1469 switch (cdraw->dwDrawStage)
1470 {
1471 case CDDS_PREPAINT:
1472 return CDRF_NOTIFYITEMDRAW;
1473
1474 case CDDS_ITEMPREPAINT:
1476 }
1477 return TRUE;
1478}
char hdr[14]
Definition: iptest.cpp:33
#define CDDS_ITEMPREPAINT
Definition: commctrl.h:285
#define TBCDRF_NOEDGES
Definition: commctrl.h:1033
#define CDRF_NOTIFYITEMDRAW
Definition: commctrl.h:275
#define TBCDRF_NOOFFSET
Definition: commctrl.h:1035
#define TBCDRF_NOBACKGROUND
Definition: commctrl.h:1040
#define TBCDRF_NOETCHEDEFFECT
Definition: commctrl.h:1037
#define CDDS_PREPAINT
Definition: commctrl.h:280
#define TBCDRF_NOMARK
Definition: commctrl.h:1036

◆ OnDestroy()

LRESULT CSysPagerWnd::OnDestroy ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1356 of file syspager.cpp.

1357{
1360 return TRUE;
1361}
void Deinit()
Definition: syspager.cpp:525
void Uninitialize()
Definition: syspager.cpp:314

◆ OnEraseBackground()

LRESULT CSysPagerWnd::OnEraseBackground ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1306 of file syspager.cpp.

1307{
1308 HDC hdc = (HDC) wParam;
1309
1310 if (!IsAppThemed())
1311 {
1312 bHandled = FALSE;
1313 return 0;
1314 }
1315
1316 RECT rect;
1319
1320 return TRUE;
1321}
HRESULT WINAPI DrawThemeParentBackground(HWND hwnd, HDC hdc, RECT *prc)
Definition: draw.c:72
BOOL WINAPI IsAppThemed(void)
Definition: system.c:620
HDC hdc
Definition: main.c:9
static HDC
Definition: imagelist.c:88
& rect
Definition: startmenu.cpp:1413
Definition: windef.h:99
BOOL WINAPI GetClientRect(_In_ HWND, _Out_ LPRECT)

◆ OnGetInfoTip()

LRESULT CSysPagerWnd::OnGetInfoTip ( INT  uCode,
LPNMHDR  hdr,
BOOL bHandled 
)

Definition at line 1459 of file syspager.cpp.

1460{
1461 NMTBGETINFOTIPW * nmtip = (NMTBGETINFOTIPW *) hdr;
1462 GetTooltipText(nmtip->lParam, nmtip->pszText, nmtip->cchTextMax);
1463 return TRUE;
1464}
static VOID GetTooltipText(LPARAM data, LPTSTR szTip, DWORD cchTip)
Definition: syspager.cpp:1178

◆ OnGetMinimumSize()

LRESULT CSysPagerWnd::OnGetMinimumSize ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1607 of file syspager.cpp.

1608{
1610 return 0;
1611}
void GetSize(IN BOOL IsHorizontal, IN PSIZE size)
Definition: syspager.cpp:1416

◆ OnSettingChanged()

LRESULT CSysPagerWnd::OnSettingChanged ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1598 of file syspager.cpp.

1599{
1600 if (wParam == SPI_SETNONCLIENTMETRICS)
1601 {
1603 }
1604 return 0;
1605}
VOID ResizeImagelist()
Definition: syspager.cpp:1002

◆ OnSize()

LRESULT CSysPagerWnd::OnSize ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1529 of file syspager.cpp.

1530{
1531 LRESULT Ret = TRUE;
1532 SIZE szClient;
1533 szClient.cx = LOWORD(lParam);
1534 szClient.cy = HIWORD(lParam);
1535
1536 Ret = DefWindowProc(uMsg, wParam, lParam);
1537
1538 if (Toolbar)
1539 {
1540 Toolbar.SetWindowPos(NULL, 0, 0, szClient.cx, szClient.cy, SWP_NOZORDER);
1541 Toolbar.AutoSize();
1542
1543 RECT rc;
1545
1546 SIZE szBar = { rc.right - rc.left, rc.bottom - rc.top };
1547
1548 INT xOff = (szClient.cx - szBar.cx) / 2;
1549 INT yOff = (szClient.cy - szBar.cy) / 2;
1550
1551 Toolbar.SetWindowPos(NULL, xOff, yOff, szBar.cx, szBar.cy, SWP_NOZORDER);
1553 }
1554 return Ret;
1555}
BOOL SetWindowPos(HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags)
Definition: atlwin.h:1288
BOOL GetClientRect(LPRECT lpRect) const
Definition: atlwin.h:541
void RefreshToolbarMetrics(BOOL bForceRefresh)
Definition: syspager.cpp:1275
LONG_PTR LRESULT
Definition: minwindef.h:176
#define DefWindowProc
Definition: ros2win.h:31
LONG cx
Definition: kdterminal.h:27
LONG cy
Definition: kdterminal.h:28
LONG right
Definition: windef.h:102
LONG bottom
Definition: windef.h:103
LONG top
Definition: windef.h:101
LONG left
Definition: windef.h:100
#define SWP_NOZORDER
Definition: winuser.h:1258

◆ OnTimer()

LRESULT CSysPagerWnd::OnTimer ( UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 1570 of file syspager.cpp.

1571{
1573 {
1574 bHandled = TRUE;
1575 }
1576
1577 return 0;
1578}
bool OnTimer(int timerId)
Definition: syspager.cpp:533

Member Data Documentation

◆ m_BalloonQueue

CBalloonQueue CSysPagerWnd::m_BalloonQueue
private

Definition at line 200 of file syspager.cpp.

Referenced by OnBalloonPop(), OnCreate(), OnDestroy(), and OnTimer().

◆ m_Balloons

CTooltips CSysPagerWnd::m_Balloons
private

Definition at line 199 of file syspager.cpp.

Referenced by OnCreate().

◆ Toolbar

CNotifyToolbar CSysPagerWnd::Toolbar
private

Definition at line 198 of file syspager.cpp.

Referenced by GetSize(), NotifyIcon(), OnCommand(), OnCreate(), OnSettingChanged(), and OnSize().


The documentation for this class was generated from the following file: