|
ReactOS 0.4.17-dev-934-g091855f
|
#include <COptionsDialog.h>


Public Types | |
| enum | { IDD = IDD_CONSOLEOPTIONS } |
Public Member Functions | |
| COptionsDialog (CMainWnd *MainWnd, CConsoleWnd *console) | |
| ~COptionsDialog () | |
| LRESULT | OnInitDialog (UINT nMessage, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnCommand (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
Private Attributes | |
| CWindow | m_ConsoleIcon |
| CWindow | m_ConsoleName |
| CWindow | m_ConsoleSymbol |
| CWindow | m_ConsoleMode |
| CWindow | m_ConsoleDescription |
| CWindow | m_ConsoleNoSave |
| CWindow | m_ConsoleCustom |
| CMainWnd * | m_MainWnd |
| CComPtr< CConsoleWnd > | m_Console |
| DOCUMENT_MODE | m_DocumentMode |
| BOOL | m_LogicalReadOnly |
| BOOL | m_PreventViewCustomization |
Definition at line 10 of file COptionsDialog.h.
| anonymous enum |
| COptionsDialog::COptionsDialog | ( | CMainWnd * | MainWnd, |
| CConsoleWnd * | console | ||
| ) |
Definition at line 10 of file COptionsDialog.cpp.
| COptionsDialog::~COptionsDialog | ( | ) |
Definition at line 19 of file COptionsDialog.cpp.
Definition at line 71 of file COptionsDialog.cpp.
| LRESULT COptionsDialog::OnInitDialog | ( | UINT | nMessage, |
| WPARAM | wParam, | ||
| LPARAM | lParam, | ||
| BOOL & | bHandled | ||
| ) |
Definition at line 24 of file COptionsDialog.cpp.
|
private |
Definition at line 35 of file COptionsDialog.h.
Referenced by COptionsDialog(), and OnInitDialog().
|
private |
Definition at line 32 of file COptionsDialog.h.
Referenced by OnCommand(), and OnInitDialog().
|
private |
Definition at line 30 of file COptionsDialog.h.
Referenced by OnCommand(), and OnInitDialog().
|
private |
Definition at line 26 of file COptionsDialog.h.
|
private |
Definition at line 29 of file COptionsDialog.h.
Referenced by OnCommand(), and OnInitDialog().
|
private |
Definition at line 27 of file COptionsDialog.h.
Referenced by OnCommand(), and OnInitDialog().
|
private |
Definition at line 31 of file COptionsDialog.h.
Referenced by OnCommand(), and OnInitDialog().
|
private |
Definition at line 28 of file COptionsDialog.h.
Referenced by OnInitDialog().
|
private |
Definition at line 37 of file COptionsDialog.h.
Referenced by COptionsDialog(), OnCommand(), and OnInitDialog().
|
private |
Definition at line 38 of file COptionsDialog.h.
Referenced by COptionsDialog(), and OnInitDialog().
|
private |
Definition at line 34 of file COptionsDialog.h.
Referenced by COptionsDialog(), OnCommand(), and OnInitDialog().
|
private |
Definition at line 39 of file COptionsDialog.h.
Referenced by COptionsDialog(), and OnInitDialog().