Fixed Flag handling.
This commit is contained in:
@@ -48,15 +48,13 @@ public:
|
||||
|
||||
explicit BCDeviceView(QWidget *parent = nullptr);
|
||||
|
||||
|
||||
void setDeviceID( BCDevice::ID deviceID );
|
||||
BCDevice::ID getDeviceID() const;
|
||||
|
||||
const BCValueList& getValueListX();
|
||||
|
||||
bool firstExpose();
|
||||
void updateValue( int index, BCValue::Flag state, uint32_t rawValue );
|
||||
|
||||
void updateValue(int index, BCValue::Flags newState, uint32_t rawValue );
|
||||
|
||||
public slots:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user