Added & configured actions.

This commit is contained in:
2025-12-26 23:09:53 +01:00
parent 71d7350913
commit c4714bfca2
9 changed files with 159 additions and 105 deletions

View File

@@ -80,6 +80,9 @@ public:
void writeRawValueX( const BCAbstractTransmitter& transmitter ) const;
// void reset()
// später
//protected:
//const BCValueType& valueType;
//BCValueTypeCRef valueType;
const BCValueType* valueType{};
@@ -87,6 +90,7 @@ public:
BC::ID registerID{BC::ID::Invalid};
int rowInModel{-1};
QString label;
// ??
mutable QString visibleValue;
QVariant defaultValue;
@@ -95,8 +99,6 @@ public:
//mutable std::optional<uint32_t> rawValue;
};
Q_DECLARE_METATYPE(BCDataValue*)