|
void | SetScrollSize (int cxLog, int cyLog, BOOL bRedraw=TRUE, bool bResetOffset=true) |
|
void | SetScrollSize (SIZE sizeLog, BOOL bRedraw=TRUE, bool bResetOffset=true) |
|
void | GetScrollSize (SIZE &sizeLog) const |
|
void | SetScrollLine (int cxLogLine, int cyLogLine) |
|
void | SetScrollLine (SIZE sizeLogLine) |
|
void | GetScrollLine (SIZE &sizeLogLine) const |
|
void | SetScrollPage (int cxLogPage, int cyLogPage) |
|
void | SetScrollPage (SIZE sizeLogPage) |
|
void | GetScrollPage (SIZE &sizeLogPage) const |
|
void | SetZoomScale (float fZoomScale) |
|
float | GetZoomScale () const |
|
void | SetZoomScaleMin (float fZoomScaleMin) |
|
float | GetZoomScaleMin () const |
|
void | SetZoomScaleMax (float fZoomScaleMax) |
|
float | GetZoomScaleMax () const |
|
void | SetZoomDelta (float fZoomDelta) |
|
float | GetZoomDelta () const |
|
void | SetZoomMode (int nZoomMode) |
|
int | GetZoomMode () const |
|
void | SetZoomChildren (bool bEnable=true) |
|
bool | GetZoomChildren () const |
|
void | Zoom (int x, int y, float fZoomScale) |
|
void | Zoom (POINT pt, float fZoomScale) |
|
void | Zoom (RECT &rc) |
|
void | Zoom (float fZoomScale, bool bCenter=true) |
|
void | PrepareDC (CDCHandle dc) |
|
void | ViewDPtoLP (LPPOINT lpPoints, int nCount=1) |
|
void | ViewLPtoDP (LPPOINT lpPoints, int nCount=1) |
|
void | ClientToDevice (POINT &pt) |
|
void | DeviceToClient (POINT &pt) |
|
void | CenterOnPoint (POINT pt) |
|
void | CenterOnLogicalPoint (POINT ptLog) |
|
BOOL | PtInDevRect (POINT pt) |
|
void | NormalizeRect (RECT &rc) |
|
void | DrawTrackRect () |
|
void | NotifyParentZoomChanged () |
|
LRESULT | OnPaint (UINT, WPARAM wParam, LPARAM, BOOL &) |
|
LRESULT | OnLButtonDown (UINT, WPARAM, LPARAM lParam, BOOL &bHandled) |
|
LRESULT | OnMouseMove (UINT, WPARAM, LPARAM lParam, BOOL &bHandled) |
|
LRESULT | OnLButtonUp (UINT, WPARAM, LPARAM lParam, BOOL &bHandled) |
|
LRESULT | OnCaptureChanged (UINT, WPARAM, LPARAM, BOOL &bHandled) |
|
LRESULT | OnSetCursor (UINT, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
|
void | SetZoomScrollSize (_WTYPES_NS::CSize sizeTrue, double fzoom=1., BOOL bRedraw=TRUE) |
|
void | SetZoomScrollSize (int cx, int cy, double fzoom=1., BOOL bRedraw=TRUE) |
|
void | SetZoom (double fzoom, BOOL bRedraw=TRUE) |
|
double | GetZoom () |
|
void | SetScrollOffset (int x, int y, BOOL bRedraw=TRUE) |
|
void | SetScrollOffset (POINT ptOffset, BOOL bRedraw=TRUE) |
|
void | GetScrollOffset (POINT &ptOffset) |
|
void | SetScrollSize (int cx, int cy, BOOL bRedraw=TRUE) |
|
void | SetScrollSize (SIZE sizeTrue, BOOL bRedraw=TRUE) |
|
void | GetScrollSize (SIZE &sizeTrue) const |
|
void | SetScrollPage (int cxPage, int cyPage) |
|
void | SetScrollPage (SIZE sizePage) |
|
void | GetScrollPage (SIZE &sizePage) const |
|
void | SetScrollLine (int cxLine, int cyLine) |
|
void | SetScrollLine (SIZE sizeLine) |
|
void | GetScrollLine (SIZE &sizeLine) const |
|
_WTYPES_NS::CSize | GetScrollSize () |
|
_WTYPES_NS::CSize | GetScrollPage () |
|
_WTYPES_NS::CSize | GetScrollLine () |
|
_WTYPES_NS::CPoint | GetScrollOffset () |
|
_WTYPES_NS::CPoint | WndtoTrue (CPoint ptW) |
|
void | WndtoTrue (LPPOINT aptW, int nPts) |
|
void | WndtoTrue (LPRECT prectW) |
|
_WTYPES_NS::CPoint | TruetoWnd (CPoint ptT) |
|
void | TruetoWnd (LPPOINT aptT, int nPts) |
|
void | TruetoWnd (LPRECT prectT) |
|
BOOL | Draw (HBITMAP hbm, HDC hdestDC, DWORD dwROP=SRCCOPY) |
|
BOOL | Draw (HDC hsourceDC, HDC hdestDC, DWORD dwROP=SRCCOPY) |
|
LRESULT | OnEraseBkgnd (UINT, WPARAM wParam, LPARAM, BOOL &bHandled) |
|
DWORD | GetScrollExtendedStyle () const |
|
DWORD | SetScrollExtendedStyle (DWORD dwExtendedStyle, DWORD dwMask=0) |
|
void | SetScrollOffset (int x, int y, BOOL bRedraw=TRUE) |
|
void | SetScrollOffset (POINT ptOffset, BOOL bRedraw=TRUE) |
|
void | GetScrollOffset (POINT &ptOffset) const |
|
void | SetScrollSize (int cx, int cy, BOOL bRedraw=TRUE, bool bResetOffset=true) |
|
void | SetScrollSize (SIZE size, BOOL bRedraw=TRUE, bool bResetOffset=true) |
|
void | GetScrollSize (SIZE &sizeWnd) const |
|
void | SetScrollLine (int cxLine, int cyLine) |
|
void | SetScrollLine (SIZE sizeLine) |
|
void | GetScrollLine (SIZE &sizeLine) const |
|
void | SetScrollPage (int cxPage, int cyPage) |
|
void | SetScrollPage (SIZE sizePage) |
|
void | GetScrollPage (SIZE &sizePage) const |
|
void | ScrollLineDown () |
|
void | ScrollLineUp () |
|
void | ScrollPageDown () |
|
void | ScrollPageUp () |
|
void | ScrollTop () |
|
void | ScrollBottom () |
|
void | ScrollLineRight () |
|
void | ScrollLineLeft () |
|
void | ScrollPageRight () |
|
void | ScrollPageLeft () |
|
void | ScrollAllLeft () |
|
void | ScrollAllRight () |
|
void | ScrollToView (POINT pt) |
|
void | ScrollToView (RECT &rect) |
|
void | ScrollToView (HWND hWnd) |
|
LRESULT | OnCreate (UINT, WPARAM, LPARAM, BOOL &bHandled) |
|
LRESULT | OnVScroll (UINT, WPARAM wParam, LPARAM, BOOL &) |
|
LRESULT | OnHScroll (UINT, WPARAM wParam, LPARAM, BOOL &) |
|
LRESULT | OnMouseWheel (UINT uMsg, WPARAM wParam, LPARAM, BOOL &) |
|
LRESULT | OnMouseHWheel (UINT, WPARAM wParam, LPARAM, BOOL &) |
|
LRESULT | OnSettingChange (UINT, WPARAM, LPARAM, BOOL &) |
|
LRESULT | OnSize (UINT, WPARAM, LPARAM lParam, BOOL &bHandled) |
|
LRESULT | OnPaint (UINT, WPARAM wParam, LPARAM, BOOL &) |
|
LRESULT | OnScrollUp (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollDown (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollPageUp (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollPageDown (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollTop (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollBottom (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollLeft (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollRight (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollPageLeft (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollPageRight (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollAllLeft (WORD, WORD, HWND, BOOL &) |
|
LRESULT | OnScrollAllRight (WORD, WORD, HWND, BOOL &) |
|
void | DoPaint (CDCHandle) |
|
void | DoSize (int cx, int cy) |
|
void | DoScroll (int nType, int nScrollCode, int &cxyOffset, int cxySizeAll, int cxySizePage, int cxySizeLine) |
|
bool | AdjustScrollOffset (int &x, int &y) |
|
void | GetSystemSettings () |
|
bool | IsScrollingChildren () const |
|
bool | IsErasingBackground () const |
|
bool | IsNoThumbTracking () const |
|