RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <QGridLayout>
#include <QGroupBox>
#include <QLabel>
#include <QLineEdit>
#include <QMainWindow>
#include <QMdiSubWindow>
#include <QPushButton>
#include <QValidator>
#include <limits>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <variant>
#include <vector>
#include "dlplugin.hpp"
#include "event.hpp"
#include "io.hpp"
#include "rt.hpp"
Go to the source code of this file.
Data Structures | |
struct | Widgets::Variable::Info |
class | Widgets::DefaultGUILineEdit |
struct | Widgets::FactoryMethods |
class | Widgets::Component |
class | Widgets::Panel |
class | Widgets::Plugin |
Namespaces | |
Widgets | |
Widgets::Variable | |
Typedefs | |
typedef size_t | Widgets::Variable::Id |
Functions | |
std::string | Widgets::Variable::state2string (RT::State::state_t state) |
std::string | Widgets::Variable::vartype2string (variable_t type) |
Variables | |
constexpr Id | Widgets::Variable::INVALID_ID = static_cast<Id>(std::numeric_limits<size_t>::max()) |