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 = "Module Wizard" |
| std::unique_ptr< Widgets::Component > RTXIWizard::createRTXIComponent | ( | Widgets::Plugin * | host_plugin | ) |
Definition at line 501 of file rtxi_wizard.cpp.
| Widgets::Panel * RTXIWizard::createRTXIPanel | ( | QMainWindow * | main_window, |
| Event::Manager * | ev_manager | ||
| ) |
Definition at line 494 of file rtxi_wizard.cpp.
| std::unique_ptr< Widgets::Plugin > RTXIWizard::createRTXIPlugin | ( | Event::Manager * | ev_manager | ) |
Definition at line 488 of file rtxi_wizard.cpp.
| Widgets::FactoryMethods RTXIWizard::getFactories | ( | ) |
| constexpr |
Definition at line 35 of file rtxi_wizard.hpp.