ReactOS 0.4.16-dev-814-g656a5dc
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 189 of file syspager.cpp.

Constructor & Destructor Documentation

◆ CSysPagerWnd()

CSysPagerWnd::CSysPagerWnd ( )

Definition at line 1289 of file syspager.cpp.

1289{}

◆ ~CSysPagerWnd()

CSysPagerWnd::~CSysPagerWnd ( )
virtual

Definition at line 1291 of file syspager.cpp.

1291{}

Member Function Documentation

◆ ContextSensitiveHelp()

STDMETHODIMP CSysPagerWnd::ContextSensitiveHelp ( BOOL  fEnterMode)
inlineoverride

Implements IOleWindow.

Definition at line 232 of file syspager.cpp.

233 {
234 return E_NOTIMPL;
235 }
#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 1403 of file syspager.cpp.

1404{
1405 /* Get the ideal height or width */
1406#if 0
1407 /* Unfortunately this doens't work correctly in ros */
1408 Toolbar.GetIdealSize(!IsHorizontal, size);
1409
1410 /* Make the reference dimension an exact multiple of the icon size */
1411 if (IsHorizontal)
1412 size->cy -= size->cy % GetSystemMetrics(SM_CYSMICON);
1413 else
1414 size->cx -= size->cx % GetSystemMetrics(SM_CXSMICON);
1415
1416#else
1417 INT rows = 0;
1418 INT columns = 0;
1419 INT cyButton = GetSystemMetrics(SM_CYSMICON) + 2;
1420 INT cxButton = GetSystemMetrics(SM_CXSMICON) + 2;
1422 {
1423 cyButton = MulDiv(GetSystemMetrics(SM_CYSMICON), 3, 2);
1424 cxButton = MulDiv(GetSystemMetrics(SM_CXSMICON), 3, 2);
1425 }
1426 int VisibleButtonCount = Toolbar.GetVisibleButtonCount();
1427
1428 if (IsHorizontal)
1429 {
1431 rows = max(size->cy / MulDiv(cyButton, 3, 2), 1);
1432 else
1433 rows = max(size->cy / cyButton, 1);
1434 columns = (VisibleButtonCount + rows - 1) / rows;
1435 }
1436 else
1437 {
1438 columns = max(size->cx / cxButton, 1);
1439 rows = (VisibleButtonCount + columns - 1) / columns;
1440 }
1441 size->cx = columns * cxButton;
1442 size->cy = rows * cyButton;
1443#endif
1444}
TaskbarSettings g_TaskbarSettings
Definition: settings.cpp:23
int GetVisibleButtonCount()
Definition: syspager.cpp:678
CNotifyToolbar Toolbar
Definition: syspager.cpp:196
GLsizeiptr size
Definition: glext.h:5919
INT WINAPI MulDiv(INT nNumber, INT nNumerator, INT nDenominator)
Definition: muldiv.c:25
BOOL UseCompactTrayIcons()
Definition: precomp.h:230
#define max(a, b)
Definition: svc.c:63
int32_t INT
Definition: typedefs.h:58
#define SM_CYSMICON
Definition: winuser.h:1016
#define SM_CXSMICON
Definition: winuser.h:1015
int WINAPI GetSystemMetrics(_In_ int)

Referenced by OnGetMinimumSize().

◆ GetWindow()

STDMETHODIMP CSysPagerWnd::GetWindow ( HWND phwnd)
inlineoverride

Implements IOleWindow.

Definition at line 223 of file syspager.cpp.

224 {
225 if (!phwnd)
226 return E_INVALIDARG;
227 *phwnd = m_hWnd;
228 return S_OK;
229 }
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 1600 of file syspager.cpp.

1601{
1602 /* Create the window. The tray window is going to move it to the correct
1603 position and resize it as needed. */
1605 Create(hWndParent, 0, NULL, dwStyle);
1606 if (!m_hWnd)
1607 return E_FAIL;
1608
1609 SetWindowTheme(m_hWnd, L"TrayNotify", NULL);
1610
1611 return S_OK;
1612}
@ Create
Definition: registry.c:563
#define E_FAIL
Definition: ddrawi.h:102
#define NULL
Definition: types.h:112
unsigned long DWORD
Definition: ntddk_ex.h:95
#define L(x)
Definition: ntvdm.h:50
#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 1350 of file syspager.cpp.

