Fixing button locking, part I
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
BCValue( BCDevice::ID deviceID_, BC::ID registerID_ );
|
||||
|
||||
QString formatValues( uint32_t value ) const;
|
||||
double calcRatio() const;
|
||||
void dumpValue() const;
|
||||
|
||||
mutable States state{BCValue::State::ReadOnly};
|
||||
@@ -107,8 +108,8 @@ public:
|
||||
bool isWord{false};
|
||||
QString unitLabel;
|
||||
double factor{1};
|
||||
OptDouble min;
|
||||
OptDouble max;
|
||||
OptDouble optMin;
|
||||
OptDouble optMax;
|
||||
};
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(BCValue::States)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user