00001 #include "bluetoothRFCOMMdata.h" 00002 #include "bluetoothRFCOMMGUI.h" 00003 00004 #include <Opietooth.h> 00005 00006 class BluetoothRFCOMMEdit : public BluetoothRFCOMMGUI { 00007 00008 public : 00009 00010 BluetoothRFCOMMEdit( QWidget * parent ); 00011 virtual ~BluetoothRFCOMMEdit( void ); 00012 00013 QString acceptable( void ); 00014 void showData( BluetoothRFCOMMData & Data ); 00015 bool commit( BluetoothRFCOMMData & Data ); 00016 00017 bool Modified; 00018 Opietooth2::OTGateway * OT; 00019 00020 public slots : 00021 00022 void SLOT_AddServer( void ); 00023 void SLOT_RemoveServer( void ); 00024 void SLOT_FindDevice( void ); 00025 00026 };
1.4.2