ReactOS 0.4.16-dev-106-g10b08aa
|
#include <dialogs.h>
Public Types | |
enum | { IDD = IDD_STRETCHSKEW } |
Public Member Functions | |
LRESULT | OnInitDialog (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnClose (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnOk (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
LRESULT | OnCancel (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
Public Attributes | |
POINT | percentage |
POINT | angle |
Definition at line 293 of file dialogs.cpp.
Definition at line 262 of file dialogs.cpp.
LRESULT CStretchSkewDialog::OnInitDialog | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 253 of file dialogs.cpp.
Definition at line 268 of file dialogs.cpp.
POINT CStretchSkewDialog::angle |
Definition at line 89 of file dialogs.h.
Referenced by CMainWindow::OnCommand().
POINT CStretchSkewDialog::percentage |
Definition at line 88 of file dialogs.h.
Referenced by CMainWindow::OnCommand(), and OnOk().