|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dialogs.h>


Public Types | |
| enum | { IDD = IDD_MIRRORROTATE } |
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) |
| LRESULT | OnRadioButton3 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
| LRESULT | OnRadioButton12 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
Definition at line 64 of file dialogs.cpp.
Definition at line 43 of file dialogs.cpp.
| LRESULT CMirrorRotateDialog::OnInitDialog | ( | UINT | nMsg, |
| WPARAM | wParam, | ||
| LPARAM | lParam, | ||
| BOOL & | bHandled | ||
| ) |
Definition at line 36 of file dialogs.cpp.
| LRESULT CMirrorRotateDialog::OnRadioButton12 | ( | WORD | wNotifyCode, |
| WORD | wID, | ||
| HWND | hWndCtl, | ||
| BOOL & | bHandled | ||
| ) |
Definition at line 81 of file dialogs.cpp.
| LRESULT CMirrorRotateDialog::OnRadioButton3 | ( | WORD | wNotifyCode, |
| WORD | wID, | ||
| HWND | hWndCtl, | ||
| BOOL & | bHandled | ||
| ) |
Definition at line 70 of file dialogs.cpp.