GME
13
|
#include <ClosureRes.h>
Public Types | |
enum | { IDD = IDD_CLOSURERES } |
Public Member Functions | |
CClosureRes (CWnd *pParent=NULL) | |
Public Attributes | |
std::vector< std::wstring > | m_metaKindsAndFolders |
CListBox | m_ctrlList |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
Definition at line 16 of file ClosureRes.h.
anonymous enum |
Definition at line 25 of file ClosureRes.h.
CClosureRes::CClosureRes | ( | CWnd * | pParent = NULL | ) |
Definition at line 18 of file ClosureRes.cpp.
void CClosureRes::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 27 of file ClosureRes.cpp.
BOOL CClosureRes::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 44 of file ClosureRes.cpp.
CListBox CClosureRes::m_ctrlList |
Definition at line 26 of file ClosureRes.h.
std::vector< std::wstring > CClosureRes::m_metaKindsAndFolders |
Definition at line 21 of file ClosureRes.h.