summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
authorharlekin <harlekin>2002-06-19 20:36:50 (UTC)
committer harlekin <harlekin>2002-06-19 20:36:50 (UTC)
commit6afbacb8353e539b9e6d279d20220445614b42c2 (patch) (side-by-side diff)
tree54f0c631c596c743e793cd25ae548c5bc17827e0 /noncore/net/opietooth/manager/bluebase.h
parentdd53a68602f625e02188411d4469f2ec13e1dae8 (diff)
downloadopie-6afbacb8353e539b9e6d279d20220445614b42c2.zip
opie-6afbacb8353e539b9e6d279d20220445614b42c2.tar.gz
opie-6afbacb8353e539b9e6d279d20220445614b42c2.tar.bz2
update
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 7b03f82..dcb7681 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -8,13 +8,15 @@
#include <qsplitter.h>
#include <qlist.h>
#include <qpixmap.h>
#include "bluetoothbase.h"
+
#include <remotedevice.h>
+#include <manager.h>
class QVBox;
class QHBoxLayout;
class QGridLayout;
class QFrame;
class QLabel;
@@ -45,12 +47,14 @@ namespace OpieTooth {
void writeConfig();
void readSavedDevices();
void writeSavedDevices();
QString getStatus();
void initGui();
void setInfo();
+ Manager *localDevice;
+ QMap<QString,QListViewItem*> deviceList;
bool deviceActive( RemoteDevice *device );
QString deviceName;
QString defaultPasskey;
int useEncryption;
@@ -61,12 +65,13 @@ namespace OpieTooth {
QPixmap offPix;
QPixmap onPix;
private slots:
void addSearchedDevices( QList<RemoteDevice> &newDevices );
void addServicesToDevice( QListViewItem * item );
+ void addServicesToDevice( const QString& device, Services::ValueList );
void startServiceActionClicked( QListViewItem * item );
void startServiceActionHold( QListViewItem * item, const QPoint & point, int column);
void applyConfigChanges();
};