#include <CRNotebookPageChangeEvent.h>


Public Member Functions | |
| CRNotebookPageChangeEvent (wxEvent *event) | |
| Constructor. | |
| virtual void | EmitCpp () |
| Emit event simulation specific C++ code. | |
| virtual bool | IsPending () const |
| Return true for the first event of the two identical created notebook events. | |
| virtual void | Process (CRCapturedEvent **pendingEvt) |
| Process event, only called after checking for handling ability. | |
| virtual | ~CRNotebookPageChangeEvent () |
| Destructor. | |
Definition at line 28 of file CRNotebookPageChangeEvent.h.
| wxTst::CRNotebookPageChangeEvent::CRNotebookPageChangeEvent | ( | wxEvent * | event | ) |
Constructor.
| event | event to handle |
Definition at line 25 of file CRNotebookPageChangeEvent.cpp.
| wxTst::CRNotebookPageChangeEvent::~CRNotebookPageChangeEvent | ( | ) | [virtual] |
| void wxTst::CRNotebookPageChangeEvent::EmitCpp | ( | ) | [virtual] |
Emit event simulation specific C++ code.
Implements wxTst::CRCapturedEvent.
Definition at line 85 of file CRNotebookPageChangeEvent.cpp.
References wxTst::CRCppEmitter::AddCode(), wxTst::CRCppEmitter::AddContainerLookupCode(), wxTst::CRCppEmitter::GetInstance(), wxTst::CRCppEmitter::GetTab(), and wxTst::CRCppEmitter::MakeVarName().
| bool wxTst::CRNotebookPageChangeEvent::IsPending | ( | ) | const [virtual] |
Return true for the first event of the two identical created notebook events.
Reimplemented from wxTst::CRCapturedEvent.
Definition at line 38 of file CRNotebookPageChangeEvent.cpp.
| void wxTst::CRNotebookPageChangeEvent::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 44 of file CRNotebookPageChangeEvent.cpp.
References wxTst::CRWindowHierarchyHandler::FindContainerName(), wxTst::CRCapturedEvent::GetEvent(), wxTst::CRWindowHierarchyHandler::GetInstance(), and wxTst::CRCapturedEvent::m_event.
1.5.5