summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMedit.h
blob: 9ad8f2afa1e1504232078927c525bbd65e884658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "bluetoothRFCOMMdata.h"
#include "bluetoothRFCOMMGUI.h"

#include <Opietooth.h>
using namespace Opietooth2;

class BluetoothRFCOMMEdit  : public BluetoothRFCOMMGUI {

public :

    BluetoothRFCOMMEdit( QWidget * parent );
    virtual ~BluetoothRFCOMMEdit( void );

    QString acceptable( void );
    void showData( BluetoothRFCOMMData & Data );
    bool commit( BluetoothRFCOMMData & Data );

    bool Modified;
    OTGateway * OT;

public slots :

    void SLOT_AddServer( void );
    void SLOT_RemoveServer( void );
    void SLOT_FindDevice( void );

};