#include <CRSpinCtrlUpdateEvent.h>


Public Member Functions | |
| CRSpinCtrlUpdateEvent (wxEvent *event) | |
| Constructor. | |
| virtual void | EmitCpp () |
| Emit event simulation specific C++ code. | |
| virtual void | Process (CRCapturedEvent **pendingEvt) |
| Process event, only called after checking for handling ability. | |
| virtual | ~CRSpinCtrlUpdateEvent () |
| Destructor. | |
Definition at line 30 of file CRSpinCtrlUpdateEvent.h.
| wxTst::CRSpinCtrlUpdateEvent::CRSpinCtrlUpdateEvent | ( | wxEvent * | event | ) |
Constructor.
| event | event to handle |
Definition at line 29 of file CRSpinCtrlUpdateEvent.cpp.
| wxTst::CRSpinCtrlUpdateEvent::~CRSpinCtrlUpdateEvent | ( | ) | [virtual] |
| void wxTst::CRSpinCtrlUpdateEvent::EmitCpp | ( | ) | [virtual] |
Emit event simulation specific C++ code.
Implements wxTst::CRCapturedEvent.
Definition at line 77 of file CRSpinCtrlUpdateEvent.cpp.
References wxTst::CRCppEmitter::AddCode(), wxTst::CRCppEmitter::AddContainerLookupCode(), wxTst::CRCppEmitter::GetInstance(), and wxTst::CRCppEmitter::MakeVarName().
| void wxTst::CRSpinCtrlUpdateEvent::Process | ( | CRCapturedEvent ** | pendingEvt | ) | [virtual] |
Process event, only called after checking for handling ability.
| pendingEvt | current pending event with respect to code emitting (or NULL if none is pending) |
Implements wxTst::CRCapturedEvent.
Definition at line 42 of file CRSpinCtrlUpdateEvent.cpp.
References wxTst::CRWindowHierarchyHandler::FindContainerName(), wxTst::CRCapturedEvent::GetEvent(), wxTst::CRWindowHierarchyHandler::GetInstance(), and wxTst::CRCapturedEvent::m_event.
1.5.5