foobar2000 SDK  2015-01-14
Public Member Functions
cfgDialogSizeTracker

#include <WindowPositionUtils.h>

+ Inheritance diagram for cfgDialogSizeTracker:

Public Member Functions

 cfgDialogSizeTracker (cfgWindowSize &p_var)
 
BOOL ProcessWindowMessage (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult)
 
- Public Member Functions inherited from cfgWindowSizeTracker
 cfgWindowSizeTracker (cfgWindowSize &p_var)
 
bool Apply (HWND p_wnd)
 
BOOL ProcessWindowMessage (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult)
 

Detailed Description

Definition at line 97 of file WindowPositionUtils.h.

Constructor & Destructor Documentation

cfgDialogSizeTracker::cfgDialogSizeTracker ( cfgWindowSize p_var)
inline

Definition at line 99 of file WindowPositionUtils.h.

99 : cfgWindowSizeTracker(p_var) {}
cfgWindowSizeTracker(cfgWindowSize &p_var)

Member Function Documentation

BOOL cfgDialogSizeTracker::ProcessWindowMessage ( HWND  hWnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam,
LRESULT &  lResult 
)
inline

Definition at line 100 of file WindowPositionUtils.h.

100  {
101  if (cfgWindowSizeTracker::ProcessWindowMessage(hWnd, uMsg, wParam, lParam, lResult)) return TRUE;
102  if (uMsg == WM_INITDIALOG) Apply(hWnd);
103  return FALSE;
104  }
BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult)
bool Apply(HWND p_wnd)

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