, including all inherited members.
AddFilter(wxEventFilter *filter) | wxEvtHandler | [static] |
AddPendingEvent(const wxEvent &event) | wxEvtHandler | [virtual] |
AllocExclusive() | wxObject | [protected] |
argc | wxAppConsole | |
argv | wxAppConsole | |
Bind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
Bind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
CloneRefData(const wxObjectRefData *data) const | wxObject | [protected, virtual] |
Connect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Connect(int id, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Connect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
CreateRefData() const | wxObject | [protected, virtual] |
CreateTraits() | wxAppConsole | [protected, virtual] |
DeletePendingEvents() | wxAppConsole | |
Disconnect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Disconnect(int id=wxID_ANY, wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Disconnect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Event_Ignore enum value | wxEventFilter | |
Event_Processed enum value | wxEventFilter | |
Event_Skip enum value | wxEventFilter | |
ExitMainLoop() | wxAppConsole | [virtual] |
FilterEvent(wxEvent &event) | wxAppConsole | [virtual] |
GetAppDisplayName() const | wxAppConsole | |
GetAppName() const | wxAppConsole | |
GetClassInfo() const | wxObject | [virtual] |
GetClassName() const | wxAppConsole | |
GetClientData() const | wxEvtHandler | |
GetClientObject() const | wxEvtHandler | |
GetDisplayMode() const | wxApp | [virtual] |
GetEvtHandlerEnabled() const | wxEvtHandler | |
GetExitOnFrameDelete() const | wxApp | |
GetInstance() | wxAppConsole | [static] |
GetLayoutDirection() const | wxApp | [virtual] |
GetMainLoop() const | wxAppConsole | |
GetNextHandler() const | wxEvtHandler | |
GetPreviousHandler() const | wxEvtHandler | |
GetRefData() const | wxObject | |
GetTopWindow() const | wxApp | [virtual] |
GetTraits() | wxAppConsole | |
GetUseBestVisual() const | wxApp | |
GetVendorDisplayName() const | wxAppConsole | |
GetVendorName() const | wxAppConsole | |
HandleEvent(wxEvtHandler *handler, wxEventFunction func, wxEvent &event) const | wxAppConsole | [virtual] |
HasPendingEvents() const | wxAppConsole | |
IsActive() const | wxApp | [virtual] |
IsKindOf(const wxClassInfo *info) const | wxObject | |
IsMainLoopRunning() | wxAppConsole | [static] |
IsSameAs(const wxObject &obj) const | wxObject | |
IsScheduledForDestruction(wxObject *object) const | wxAppConsole | |
IsUnlinked() const | wxEvtHandler | |
m_refData | wxObject | [protected] |
MacNewFile() | wxApp | [virtual] |
MacOpenFile(const wxString &fileName) | wxApp | [virtual] |
MacOpenFiles(const wxArrayString &fileNames) | wxApp | [virtual] |
MacOpenURL(const wxString &url) | wxApp | [virtual] |
MacPrintFile(const wxString &fileName) | wxApp | [virtual] |
MacReopenApp() | wxApp | [virtual] |
MainLoop() | wxAppConsole | [virtual] |
OnAssertFailure(const wxChar *file, int line, const wxChar *func, const wxChar *cond, const wxChar *msg) | wxAppConsole | [virtual] |
OnCmdLineError(wxCmdLineParser &parser) | wxAppConsole | [virtual] |
OnCmdLineHelp(wxCmdLineParser &parser) | wxAppConsole | [virtual] |
OnCmdLineParsed(wxCmdLineParser &parser) | wxAppConsole | [virtual] |
OnEventLoopEnter(wxEventLoopBase *loop) | wxAppConsole | [virtual] |
OnEventLoopExit(wxEventLoopBase *loop) | wxAppConsole | [virtual] |
OnExceptionInMainLoop() | wxAppConsole | [virtual] |
OnExit() | wxAppConsole | [virtual] |
OnFatalException() | wxAppConsole | [virtual] |
OnInit() | wxAppConsole | [virtual] |
OnInitCmdLine(wxCmdLineParser &parser) | wxAppConsole | [virtual] |
OnRun() | wxAppConsole | [virtual] |
OnUnhandledException() | wxAppConsole | [virtual] |
operator delete(void *buf) | wxObject | |
operator new(size_t size, const wxString &filename=NULL, int lineNum=0) | wxObject | |
ProcessEvent(wxEvent &event) | wxEvtHandler | [virtual] |
ProcessEventLocally(wxEvent &event) | wxEvtHandler | |
ProcessMessage(WXMSG *msg) | wxApp | |
ProcessPendingEvents() | wxAppConsole | [virtual] |
QueueEvent(wxEvent *event) | wxEvtHandler | [virtual] |
Ref(const wxObject &clone) | wxObject | |
RemoveFilter(wxEventFilter *filter) | wxEvtHandler | [static] |
ResumeProcessingOfPendingEvents() | wxAppConsole | |
SafelyProcessEvent(wxEvent &event) | wxEvtHandler | |
SafeYield(wxWindow *win, bool onlyIfNeeded) | wxApp | [virtual] |
SafeYieldFor(wxWindow *win, long eventsToProcess) | wxApp | [virtual] |
ScheduleForDestruction(wxObject *object) | wxAppConsole | |
SearchEventTable(wxEventTable &table, wxEvent &event) | wxEvtHandler | [virtual] |
SetAppDisplayName(const wxString &name) | wxAppConsole | |
SetAppName(const wxString &name) | wxAppConsole | |
SetClassName(const wxString &name) | wxAppConsole | |
SetClientData(void *data) | wxEvtHandler | |
SetClientObject(wxClientData *data) | wxEvtHandler | |
SetDisplayMode(const wxVideoMode &info) | wxApp | [virtual] |
SetEvtHandlerEnabled(bool enabled) | wxEvtHandler | |
SetExitOnFrameDelete(bool flag) | wxApp | |
SetInstance(wxAppConsole *app) | wxAppConsole | [static] |
SetNativeTheme(const wxString &theme) | wxApp | [virtual] |
SetNextHandler(wxEvtHandler *handler) | wxEvtHandler | [virtual] |
SetPreviousHandler(wxEvtHandler *handler) | wxEvtHandler | [virtual] |
SetRefData(wxObjectRefData *data) | wxObject | |
SetTopWindow(wxWindow *window) | wxApp | |
SetUseBestVisual(bool flag, bool forceTrueColour=false) | wxApp | |
SetVendorDisplayName(const wxString &name) | wxAppConsole | |
SetVendorName(const wxString &name) | wxAppConsole | |
SuspendProcessingOfPendingEvents() | wxAppConsole | |
TryAfter(wxEvent &event) | wxEvtHandler | [protected, virtual] |
TryBefore(wxEvent &event) | wxEvtHandler | [protected, virtual] |
Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
Unlink() | wxEvtHandler | |
UnRef() | wxObject | |
UnShare() | wxObject | |
UsesEventLoop() const | wxAppConsole | [virtual] |
wxApp() | wxApp | |
wxEventFilter() | wxEventFilter | |
wxEvtHandler() | wxEvtHandler | |
wxObject() | wxObject | |
wxObject(const wxObject &other) | wxObject | |
Yield(bool onlyIfNeeded=false) | wxAppConsole | |
~wxApp() | wxApp | [virtual] |
~wxAppConsole() | wxAppConsole | [virtual] |
~wxEventFilter() | wxEventFilter | [virtual] |
~wxEvtHandler() | wxEvtHandler | [virtual] |
~wxObject() | wxObject | [virtual] |