#include <wxGuiTest/Common.h>
#include <wx/defs.h>
#include <wx/event.h>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | wxTst |
Classes | |
struct | wxTst::CREvent |
Correlate wxEventTypes with an event name and Event Category. Used in platform event maps to relate the native event types to wxEvents Note that with wx 2.9 event types are all dynamically assigned in common/events.cpp. More... | |
class | wxTst::CRNativeEvent |
Abstract base class for native event data capture and synthesis. More... | |
Typedefs | |
typedef std::map< wxEventType, CREvent > | wxTst::CREventMap |
typedef unsigned int | wxTst::CREventMask |
Enumerations | |
enum | wxTst::CREventCat { wxTst::Undefined = 0x0, wxTst::System = 0x1, wxTst::AppManipulation = 0x1 << 1, wxTst::WindowManipulation = 0x1 << 2, wxTst::MouseEvent = 0x1 << 3, wxTst::KeyEvent = 0x1 << 4, wxTst::HotKeyEvent = 0x1 << 5, wxTst::MenuEvent = 0x1 << 6, wxTst::MDIEvent = 0x1 << 7, wxTst::ClipboardEvent = 0x1 << 8, wxTst::Command = 0x1 << 9, wxTst::TextEvent = 0x1 << 10 } |
Mask values for setting event masks in platform event classes. More... | |
Variables | |
const wxEventType | wxEVT_NOT_TRANSLATED |
const wxEventType wxEVT_NOT_TRANSLATED |