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

Data Structures

class  Plugin
 
class  Panel
 

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 = "User Preferences"
 

Function Documentation

◆ createRTXIComponent()

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

Definition at line 198 of file userprefs.cpp.

◆ createRTXIPanel()

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

Definition at line 191 of file userprefs.cpp.

◆ createRTXIPlugin()

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

Definition at line 185 of file userprefs.cpp.

◆ getFactories()

Widgets::FactoryMethods UserPrefs::getFactories()

Definition at line 204 of file userprefs.cpp.

Here is the call graph for this function:

Variable Documentation

◆ MODULE_NAME

constexpr std::string_view UserPrefs::MODULE_NAME = "User Preferences"
constexpr

Definition at line 31 of file userprefs.hpp.