#include <CQMathMatrixWidget.h>
Definition at line 33 of file CQMathMatrixWidget.h.
CQMathMatrixWidget::CQMathMatrixWidget |
( |
QWidget * |
parent = 0 | ) |
|
Constructs a CQMathMatrixWidget which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
Definition at line 37 of file CQMathMatrixWidget.cpp.
References CColorScaleSimple::setMinMax().
43 mpArrayWidget1->setColorCoding(tcs);
45 mpArrayWidget1->setColorScalingAutomatic(
false);
48 mpArrayWidget2->setColorCoding(tcs);
50 mpArrayWidget2->setColorScalingAutomatic(
false);
53 mpArrayWidget3->setColorCoding(tcs);
55 mpArrayWidget3->setColorScalingAutomatic(
false);
void setMinMax(const C_FLOAT64 &min, const C_FLOAT64 &max)
CQMathMatrixWidget::~CQMathMatrixWidget |
( |
| ) |
|
void CQMathMatrixWidget::clearArrays |
( |
| ) |
|
|
protected |
Definition at line 85 of file CQMathMatrixWidget.cpp.
Referenced by update().
87 mpArrayWidget1->setArrayAnnotation(NULL);
88 mpArrayWidget2->setArrayAnnotation(NULL);
89 mpArrayWidget3->setArrayAnnotation(NULL);
bool CQMathMatrixWidget::enterProtected |
( |
| ) |
|
|
protectedvirtual |
bool CQMathMatrixWidget::leave |
( |
| ) |
|
|
virtual |
void CQMathMatrixWidget::loadMatrices |
( |
| ) |
|
|
protected |
QLabel* CQMathMatrixWidget::mLabelTitle |
|
protected |
The documentation for this class was generated from the following files: