#include <EditCondition.h>
Inherits CDialog.
|
| enum | { IDD = IDD_ScriptCondition
} |
| |
Definition at line 41 of file EditCondition.h.
◆ anonymous enum
◆ EditCondition()
| EditCondition::EditCondition |
( |
CWnd * | pParent = NULL | ) |
|
◆ DoDataExchange()
| void EditCondition::DoDataExchange |
( |
CDataExchange * | pDX | ) |
|
|
protectedvirtual |
◆ formatConditionText()
| void EditCondition::formatConditionText |
( |
Int | parmNdx | ) |
|
|
protected |
◆ OnInitDialog()
| BOOL EditCondition::OnInitDialog |
( |
| ) |
|
|
protectedvirtual |
◆ OnNotify()
| BOOL EditCondition::OnNotify |
( |
WPARAM | wParam, |
|
|
LPARAM | lParam, |
|
|
LRESULT * | pResult ) |
|
protectedvirtual |
◆ OnSelchangeConditionType()
| void EditCondition::OnSelchangeConditionType |
( |
| ) |
|
|
protected |
◆ OnTimer()
| void EditCondition::OnTimer |
( |
UINT | nIDEvent | ) |
|
|
protected |
Not actually a timer - just used to send a delayed message to self because rich edit control is stupid. jba.
Definition at line 478 of file EditCondition.cpp.
◆ setCondition()
| void EditCondition::setCondition |
( |
Condition * | pCond | ) |
|
|
inline |
◆ m_condition
◆ m_conditionTreeView
| CTreeCtrl EditCondition::m_conditionTreeView |
|
protected |
◆ m_curEditParameter
| Int EditCondition::m_curEditParameter |
|
protected |
◆ m_curLinkChrg
| CHARRANGE EditCondition::m_curLinkChrg |
|
protected |
◆ m_modifiedTextColor
| Bool EditCondition::m_modifiedTextColor |
|
protected |
◆ m_myEditCtrl
| CRichEditCtrl EditCondition::m_myEditCtrl |
|
protected |
◆ m_updating
| Bool EditCondition::m_updating |
|
protected |
The documentation for this class was generated from the following files: