RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
Data Structures | |
| class | Panel |
| class | Plugin |
Functions | |
| std::unique_ptr< Widgets::Plugin > | createRTXIPlugin (Event::Manager *ev_manager) |
| Widgets::Panel * | createRTXIPanel (QMainWindow *main_window, Event::Manager *ev_manager) |
| std::unique_ptr< Widgets::Component > | createRTXIComponent (Widgets::Plugin *host_plugin) |
| Widgets::FactoryMethods | getFactories () |
Variables | |
| constexpr std::string_view | MODULE_NAME = "Control Panel" |
| std::unique_ptr< Widgets::Component > SystemControl::createRTXIComponent | ( | Widgets::Plugin * | host_plugin | ) |
Definition at line 615 of file system_control.cpp.
| Widgets::Panel * SystemControl::createRTXIPanel | ( | QMainWindow * | main_window, |
| Event::Manager * | ev_manager | ||
| ) |
Definition at line 608 of file system_control.cpp.
| std::unique_ptr< Widgets::Plugin > SystemControl::createRTXIPlugin | ( | Event::Manager * | ev_manager | ) |
Definition at line 602 of file system_control.cpp.
| Widgets::FactoryMethods SystemControl::getFactories | ( | ) |
| constexpr |
Definition at line 40 of file system_control.hpp.