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