#include <wxGuiTest/CREventCaptureManager.h>#include <fstream>#include <wx/xrc/xmlres.h>#include <wx/notebook.h>#include <wx/listbase.h>#include <wx/splitter.h>#include <wx/treebase.h>#include <wx/tglbtn.h>#include <wxGuiTest/CRLogInterface.h>#include "CapturedEvents/CRCapturedEvent.h"#include "CREventFactory.h"#include <wxGuiTest/CRCppEmitter.h>

Go to the source code of this file.
Defines | |
| #define | EVENT_DESC(eventtype) |
| #define | UNSUPPORTED_EVENT_DESC(eventtype) |
| #define EVENT_DESC | ( | eventtype | ) |
Value:
if (et == eventtype) \
desc = _T(#eventtype);
Referenced by wxTst::CREventCaptureManager::GetEventDesc().
| #define UNSUPPORTED_EVENT_DESC | ( | eventtype | ) |
Value:
if (et == eventtype) \ return _T(#eventtype);
Referenced by wxTst::CREventCaptureManager::GetDescForUnsupportedEvent().
1.5.5