ReactOS
0.4.15-dev-5608-gafb953a
|
#include <dialogs.h>
Public Types | |
enum | { IDD = IDD_ATTRIBUTES } |
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 | OnDefault (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
LRESULT | OnRadioButton1 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
LRESULT | OnRadioButton2 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
LRESULT | OnRadioButton3 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
LRESULT | OnEdit1 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
LRESULT | OnEdit2 (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
Public Attributes | |
int | newWidth |
int | newHeight |
anonymous enum |
Definition at line 119 of file dialogs.cpp.
Definition at line 107 of file dialogs.cpp.
Definition at line 125 of file dialogs.cpp.
Definition at line 163 of file dialogs.cpp.
Definition at line 188 of file dialogs.cpp.
LRESULT CAttributesDialog::OnInitDialog | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 78 of file dialogs.cpp.
Definition at line 113 of file dialogs.cpp.
LRESULT CAttributesDialog::OnRadioButton1 | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Definition at line 136 of file dialogs.cpp.
LRESULT CAttributesDialog::OnRadioButton2 | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Definition at line 146 of file dialogs.cpp.
LRESULT CAttributesDialog::OnRadioButton3 | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Definition at line 156 of file dialogs.cpp.
int CAttributesDialog::newHeight |
Definition at line 65 of file dialogs.h.
Referenced by CMainWindow::OnCommand(), OnDefault(), OnEdit2(), OnInitDialog(), OnRadioButton1(), OnRadioButton2(), and OnRadioButton3().
int CAttributesDialog::newWidth |
Definition at line 64 of file dialogs.h.
Referenced by CMainWindow::OnCommand(), OnDefault(), OnEdit1(), OnInitDialog(), OnRadioButton1(), OnRadioButton2(), and OnRadioButton3().