#include <BONComponent.h>
Public Member Functions | |
virtual void | Initialize () |
virtual | ~CBuilderEvent () |
int | GetDelay () |
void | Highlight (CString eval, CBuilder *bldr, HWND handle) |
Definition at line 29 of file Paradigms/HFSM/HFSMSimulator/BONComponent.h.
CBuilderEvent::~CBuilderEvent | ( | ) | [virtual] |
Definition at line 109 of file Paradigms/HFSM/HFSMSimulator/BONComponent.cpp.
int CBuilderEvent::GetDelay | ( | ) |
Definition at line 114 of file Paradigms/HFSM/HFSMSimulator/BONComponent.cpp.
void CBuilderEvent::Highlight | ( | CString | eval, | |
CBuilder * | bldr, | |||
HWND | handle | |||
) |
Definition at line 133 of file Paradigms/HFSM/HFSMSimulator/BONComponent.cpp.
void CBuilderEvent::Initialize | ( | void | ) | [virtual] |
Reimplemented from CBuilderObject.
Definition at line 104 of file Paradigms/HFSM/HFSMSimulator/BONComponent.cpp.