|  | 
| template<typename TParam , t_size paramCount, typename TCfgVar > | 
|  | CDialogResizeHelperTracking (const TParam(&src)[paramCount], CRect const &minMaxRange, TCfgVar &cfgVar) | 
|  | 
| t_size paramCount | CDialogResizeHelper (const TParam(&src)[paramCount], CRect const &minMaxRange=CRect(0, 0, 0, 0)) | 
|  | 
|  | BEGIN_MSG_MAP_EX (CDialogResizeHelper) if(uMsg | 
|  | 
| bool | EvalRect (UINT id, CRect &out) const | 
|  | 
| void | InitMinMax (const CRect &range) | 
|  | 
| void | InitTable (const Param *table, t_size tableSize) | 
|  | 
| void | InitTable (const ParamOld *table, t_size tableSize) | 
|  | 
|  | MSG_WM_SIZE (OnSize) MSG_WM_DESTROY(OnDestroy) MSG_WM_GETMINMAXINFO(OnGetMinMaxInfo) END_MSG_MAP() template< typename TParam | 
|  | 
| void | set_max_size (unsigned x, unsigned y) | 
|  | 
| void | set_min_size (unsigned x, unsigned y) | 
|  | 
template<typename TTracker>
class CDialogResizeHelperTracking< TTracker >
Definition at line 48 of file CDialogResizeHelper.h.