Ignition Gui

API Reference

0.1.0
ignition::gui::plugins::plot Namespace Reference

Classes

class  Curve
 Plot Curve data. More...
 
class  IncrementalPlot
 A plotting widget that handles incremental addition of data. More...
 
class  Plot
 This plugin allows plotting Ignition Transport topics. Topics can be dragged from other widgets, such as TopicViewer and dropped onto a variable pill container or a plot. There is support for multiple plots in parallel with different Y axes, while sharing the same X axis. The X axis is currently always based on wall time. More...
 
class  TopicCurveHandler
 Manages and updates curves based on topic data. More...
 
class  Tracker
 Mouse hover tracking. More...
 

Typedefs

typedef std::shared_ptr< CurveCurvePtr
 
using CurveVariableSet = std::set< CurveWeakPtr, std::owner_less< CurveWeakPtr > >
 
typedef std::weak_ptr< CurveCurveWeakPtr
 

Typedef Documentation

◆ CurvePtr

◆ CurveVariableSet

◆ CurveWeakPtr