Reworked transmitter.
This commit is contained in:
@@ -56,6 +56,7 @@ public slots:
|
||||
//void onValueListReady( BCDevice::ID deviceID );
|
||||
void onShowDevicePanel( BCDevice::ID deviceID );
|
||||
void onConnectButtonToggled(bool active );
|
||||
void onDriverStateChanged( BCDriver::DriverState state, const QString& message="" );
|
||||
|
||||
// Slots für Rückmeldungen vom Runner
|
||||
void onValueUpdated( BCDevice::ID deviceID, int index, BCValue::State state, const QString& newValue="" );
|
||||
@@ -69,6 +70,8 @@ signals:
|
||||
protected:
|
||||
|
||||
void initMainWindow();
|
||||
void initStatusBar();
|
||||
void autoConnect();
|
||||
|
||||
BCXmlLoader _dataManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user