CREventCaptureManager.cpp File Reference

#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>

Include dependency graph for CREventCaptureManager.cpp:

Go to the source code of this file.

Defines

#define EVENT_DESC(eventtype)
#define UNSUPPORTED_EVENT_DESC(eventtype)


Define Documentation

#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().


wxWidgets Logo Get wxGuiTesting at SourceForge.net. Fast, secure and Free Open Source software downloads
Generated on Tue Mar 17 17:29:30 2009 for wxGuiTesting by doxygen 1.5.5