Classes | |
class | TaskEvent |
class | TaskHandler |
Functions | |
QEvent::Type | qt_core_world_task_event_type () |
void | createCoreApplicationInstanceWithArgs (int argc, char **argv) |
void | destroyCoreApplicationInstace () |
QCoreApplication * | coreApplicationInstance () |
TaskHandler * | task_handler () |
QCoreApplication* qt::core::world::detail::coreApplicationInstance | ( | ) |
Definition at line 103 of file qtbridge.cpp.
Referenced by qt::core::world::build_and_run(), and task_handler().
void qt::core::world::detail::createCoreApplicationInstanceWithArgs | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 93 of file qtbridge.cpp.
Referenced by qt::core::world::build_and_run().
void qt::core::world::detail::destroyCoreApplicationInstace | ( | ) |
Definition at line 98 of file qtbridge.cpp.
Referenced by qt::core::world::build_and_run().
QEvent::Type qt::core::world::detail::qt_core_world_task_event_type | ( | ) |
Definition at line 42 of file qtbridge.cpp.
Referenced by qt::core::world::detail::TaskHandler::event().
TaskHandler* qt::core::world::detail::task_handler | ( | ) |
Definition at line 108 of file qtbridge.cpp.
References coreApplicationInstance().
Referenced by qt::core::world::build_and_run(), and qt::core::world::enter_with_task().