Added & configured actions.
This commit is contained in:
@@ -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*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user