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 105 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 95 of file qtbridge.cpp.
Referenced by qt::core::world::build_and_run().
| void qt::core::world::detail::destroyCoreApplicationInstace | ( | ) |
Definition at line 100 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 44 of file qtbridge.cpp.
Referenced by qt::core::world::detail::TaskHandler::event().
| TaskHandler* qt::core::world::detail::task_handler | ( | ) |
Definition at line 110 of file qtbridge.cpp.
References coreApplicationInstance().
Referenced by qt::core::world::build_and_run(), and qt::core::world::enter_with_task().
Here is the call graph for this function: