From ee1d48a9a5f3672f329301a844e69f2e184afcac Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 07 Mar 2003 22:55:36 +0000 Subject: show signal strength for connections --- (limited to 'noncore/net/opietooth/manager/bluebase.h') diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h index 0326daf..743062c 100644 --- a/noncore/net/opietooth/manager/bluebase.h +++ b/noncore/net/opietooth/manager/bluebase.h @@ -13,6 +13,7 @@ #include "btserviceitem.h" #include "btdeviceitem.h" + #include "popuphelper.h" #include "bticonloader.h" @@ -28,6 +29,7 @@ class QLabel; class QPushButton; class QTabWidget; class QCheckBox; +class BTConnectionItem; namespace OpieTooth { @@ -55,6 +57,7 @@ namespace OpieTooth { QString status()const; void initGui(); void setInfo(); + PopupHelper m_popHelper; Manager *m_localDevice; QMap m_deviceList; @@ -84,6 +87,8 @@ namespace OpieTooth { void startServiceActionHold( QListViewItem *, const QPoint &, int ); void deviceActive( const QString& mac, bool connected ); void applyConfigChanges(); + void addSignalStrength(); + void addSignalStrength( const QString& mac, const QString& strengh ); }; -- cgit v0.9.0.2