#include <propedit.h>
Inherits CDialog.
Public Types | |
| enum | { IDD = IDD_PROPEDIT } |
Public Member Functions | |
| PropEdit (AsciiString *key, Dict::DataType *type, AsciiString *value, Bool valueOnly, CWnd *parent=NULL) | |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | validate () |
| afx_msg void | OnChangeKeyname () |
| afx_msg void | OnEditchangeKeytype () |
| afx_msg void | OnCloseupKeytype () |
| afx_msg void | OnSelchangeKeytype () |
| afx_msg void | OnChangeValue () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnPropbool () |
Protected Attributes | |
| AsciiString * | m_key |
| Dict::DataType * | m_type |
| AsciiString * | m_value |
| Bool | m_valueOnly |
| int | m_updating |
Definition at line 31 of file propedit.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 39 of file propedit.h.
| PropEdit::PropEdit | ( | AsciiString * | key, |
| Dict::DataType * | type, | ||
| AsciiString * | value, | ||
| Bool | valueOnly, | ||
| CWnd * | parent = NULL ) |
Definition at line 31 of file propedit.cpp.
|
protectedvirtual |
Definition at line 40 of file propedit.cpp.
|
protected |
Definition at line 127 of file propedit.cpp.
|
protected |
Definition at line 147 of file propedit.cpp.
|
protected |
Definition at line 137 of file propedit.cpp.
|
protected |
Definition at line 132 of file propedit.cpp.
|
protectedvirtual |
Definition at line 153 of file propedit.cpp.
|
protected |
Definition at line 173 of file propedit.cpp.
|
protected |
Definition at line 142 of file propedit.cpp.
|
protected |
Definition at line 60 of file propedit.cpp.
|
protected |
Definition at line 53 of file propedit.h.
|
protected |
Definition at line 54 of file propedit.h.
|
protected |
Definition at line 57 of file propedit.h.
|
protected |
Definition at line 55 of file propedit.h.
|
protected |
Definition at line 56 of file propedit.h.