List of all members.
Detailed Description
Definition at line 15 of file DummyEventLoop.h.
Constructor & Destructor Documentation
Swift::DummyEventLoop::DummyEventLoop |
( |
|
) |
|
Swift::DummyEventLoop::~DummyEventLoop |
( |
|
) |
|
Member Function Documentation
void Swift::EventLoop::handleEvent |
( |
const Event & |
event |
) |
[protected, inherited] |
bool Swift::DummyEventLoop::hasEvents |
( |
|
) |
[inline] |
virtual void Swift::DummyEventLoop::post |
( |
const Event & |
event |
) |
[inline, virtual] |
Reimplement this to call handleEvent(event) from the thread in which the event loop is residing.
Implements Swift::EventLoop.
Definition at line 31 of file DummyEventLoop.h.
void Swift::EventLoop::postEvent |
( |
boost::function< void()> |
event, |
|
|
boost::shared_ptr< EventOwner > |
owner = boost::shared_ptr< EventOwner >() | |
|
) |
| | [inherited] |
void Swift::DummyEventLoop::processEvents |
( |
|
) |
[inline] |
void Swift::EventLoop::removeEventsFromOwner |
( |
boost::shared_ptr< EventOwner > |
owner |
) |
[inherited] |