RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
gui.matrix_edit.MatrixEdit Class Reference

Widget for editing a matrix in a table view or viewing it as an image. More...

Inheritance diagram for gui.matrix_edit.MatrixEdit:

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 MatrixEdit widget.
 

Public Attributes

 ui = Ui_MatrixEdit()
 
 data_model
 
 emit_commit_data
 

Protected Member Functions

 _update_image (self, value)
 Update the image widget whenever the value property changes.
 

Protected Attributes

 _update_image
 

Detailed Description

Widget for editing a matrix in a table view or viewing it as an image.

Constructor & Destructor Documentation

◆ __init__()

gui.matrix_edit.MatrixEdit.__init__ ( self,
parent = None,
* args,
** kwargs )

Initialise the MatrixEdit 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_image()

gui.matrix_edit.MatrixEdit._update_image ( self,
value )
protected

Update the image widget whenever the value property changes.

Member Data Documentation

◆ _update_image

gui.matrix_edit.MatrixEdit._update_image
protected

◆ data_model

gui.matrix_edit.MatrixEdit.data_model

◆ emit_commit_data

gui.matrix_edit.MatrixEdit.emit_commit_data

◆ ui

gui.matrix_edit.MatrixEdit.ui = Ui_MatrixEdit()

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