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/btconnectionitem.h') diff --git a/noncore/net/opietooth/manager/btconnectionitem.h b/noncore/net/opietooth/manager/btconnectionitem.h index 3c0cd79..9ab745e 100644 --- a/noncore/net/opietooth/manager/btconnectionitem.h +++ b/noncore/net/opietooth/manager/btconnectionitem.h @@ -13,11 +13,17 @@ namespace OpieTooth { BTConnectionItem( QListView* parent, const ConnectionState& state ); ~BTConnectionItem(); QString type()const; + QString name(); + QString signalStrength(); int typeId() const; ConnectionState connection()const; + void setSignalStrength( QString ); + void setName( QString ); + private: ConnectionState m_con; - + QString m_name; + QString m_signalStrength; }; }; -- cgit v0.9.0.2