RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Namespaces | Typedefs | Enumerations | Functions | Variables
widgets.hpp File Reference
#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"
Include dependency graph for widgets.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Enumerations

enum  Widgets::Variable::variable_t : size_t {
  Widgets::Variable::INT_PARAMETER = 0 , Widgets::Variable::DOUBLE_PARAMETER , Widgets::Variable::UINT_PARAMETER , Widgets::Variable::STATE ,
  Widgets::Variable::COMMENT , Widgets::Variable::UNKNOWN
}
 

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())