RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <QComboBox>
#include <utility>
#include "daq.hpp"
#include "event.hpp"
#include "main_window.hpp"
#include "widgets.hpp"
Go to the source code of this file.
Data Structures | |
class | SystemControl::Panel |
class | SystemControl::Plugin |
Namespaces | |
SystemControl | |
Functions | |
std::unique_ptr< Widgets::Plugin > | SystemControl::createRTXIPlugin (Event::Manager *ev_manager) |
Widgets::Panel * | SystemControl::createRTXIPanel (QMainWindow *main_window, Event::Manager *ev_manager) |
std::unique_ptr< Widgets::Component > | SystemControl::createRTXIComponent (Widgets::Plugin *host_plugin) |
Widgets::FactoryMethods | SystemControl::getFactories () |
Variables | |
constexpr std::string_view | SystemControl::MODULE_NAME = "Control Panel" |