MatrixDisplayWidget Class Reference

#include <RobotAPI/gui-plugins/HapticUnitPlugin/MatrixDisplayWidget.h>

+ Inheritance diagram for MatrixDisplayWidget:

Public Slots

void setData (MatrixXf data)
 

Signals

void doUpdate ()
 

Public Member Functions

QColor getColor (float value, float min, float max)
 
void invokeUpdate ()
 
 MatrixDisplayWidget (QWidget *parent=0)
 
void paintEvent (QPaintEvent *) override
 
void setInfoOverlay (QString infoOverlay)
 
void setRange (float min, float max)
 
 ~MatrixDisplayWidget () override
 

Detailed Description

Definition at line 40 of file MatrixDisplayWidget.h.

Constructor & Destructor Documentation

◆ MatrixDisplayWidget()

MatrixDisplayWidget ( QWidget *  parent = 0)
explicit

Definition at line 33 of file MatrixDisplayWidget.cpp.

+ Here is the call graph for this function:

◆ ~MatrixDisplayWidget()

~MatrixDisplayWidget ( )
override

Definition at line 51 of file MatrixDisplayWidget.cpp.

Member Function Documentation

◆ doUpdate

void doUpdate ( )
signal
+ Here is the caller graph for this function:

◆ getColor()

QColor getColor ( float  value,
float  min,
float  max 
)

Definition at line 86 of file MatrixDisplayWidget.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ invokeUpdate()

void invokeUpdate ( )
inline

Definition at line 70 of file MatrixDisplayWidget.h.

◆ paintEvent()

void paintEvent ( QPaintEvent *  )
override

Definition at line 56 of file MatrixDisplayWidget.cpp.

+ Here is the call graph for this function:

◆ setData

void setData ( MatrixXf  data)
inlineslot

Definition at line 48 of file MatrixDisplayWidget.h.

◆ setInfoOverlay()

void setInfoOverlay ( QString  infoOverlay)
inline

Definition at line 74 of file MatrixDisplayWidget.h.

◆ setRange()

void setRange ( float  min,
float  max 
)
inline

Definition at line 63 of file MatrixDisplayWidget.h.

+ Here is the call graph for this function:

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