Operator Console
|
Functions | |
void | Resize () |
BOOL CALLBACK | OffsetChildPos (HWND hwnd, LPARAM lParam) |
void | GetImageWindowDelta () |
void | GetWindowCenter (CWnd *wnd, CPoint *center) |
void | GetWindowSize (CWnd *wnd, int *width, int *height, CRect *bnds) |
void | OffsetWindowPos (CWnd *wnd, int dx, int dy) |
void | Resize (CWnd *dialog, CWnd *window, int width, int height) |
void | GetImageWindowDelta (int width, int height) |
void | OffsetWindowSize (CWnd *wnd, int dx, int dy) |
void | OffsetWindowPos (CWnd *parent, CWnd *wnd, int dx, int dy) |
Variables | |
CSize | m_delta |
CWnd * | m_dialog |
CWnd * | m_window |
void GetImageWindowDelta | ( | ) |
void GetImageWindowDelta | ( | int | width, |
int | height | ||
) |
References GetWindowSize(), and m_delta.
void GetWindowCenter | ( | CWnd * | wnd, |
CPoint * | center | ||
) |
void GetWindowSize | ( | CWnd * | wnd, |
int * | width, | ||
int * | height, | ||
CRect * | bnds | ||
) |
Referenced by GetImageWindowDelta(), and OffsetWindowSize().
BOOL CALLBACK OffsetChildPos | ( | HWND | hwnd, |
LPARAM | lParam | ||
) |
References MoveData::delta, MoveData::dialog, height, MoveData::skip, and width.
Referenced by Resize().
void OffsetWindowPos | ( | CWnd * | wnd, |
int | dx, | ||
int | dy | ||
) |
void OffsetWindowPos | ( | CWnd * | parent, |
CWnd * | wnd, | ||
int | dx, | ||
int | dy | ||
) |
void OffsetWindowSize | ( | CWnd * | wnd, |
int | dx, | ||
int | dy | ||
) |
References GetWindowSize(), height, and width.
Referenced by Resize().
void Resize | ( | ) |
void Resize | ( | CWnd * | dialog, |
CWnd * | window, | ||
int | width, | ||
int | height | ||
) |
References MoveData::delta, MoveData::dialog, GetImageWindowDelta(), m_delta, OffsetChildPos(), OffsetWindowSize(), and MoveData::skip.
CSize m_delta |
Referenced by GetImageWindowDelta(), and Resize().
CWnd* m_dialog |
Referenced by ModelessDialogThread::ModelessDialogThread().
CWnd* m_window |