RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Functions | Variables
SystemControl Namespace Reference

Data Structures

class  Panel
 
class  Plugin
 

Functions

std::unique_ptr< Widgets::PlugincreateRTXIPlugin (Event::Manager *ev_manager)
 
Widgets::PanelcreateRTXIPanel (QMainWindow *main_window, Event::Manager *ev_manager)
 
std::unique_ptr< Widgets::ComponentcreateRTXIComponent (Widgets::Plugin *host_plugin)
 
Widgets::FactoryMethods getFactories ()
 

Variables

constexpr std::string_view MODULE_NAME = "Control Panel"
 

Function Documentation

◆ createRTXIComponent()

std::unique_ptr< Widgets::Component > SystemControl::createRTXIComponent(Widgets::Pluginhost_plugin)

Definition at line 615 of file system_control.cpp.

◆ createRTXIPanel()

Widgets::Panel * SystemControl::createRTXIPanel(QMainWindow * main_window,
Event::Managerev_manager 
)

Definition at line 608 of file system_control.cpp.

◆ createRTXIPlugin()

std::unique_ptr< Widgets::Plugin > SystemControl::createRTXIPlugin(Event::Managerev_manager)

Definition at line 602 of file system_control.cpp.

◆ getFactories()

Widgets::FactoryMethods SystemControl::getFactories()

Definition at line 621 of file system_control.cpp.

Here is the call graph for this function:

Variable Documentation

◆ MODULE_NAME

constexpr std::string_view SystemControl::MODULE_NAME = "Control Panel"
constexpr

Definition at line 40 of file system_control.hpp.