#include <EntKeyFindReplace.h>
|
| enum | { IDD = IDD_ENTFINDREPLACE
} |
| |
|
| | CEntKeyFindReplace (CString *p_strFindKey, CString *p_strFindValue, CString *p_strReplaceKey, CString *p_strReplaceValue, bool *p_bWholeStringMatchOnly, bool *p_bSelectAllMatchingEnts, CWnd *pParent=NULL) |
| |
Definition at line 47 of file EntKeyFindReplace.h.
| CEntKeyFindReplace::CEntKeyFindReplace |
( |
CString * |
p_strFindKey, |
|
|
CString * |
p_strFindValue, |
|
|
CString * |
p_strReplaceKey, |
|
|
CString * |
p_strReplaceValue, |
|
|
bool * |
p_bWholeStringMatchOnly, |
|
|
bool * |
p_bSelectAllMatchingEnts, |
|
|
CWnd * |
pParent = NULL |
|
) |
| |
| void CEntKeyFindReplace::CopyFields |
( |
| ) |
|
|
protected |
| void CEntKeyFindReplace::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
protectedvirtual |
| void CEntKeyFindReplace::OnCancel |
( |
| ) |
|
|
protectedvirtual |
| void CEntKeyFindReplace::OnFind |
( |
| ) |
|
|
protected |
| void CEntKeyFindReplace::OnKeycopy |
( |
| ) |
|
|
protected |
| void CEntKeyFindReplace::OnReplace |
( |
| ) |
|
|
protected |
| void CEntKeyFindReplace::OnValuecopy |
( |
| ) |
|
|
protected |
| BOOL CEntKeyFindReplace::m_bSelectAllMatchingEnts |
| BOOL CEntKeyFindReplace::m_bWholeStringMatchOnly |
| bool* CEntKeyFindReplace::m_pbSelectAllMatchingEnts |
|
protected |
| bool* CEntKeyFindReplace::m_pbWholeStringMatchOnly |
|
protected |
| CString* CEntKeyFindReplace::m_pStrFindKey |
|
protected |
| CString* CEntKeyFindReplace::m_pStrFindValue |
|
protected |
| CString* CEntKeyFindReplace::m_pStrReplaceKey |
|
protected |
| CString* CEntKeyFindReplace::m_pStrReplaceValue |
|
protected |
| CString CEntKeyFindReplace::m_strFindKey |
| CString CEntKeyFindReplace::m_strFindValue |
| CString CEntKeyFindReplace::m_strReplaceKey |
| CString CEntKeyFindReplace::m_strReplaceValue |
The documentation for this class was generated from the following files: