#include <CRTreeSelectionChangingEvent.h>
Public Member Functions | |
CRTreeSelectionChangingEvent (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 | ~CRTreeSelectionChangingEvent () |
Destructor. |
It seems that just changing the selected tree item is only generating the changing event, but not the changed event?
Definition at line 33 of file CRTreeSelectionChangingEvent.h.
wxTst::CRTreeSelectionChangingEvent::CRTreeSelectionChangingEvent | ( | wxEvent * | event | ) |
Constructor.
event | event to handle |
Definition at line 25 of file CRTreeSelectionChangingEvent.cpp.
wxTst::CRTreeSelectionChangingEvent::~CRTreeSelectionChangingEvent | ( | ) | [virtual] |
void wxTst::CRTreeSelectionChangingEvent::EmitCpp | ( | ) | [virtual] |
Emit event simulation specific C++ code.
Implements wxTst::CRCapturedEvent.
Definition at line 53 of file CRTreeSelectionChangingEvent.cpp.
References wxTst::CRCppEmitter::AddCode(), wxTst::CRCppEmitter::AddContainerLookupCode(), wxTst::CRCppEmitter::GetInstance(), wxTst::CRAbstractTreeEvent::m_treeItemSiblingIdxHierarchyList, and wxTst::CRCppEmitter::MakeVarName().
void wxTst::CRTreeSelectionChangingEvent::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 38 of file CRTreeSelectionChangingEvent.cpp.
References wxTst::CRAbstractTreeEvent::BuildTreeItemSiblingIdxHierarchyList(), wxTst::CRWindowHierarchyHandler::FindContainerName(), wxTst::CRWindowHierarchyHandler::GetInstance(), and wxTst::CRCapturedEvent::m_event.