ReactOS 0.4.15-dev-7953-g1f49173
CMirrorRotateDialog Class Reference

#include <dialogs.h>

Inheritance diagram for CMirrorRotateDialog:
Collaboration diagram for CMirrorRotateDialog:

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)
 

Detailed Description

Definition at line 12 of file dialogs.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
IDD 

Definition at line 15 of file dialogs.h.

#define IDD_MIRRORROTATE
Definition: resource.h:132

Member Function Documentation

◆ OnCancel()

LRESULT CMirrorRotateDialog::OnCancel ( WORD  wNotifyCode,
WORD  wID,
HWND  hWndCtl,
BOOL bHandled 
)

Definition at line 64 of file dialogs.cpp.

65{
66 EndDialog(0);
67 return 0;
68}
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)

◆ OnClose()

LRESULT CMirrorRotateDialog::OnClose ( UINT  nMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 43 of file dialogs.cpp.

44{
45 EndDialog(0);
46 return 0;
47}

◆ OnInitDialog()

LRESULT CMirrorRotateDialog::OnInitDialog ( UINT  nMsg,
WPARAM  wParam,
LPARAM  lParam,
BOOL bHandled 
)

Definition at line 36 of file dialogs.cpp.

37{
40 return TRUE;
41}
#define IDD_MIRRORROTATERB1
Definition: resource.h:134
#define IDD_MIRRORROTATERB4
Definition: resource.h:137
#define TRUE
Definition: types.h:120
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
#define BST_CHECKED
Definition: winuser.h:197

◆ OnOk()

LRESULT CMirrorRotateDialog::OnOk ( WORD  wNotifyCode,
WORD  wID,
HWND  hWndCtl,
BOOL bHandled 
)

Definition at line 49 of file dialogs.cpp.

50{
52 EndDialog(1);
54 EndDialog(2);
56 EndDialog(3);
58 EndDialog(4);
60 EndDialog(5);
61 return 0;
62}
#define IDD_MIRRORROTATERB5
Definition: resource.h:138
#define IDD_MIRRORROTATERB2
Definition: resource.h:135
#define IDD_MIRRORROTATERB6
Definition: resource.h:139
UINT WINAPI IsDlgButtonChecked(_In_ HWND, _In_ int)

◆ OnRadioButton12()

LRESULT CMirrorRotateDialog::OnRadioButton12 ( WORD  wNotifyCode,
WORD  wID,
HWND  hWndCtl,
BOOL bHandled 
)

Definition at line 81 of file dialogs.cpp.

82{
85 {
86 return 0;
87 }
88
92 return 0;
93}
#define FALSE
Definition: types.h:117
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)

◆ OnRadioButton3()

LRESULT CMirrorRotateDialog::OnRadioButton3 ( WORD  wNotifyCode,
WORD  wID,
HWND  hWndCtl,
BOOL bHandled 
)

The documentation for this class was generated from the following files: