#include <EventsDial.h>
Public Types | |
enum | { IDD = IDD_EVENTSDLG } |
Public Member Functions | |
EventsDial (CWnd *pParent=NULL) | |
Public Attributes | |
BOOL | m_chkCreated |
BOOL | m_chkDestroyed |
BOOL | m_chkAttr |
BOOL | m_chkNewchild |
BOOL | m_chkRelation |
BOOL | m_chkProperties |
BOOL | m_chkSubtinst |
BOOL | m_chkParent |
BOOL | m_chkLostchild |
BOOL | m_chkReferenced |
BOOL | m_chkConnected |
BOOL | m_chkIncludeInSet |
BOOL | m_chkDisconnect |
BOOL | m_chkUnrefer |
BOOL | m_chkExcludeFromSet |
BOOL | m_chkCloseModel |
int | m_sumAll |
Static Public Attributes | |
static int | m_valCreated = 0x80000000 |
static int | m_valDestroyed = 0x40000000 |
static int | m_valAttr = 0x00000001 |
static int | m_valRegistry = 0x00000002 |
static int | m_valNewchild = 0x00000004 |
static int | m_valRelation = 0x00000008 |
static int | m_valProperties = 0x00000010 |
static int | m_valSubtinst = 0x00000020 |
static int | m_valBase = 0x00000040 |
static int | m_valPosition = 0x00000080 |
static int | m_valParent = 0x00000100 |
static int | m_valLostchild = 0x00000200 |
static int | m_valReferenced = 0x00000400 |
static int | m_valConnected = 0x00000800 |
static int | m_valSetIncluded = 0x00001000 |
static int | m_valRefReleased = 0x00002000 |
static int | m_valDisconnected = 0x00004000 |
static int | m_valSetExcluded = 0x00008000 |
static int | m_valUserBits = 0x00FF0000 |
static int | m_valCloseModel = 0x00800000 |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual void | OnOK () |
Definition at line 15 of file EventsDial.h.
anonymous enum |
Definition at line 23 of file EventsDial.h.
EventsDial::EventsDial | ( | CWnd * | pParent = NULL |
) |
Definition at line 37 of file EventsDial.cpp.
void EventsDial::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 63 of file EventsDial.cpp.
BOOL EventsDial::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 95 of file EventsDial.cpp.
void EventsDial::OnOK | ( | ) | [protected, virtual] |
Definition at line 124 of file EventsDial.cpp.
Definition at line 26 of file EventsDial.h.
Definition at line 39 of file EventsDial.h.
Definition at line 34 of file EventsDial.h.
Definition at line 24 of file EventsDial.h.
Definition at line 25 of file EventsDial.h.
Definition at line 36 of file EventsDial.h.
Definition at line 38 of file EventsDial.h.
Definition at line 35 of file EventsDial.h.
Definition at line 32 of file EventsDial.h.
Definition at line 27 of file EventsDial.h.
Definition at line 31 of file EventsDial.h.
Definition at line 29 of file EventsDial.h.
Definition at line 33 of file EventsDial.h.
Definition at line 28 of file EventsDial.h.
Definition at line 30 of file EventsDial.h.
Definition at line 37 of file EventsDial.h.
Definition at line 82 of file EventsDial.h.
int EventsDial::m_valAttr = 0x00000001 [static] |
Definition at line 62 of file EventsDial.h.
int EventsDial::m_valBase = 0x00000040 [static] |
Definition at line 68 of file EventsDial.h.
int EventsDial::m_valCloseModel = 0x00800000 [static] |
Definition at line 79 of file EventsDial.h.
int EventsDial::m_valConnected = 0x00000800 [static] |
Definition at line 73 of file EventsDial.h.
int EventsDial::m_valCreated = 0x80000000 [static] |
Definition at line 60 of file EventsDial.h.
int EventsDial::m_valDestroyed = 0x40000000 [static] |
Definition at line 61 of file EventsDial.h.
int EventsDial::m_valDisconnected = 0x00004000 [static] |
Definition at line 76 of file EventsDial.h.
int EventsDial::m_valLostchild = 0x00000200 [static] |
Definition at line 71 of file EventsDial.h.
int EventsDial::m_valNewchild = 0x00000004 [static] |
Definition at line 64 of file EventsDial.h.
int EventsDial::m_valParent = 0x00000100 [static] |
Definition at line 70 of file EventsDial.h.
int EventsDial::m_valPosition = 0x00000080 [static] |
Definition at line 69 of file EventsDial.h.
int EventsDial::m_valProperties = 0x00000010 [static] |
Definition at line 66 of file EventsDial.h.
int EventsDial::m_valReferenced = 0x00000400 [static] |
Definition at line 72 of file EventsDial.h.
int EventsDial::m_valRefReleased = 0x00002000 [static] |
Definition at line 75 of file EventsDial.h.
int EventsDial::m_valRegistry = 0x00000002 [static] |
Definition at line 63 of file EventsDial.h.
int EventsDial::m_valRelation = 0x00000008 [static] |
Definition at line 65 of file EventsDial.h.
int EventsDial::m_valSetExcluded = 0x00008000 [static] |
Definition at line 77 of file EventsDial.h.
int EventsDial::m_valSetIncluded = 0x00001000 [static] |
Definition at line 74 of file EventsDial.h.
int EventsDial::m_valSubtinst = 0x00000020 [static] |
Definition at line 67 of file EventsDial.h.
int EventsDial::m_valUserBits = 0x00FF0000 [static] |
Definition at line 78 of file EventsDial.h.