![]() |
VR-Forces 4.8 Class Documentation
|
These classes will determine the layout of the data entry for the determinant and whether or not it is valid. More...

Signals | |
| void | revalidate () |
Public Member Functions | |
| DtDeterminant (makVrv::DtDe &, QWidget *parent, const DtPowerRangeDeterminant *=0) | |
| virtual | ~DtDeterminant () |
| virtual bool | isValid () const =0 |
| virtual void | setLabel (const QString &) |
| virtual void | setup (const DtString &power) |
| virtual DtPowerRangeDeterminant * | determinant (const DtString &power) const =0 |
Public Attributes | |
| QVBoxLayout * | myLayout |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| QDoubleValidator * | myRangeValidator |
These classes will determine the layout of the data entry for the determinant and whether or not it is valid.
It will also create a derminant based on the value
| DtDeterminant::DtDeterminant | ( | makVrv::DtDe & | , |
| QWidget * | parent, | ||
| const DtPowerRangeDeterminant * | = 0 |
||
| ) |
|
virtual |
|
pure virtual |
Implemented in DtEquivalentTNTDeterminant, DtRangeListDeterminant, and DtDirectDeterminant.
|
inlinevirtual |
Reimplemented in DtRangeListDeterminant.
|
inlinevirtual |
Reimplemented in DtRangeCoefficientDeterminant, and DtRangeListDeterminant.
|
pure virtual |
Implemented in DtEquivalentTNTDeterminant, DtRangeCoefficientDeterminant, DtRangeListDeterminant, and DtDirectDeterminant.
|
signal |
| QVBoxLayout* DtDeterminant::myLayout |
|
protected |
|
protected |