1351{
1352 BOOL ret = FALSE;
1353
1354 int VisibleButtonCount = Toolbar.GetVisibleButtonCount();
1355
1356 TRACE("NotifyIcon received. Code=%d\n", dwMessage);
1357 switch (dwMessage)
1358 {
1359 case NIM_ADD:
1360 ret = Toolbar.AddButton(iconData);
1361 if (ret == TRUE)
1362 {
1363 (void)AddIconToWatcher(iconData);
1364 }
1365 break;
1366
1367 case NIM_MODIFY:
1368 ret = Toolbar.UpdateButton(iconData);
1369 break;
1370
1371 case NIM_DELETE:
1372 ret = Toolbar.RemoveButton(iconData);
1373 if (ret == TRUE)
1374 {
1375 (void)RemoveIconFromWatcher(iconData);
1376 }
1377 break;
1378
1379 case NIM_SETFOCUS:
1380 Toolbar.SetFocus();
1381 ret = TRUE;
1382 break;
1383
1384 case NIM_SETVERSION:
1385 ret = Toolbar.SwitchVersion(iconData);
1386 break;
1387
1388 default:
1389 TRACE("NotifyIcon received with unknown code %d.\n", dwMessage);
1390 return FALSE;
1391 }
1392
1393 if (VisibleButtonCount != Toolbar.GetVisibleButtonCount())
1394 {
1395 /* Ask the parent to resize */
1396 NMHDR nmh = {GetParent(), 0, NTNWM_REALIGN};
1397 GetParent().SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh);
1398 }
1399
1400 return ret;
1401}
#define NTNWM_REALIGN
Definition: precomp.h:375
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:375
bool AddIconToWatcher(_In_ CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:336
BOOL RemoveButton(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:947
BOOL UpdateButton(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:842
BOOL AddButton(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:720
BOOL SwitchVersion(IN CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:819
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
unsigned int BOOL
Definition: ntddk_ex.h:94
#define WM_NOTIFY
Definition: richedit.h:61
#define NIM_DELETE
Definition: shellapi.h:97
#define NIM_MODIFY
Definition: shellapi.h:96
#define NIM_ADD
Definition: shellapi.h:95
#define TRACE(s)
Definition: solgame.cpp:4
int ret
LONG_PTR LPARAM
Definition: windef.h:208

Referenced by OnCopyData().

◆ OnBalloonPop()

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

Definition at line 1550 of file syspager.cpp.

1551{
1553 bHandled = TRUE;
1554 return 0;
1555}
void CloseCurrent()
Definition: syspager.cpp:596
CBalloonQueue m_BalloonQueue
Definition: syspager.cpp:198

◆ OnCommand()

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

Definition at line 1467 of file syspager.cpp.

1468{
1469 bHandled = FALSE;
1470
1471 /* Handles the BN_CLICKED notifications sent by the CNotifyToolbar member */
1472 if (HIWORD(wParam) != BN_CLICKED)
1473 return 0;
1474
1475 INT iBtn = LOWORD(wParam);
1476 if (iBtn < 0)
1477 return 0;
1478
1479 InternalIconData* notifyItem = Toolbar.GetItemData(iBtn);
1480
1481 if (!::IsWindow(notifyItem->hWnd))
1482 return 0;
1483
1484 // TODO: Improve keyboard handling by looking whether one presses
1485 // on ENTER, etc..., which roughly translates into "double-clicking".
1486
1487 if (notifyItem->uVersionCopy >= NOTIFYICON_VERSION)
1488 {
1489 /* Use new-style notifications if the notification icon supports them */
1490 ::SendNotifyMessage(notifyItem->hWnd,
1491 notifyItem->uCallbackMessage,
1492 notifyItem->uID,
1493 NIN_SELECT); // TODO: Distinguish with NIN_KEYSELECT
1494 }
1495 else if (lParam == -1)
1496 {
1497 /*
1498 * Otherwise, and only if the icon was selected via the keyboard,
1499 * simulate right-click mouse messages. This is not needed if the
1500 * selection was done by mouse because in this case the mouse
1501 * messages were already sent.
1502 */
1503 ::SendNotifyMessage(notifyItem->hWnd,
1504 notifyItem->uCallbackMessage,
1505 notifyItem->uID,
1506 WM_LBUTTONDOWN); // TODO: Distinguish with double-click WM_LBUTTONDBLCLK
1507 ::SendNotifyMessage(notifyItem->hWnd,
1508 notifyItem->uCallbackMessage,
1509 notifyItem->uID,
1510 WM_LBUTTONUP);
1511 }
1512
1513 return 0;
1514}
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:232
#define HIWORD(l)
Definition: typedefs.h:247
#define WM_LBUTTONDOWN
Definition: winuser.h:1779
#define WM_LBUTTONUP
Definition: winuser.h:1780
#define BN_CLICKED
Definition: winuser.h:1928
#define SendNotifyMessage
Definition: winuser.h:5858

◆ OnCopyData()

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

Definition at line 1567 of file syspager.cpp.

1568{
1570 if (cpData->dwData == TABDMC_NOTIFY)
1571 {
1572 /* A taskbar NotifyIcon notification */
1573 PTRAYNOTIFYDATAW pData = (PTRAYNOTIFYDATAW)cpData->lpData;
1574 if (pData->dwSignature == NI_NOTIFY_SIG)
1575 return NotifyIcon(pData->dwMessage, &pData->nid);
1576 }
1577 else if (cpData->dwData == TABDMC_LOADINPROC)
1578 {
1579 FIXME("Taskbar Load In Proc\n");
1580 }
1581
1582 return FALSE;
1583}
#define FIXME(fmt,...)
Definition: precomp.h:53
BOOL NotifyIcon(DWORD dwMessage, _In_ CONST NOTIFYICONDATA *iconData)
Definition: syspager.cpp:1350
if(dx< 0)
Definition: linetemp.h:194
ULONG_PTR dwData
Definition: winuser.h:3004
TW_UINT32 TW_UINT16 TW_UINT16 TW_MEMREF pData
Definition: twain.h:1830
#define TABDMC_LOADINPROC
Definition: undocshell.h:928
#define TABDMC_NOTIFY
Definition: undocshell.h:927
struct tagCOPYDATASTRUCT * PCOPYDATASTRUCT

◆ OnCreate()

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

Definition at line 1310 of file syspager.cpp.

1311{
1314
1315 HWND hWndTop = GetAncestor(m_hWnd, GA_ROOT);
1316
1318
1319 TOOLINFOW ti = { 0 };
1320 ti.cbSize = TTTOOLINFOW_V1_SIZE;
1321 ti.uFlags = TTF_TRACK | TTF_IDISHWND;
1322 ti.uId = reinterpret_cast<UINT_PTR>(Toolbar.m_hWnd);
1323 ti.hwnd = m_hWnd;
1324 ti.lpszText = NULL;
1325 ti.lParam = NULL;
1326
1327 BOOL ret = m_Balloons.AddTool(&ti);
1328 if (!ret)
1329 {
1330 WARN("AddTool failed, LastError=%d (probably meaningless unless non-zero)\n", GetLastError());
1331 }
1332
1334
1335 // Explicitly request running applications to re-register their systray icons
1337 RegisterWindowMessageW(L"TaskbarCreated"),
1338 0, 0);
1339
1340 return TRUE;
1341}
#define WARN(fmt,...)
Definition: precomp.h:61
void Init(HWND hwndParent, CNotifyToolbar *toolbar, CTooltips *balloons)
Definition: syspager.cpp:516
bool Initialize(_In_ HWND hWndParent)
Definition: syspager.cpp:291
void Initialize(HWND hWndParent, CBalloonQueue *queue)
Definition: syspager.cpp:1231
CTooltips m_Balloons
Definition: syspager.cpp:197
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:2792
#define HWND_BROADCAST
Definition: winuser.h:1207
UINT WINAPI RegisterWindowMessageW(_In_ LPCWSTR)
HWND WINAPI GetAncestor(_In_ HWND, _In_ UINT)

◆ OnCtxMenu()

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

Definition at line 1544 of file syspager.cpp.

1545{
1546 bHandled = TRUE;
1547 return 0;
1548}

◆ OnCustomDraw()

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

Definition at line 1453 of file syspager.cpp.

1454{
1455 NMCUSTOMDRAW * cdraw = (NMCUSTOMDRAW *) hdr;
1456 switch (cdraw->dwDrawStage)
1457 {
1458 case CDDS_PREPAINT:
1459 return CDRF_NOTIFYITEMDRAW;
1460
1461 case CDDS_ITEMPREPAINT:
1463 }
1464 return TRUE;
1465}
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 1343 of file syspager.cpp.

1344{
1347 return TRUE;
1348}
void Deinit()
Definition: syspager.cpp:523
void Uninitialize()
Definition: syspager.cpp:312

◆ OnEraseBackground()

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

Definition at line 1293 of file syspager.cpp.

1294{
1295 HDC hdc = (HDC) wParam;
1296
1297 if (!IsAppThemed())
1298 {
1299 bHandled = FALSE;
1300 return 0;
1301 }
1302
1303 RECT rect;
1306
1307 return TRUE;
1308}
HRESULT WINAPI DrawThemeParentBackground(HWND hwnd, HDC hdc, RECT *prc)
Definition: draw.c:72
BOOL WINAPI IsAppThemed(void)
Definition: system.c:611
HDC hdc
Definition: main.c:9
static HDC
Definition: imagelist.c:88
& rect
Definition: startmenu.cpp:1413
BOOL WINAPI GetClientRect(_In_ HWND, _Out_ LPRECT)

◆ OnGetInfoTip()

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

Definition at line 1446 of file syspager.cpp.

1447{
1448 NMTBGETINFOTIPW * nmtip = (NMTBGETINFOTIPW *) hdr;
1449 GetTooltipText(nmtip->lParam, nmtip->pszText, nmtip->cchTextMax);
1450 return TRUE;
1451}
static VOID GetTooltipText(LPARAM data, LPTSTR szTip, DWORD cchTip)
Definition: syspager.cpp:1165

◆ OnGetMinimumSize()

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

Definition at line 1594 of file syspager.cpp.

1595{
1597 return 0;
1598}
void GetSize(IN BOOL IsHorizontal, IN PSIZE size)
Definition: syspager.cpp:1403

◆ OnSettingChanged()

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

Definition at line 1585 of file syspager.cpp.

1586{
1587 if (wParam == SPI_SETNONCLIENTMETRICS)
1588 {
1590 }
1591 return 0;
1592}
VOID ResizeImagelist()
Definition: syspager.cpp:1000

◆ OnSize()

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

Definition at line 1516 of file syspager.cpp.

1517{
1518 LRESULT Ret = TRUE;
1519 SIZE szClient;
1520 szClient.cx = LOWORD(lParam);
1521 szClient.cy = HIWORD(lParam);
1522
1523 Ret = DefWindowProc(uMsg, wParam, lParam);
1524
1525 if (Toolbar)
1526 {
1527 Toolbar.SetWindowPos(NULL, 0, 0, szClient.cx, szClient.cy, SWP_NOZORDER);
1528 Toolbar.AutoSize();
1529
1530 RECT rc;
1532
1533 SIZE szBar = { rc.right - rc.left, rc.bottom - rc.top };
1534
1535 INT xOff = (szClient.cx - szBar.cx) / 2;
1536 INT yOff = (szClient.cy - szBar.cy) / 2;
1537
1538 Toolbar.SetWindowPos(NULL, xOff, yOff, szBar.cx, szBar.cy, SWP_NOZORDER);
1540 }
1541 return Ret;
1542}
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:1262
#define DefWindowProc
Definition: ros2win.h:31
LONG cx
Definition: kdterminal.h:27
LONG cy
Definition: kdterminal.h:28
LONG right
Definition: windef.h:308
LONG bottom
Definition: windef.h:309
LONG top
Definition: windef.h:307
LONG left
Definition: windef.h:306
LONG_PTR LRESULT
Definition: windef.h:209
#define SWP_NOZORDER
Definition: winuser.h:1250

◆ OnTimer()

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

Definition at line 1557 of file syspager.cpp.

1558{
1560 {
1561 bHandled = TRUE;
1562 }
1563
1564 return 0;
1565}
bool OnTimer(int timerId)
Definition: syspager.cpp:531

Member Data Documentation

◆ m_BalloonQueue

CBalloonQueue CSysPagerWnd::m_BalloonQueue
private

Definition at line 198 of file syspager.cpp.

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

◆ m_Balloons

CTooltips CSysPagerWnd::m_Balloons
private

Definition at line 197 of file syspager.cpp.

Referenced by OnCreate().

◆ Toolbar

CNotifyToolbar CSysPagerWnd::Toolbar
private

Definition at line 196 of file syspager.cpp.

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


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