#include <omgui/gtk2/eventloop.h>
Inherits omgui::api::EventLoop.
Public Member Functions | |
| EventLoop () | |
| bool | is_running () const |
| void | run () |
| void | run_once () |
| void | run_until () |
| void | stop () |
Static Public Member Functions | |
| static EventLoop * | create () |
Private Attributes | |
| bool | m_running |
| bool | m_stop |
| omgui::gtk2::EventLoop::EventLoop | ( | ) |
| EventLoop * omgui::api::EventLoop::create | ( | ) | [static, inherited] |
| bool omgui::gtk2::EventLoop::is_running | ( | ) | const [virtual] |
Implements omgui::api::EventLoop.
| void omgui::gtk2::EventLoop::run | ( | ) | [virtual] |
| void omgui::gtk2::EventLoop::run_once | ( | ) | [virtual] |
Implements omgui::api::EventLoop.
| void omgui::gtk2::EventLoop::run_until | ( | ) | [virtual] |
Implements omgui::api::EventLoop.
| void omgui::gtk2::EventLoop::stop | ( | ) | [virtual] |
Implements omgui::api::EventLoop.
bool omgui::gtk2::EventLoop::m_running [private] |
bool omgui::gtk2::EventLoop::m_stop [private] |