ReactOS 0.4.16-dev-533-gc7d1aa3
|
#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 |
BOOL | m_bBlackAndWhite |
Definition at line 148 of file dialogs.cpp.
Definition at line 135 of file dialogs.cpp.
Definition at line 154 of file dialogs.cpp.
Definition at line 201 of file dialogs.cpp.
Definition at line 226 of file dialogs.cpp.
LRESULT CAttributesDialog::OnInitDialog | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 95 of file dialogs.cpp.
Definition at line 141 of file dialogs.cpp.
LRESULT CAttributesDialog::OnRadioButton1 | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Definition at line 165 of file dialogs.cpp.
LRESULT CAttributesDialog::OnRadioButton2 | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Definition at line 178 of file dialogs.cpp.
LRESULT CAttributesDialog::OnRadioButton3 | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Definition at line 191 of file dialogs.cpp.
BOOL CAttributesDialog::m_bBlackAndWhite |
Definition at line 67 of file dialogs.h.
Referenced by CMainWindow::OnCommand(), and OnOk().
int CAttributesDialog::newHeight |
Definition at line 66 of file dialogs.h.
Referenced by CMainWindow::OnCommand(), OnDefault(), OnEdit2(), OnInitDialog(), OnRadioButton1(), OnRadioButton2(), and OnRadioButton3().
int CAttributesDialog::newWidth |
Definition at line 65 of file dialogs.h.
Referenced by CMainWindow::OnCommand(), OnDefault(), OnEdit1(), OnInitDialog(), OnRadioButton1(), OnRadioButton2(), and OnRadioButton3().