libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
EventLoop Member List

This is the complete list of members for EventLoop, including all inherited members.

current()EventLoopstatic
EventLoop()EventLoop
EventLoop(const EventLoop &)=delete (defined in EventLoop)EventLoop
ExcludePosted enum valueEventLoop
ExcludeTimers enum valueEventLoop
exec()EventLoop
exitCode() constEventLoopinline
isRunning() constEventLoopinline
operator=(const EventLoop &)=delete (defined in EventLoop)EventLoop
postCallable(std::function< void()> func)EventLoop
postEvent(ObjectBase *receiver, Event *event)EventLoop
processEvents(uint32_t flags=0, unsigned int timeoutMs=0)EventLoop
ProcessEventsFlag enum nameEventLoop
quit(int returnCode=0)EventLoop
startTimer(ObjectBase *receiver, unsigned int intervalMs, bool singleShot=false)EventLoop
startTimer(unsigned int intervalMs, std::function< void()> func, bool singleShot=false)EventLoop
stopTimer(int timerId)EventLoop
WaitForMore enum valueEventLoop
~EventLoop()EventLoop