#include <PrgSheet.h>
Public Member Functions | |
| CPrgSheet (UINT nIDCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| CPrgSheet (LPCTSTR pszCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| void | Init () |
| virtual | ~CPrgSheet () |
Protected Member Functions | |
| virtual BOOL | OnInitDialog () |
Protected Attributes | |
| CPrg_Data | m_data |
| CPrg_MiscPage | m_misc |
| CPrg_SkinsPage | m_skins |
| CPrg_HistoryPage | m_history |
| CPrg_UpdatePage | m_update |
| CPrg_GeneralPage | m_general |
Definition at line 19 of file PrgSheet.h.
Definition at line 18 of file PrgSheet.cpp.
Definition at line 23 of file PrgSheet.cpp.
| CPrgSheet::~CPrgSheet | ( | ) | [virtual] |
Definition at line 28 of file PrgSheet.cpp.
| void CPrgSheet::Init | ( | void | ) |
Definition at line 37 of file PrgSheet.cpp.
References m_data, m_general, m_history, m_misc, m_skins, and m_update.
Referenced by CMainFrame::OnProggeneralsettings().
| BOOL CPrgSheet::OnInitDialog | ( | ) | [protected, virtual] |
CPrg_Data CPrgSheet::m_data [protected] |
CPrg_MiscPage CPrgSheet::m_misc [protected] |
CPrg_SkinsPage CPrgSheet::m_skins [protected] |
CPrg_HistoryPage CPrgSheet::m_history [protected] |
CPrg_UpdatePage CPrgSheet::m_update [protected] |
CPrg_GeneralPage CPrgSheet::m_general [protected] |
1.5.6