Public Member Functions | |
EventQueueItem (Object *receiver, Event *event) | |
bool | operator== (const EventQueueItem &other) const |
Public Attributes | |
Object * | receiver |
Event * | event |
Definition at line 101 of file application.h.
bool Wt::Application::EventQueueItem::operator== | ( | const EventQueueItem & | other | ) | const |
Definition at line 43 of file application.cpp.
References event, receiver, and Wt::Event::type().
Here is the call graph for this function:
Definition at line 107 of file application.h.
Referenced by operator==(), and Wt::Application::postEvent().
Definition at line 106 of file application.h.
Referenced by operator==(), and Wt::Application::postEvent().
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.