Updated ValueHandling.

This commit is contained in:
Christoph Holzheuer
2026-01-07 17:13:35 +01:00
parent 7d43b0a694
commit 3bdc491830
17 changed files with 152 additions and 150 deletions

View File

@@ -53,14 +53,14 @@ public:
BCDevice::ID getDeviceID() const;
const BCValueList& getValueListX();
//BCValueModel &getValueModel();
bool hasContent();
void updateValue( int index, BCValue::Flag state, uint32_t rawValue );
public slots:
void onValueListReady( BCDevice::ID deviceID, BCValueList valueList );
void onValueUpdated( int index, BCValue::State state, const QString& newVisibleValue="" );
protected: