RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
gui.vector_edit.VectorEdit Class Reference

Widget for editing a vector in a table view or viewing it as a plot. More...

Inheritance diagram for gui.vector_edit.VectorEdit:

Classes

class  _ItemDelegate
 Forces usage of the QLineEdit for editing floating-point cells in the table view. More...
 

Public Member Functions

 __init__ (self, parent=None, *args, **kwargs)
 Initialise the VectorEdit widget.
 

Public Attributes

 ui = Ui_VectorEdit()
 
 legend = self.ui.dataPlot.addLegend()
 
 data_model
 
 emit_commit_data
 

Protected Member Functions

 _update_plot (self, value)
 Update the plot widget whenever the value property changes.
 

Protected Attributes

 _update_plot
 

Detailed Description

Widget for editing a vector in a table view or viewing it as a plot.

Constructor & Destructor Documentation

◆ __init__()

gui.vector_edit.VectorEdit.__init__ ( self,
parent = None,
* args,
** kwargs )

Initialise the VectorEdit widget.

Parameters
parentThe optional parent Qt widget object.
argsAdditional positional arguments passed onto the base class.
kwargsAdditional keyword arguments passed onto the base class.

Member Function Documentation

◆ _update_plot()

gui.vector_edit.VectorEdit._update_plot ( self,
value )
protected

Update the plot widget whenever the value property changes.

Member Data Documentation

◆ _update_plot

gui.vector_edit.VectorEdit._update_plot
protected

◆ data_model

gui.vector_edit.VectorEdit.data_model

◆ emit_commit_data

gui.vector_edit.VectorEdit.emit_commit_data

◆ legend

gui.vector_edit.VectorEdit.legend = self.ui.dataPlot.addLegend()

◆ ui

gui.vector_edit.VectorEdit.ui = Ui_VectorEdit()

The documentation for this class was generated from the following file: