types.h File Reference
#include <mc_rtc/gui/types.h>
#include <limits>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mc_rtc::gui::plot::Range
 
struct  mc_rtc::gui::plot::AxisConfiguration
 
struct  mc_rtc::gui::plot::PolygonDescription
 

Namespaces

 mc_rtc
 
 mc_rtc::gui
 
 mc_rtc::gui::plot
 

Enumerations

enum  mc_rtc::gui::plot::Plot { mc_rtc::gui::plot::Plot::Standard = 0, mc_rtc::gui::plot::Plot::XY }
 
enum  mc_rtc::gui::plot::Type {
  mc_rtc::gui::plot::Type::Abscissa, mc_rtc::gui::plot::Type::Ordinate, mc_rtc::gui::plot::Type::Polygon, mc_rtc::gui::plot::Type::Polygons,
  mc_rtc::gui::plot::Type::AbscissaOrdinate
}
 

Functions

template<typename T >
constexpr bool mc_rtc::gui::plot::is_Abscissa ()
 
template<bool = true>
constexpr bool mc_rtc::gui::plot::is_not_Abscissa ()
 
template<typename T , typename... Args>
constexpr bool mc_rtc::gui::plot::is_not_Abscissa ()
 
template<bool = true>
constexpr bool mc_rtc::gui::plot::is_2d ()
 
template<typename T , typename... Args>
constexpr bool mc_rtc::gui::plot::is_2d ()
 

Variables

 Solid
 
 Dotted
 
 Dashed
 
 Left
 

Variable Documentation

◆ Dashed

Dashed

Dashed lines

◆ Dotted

Dotted

Dotted lines

◆ Left

Left

◆ Solid

Solid

Solid lines