summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index c8ceed2..7b03f82 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -7,6 +7,7 @@
#include <qscrollview.h>
#include <qsplitter.h>
#include <qlist.h>
+#include <qpixmap.h>
#include "bluetoothbase.h"
@@ -21,6 +22,7 @@ class QPushButton;
class QTabWidget;
class QCheckBox;
+
namespace OpieTooth {
@@ -41,9 +43,13 @@ namespace OpieTooth {
private:
void readConfig();
void writeConfig();
+ void readSavedDevices();
+ void writeSavedDevices();
QString getStatus();
void initGui();
+ void setInfo();
+ bool deviceActive( RemoteDevice *device );
QString deviceName;
QString defaultPasskey;
@@ -52,8 +58,14 @@ namespace OpieTooth {
int enablePagescan;
int enableInquiryscan;
+ QPixmap offPix;
+ QPixmap onPix;
+
private slots:
void addSearchedDevices( QList<RemoteDevice> &newDevices );
+ void addServicesToDevice( QListViewItem * item );
+ void startServiceActionClicked( QListViewItem * item );
+ void startServiceActionHold( QListViewItem * item, const QPoint & point, int column);
void applyConfigChanges();
};