RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Functions | Variables
RTXIWizard 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 = "Module Wizard"
 

Function Documentation

◆ createRTXIComponent()

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

Definition at line 501 of file rtxi_wizard.cpp.

◆ createRTXIPanel()

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

Definition at line 494 of file rtxi_wizard.cpp.

◆ createRTXIPlugin()

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

Definition at line 488 of file rtxi_wizard.cpp.

◆ getFactories()

Widgets::FactoryMethods RTXIWizard::getFactories()

Definition at line 507 of file rtxi_wizard.cpp.

Here is the call graph for this function:

Variable Documentation

◆ MODULE_NAME

constexpr std::string_view RTXIWizard::MODULE_NAME = "Module Wizard"
constexpr

Definition at line 35 of file rtxi_wizard.hpp.