Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rfcommassigndialogitem.h

Go to the documentation of this file.
00001 #ifndef RFCOMMDIALOGITEM
00002 #define RFCOMMDIALOGITEM
00003 
00004 #include "rfcommdialogitembase.h"
00005 
00006 #include <qwidget.h>
00007 
00008 namespace OpieTooth {
00009 
00010     class RfcommDialogItem : public RfcommDialogItemBase {
00011         
00012         Q_OBJECT
00013 
00014     public:
00015         RfcommDialogItem( QWidget* parent = 0,  const char* name = 0, WFlags fl = 0 );
00016         ~RfcommDialogItem();
00017         
00018         // number if the rfcomm device
00019         int ident();
00020         // devices mac address
00021         QString mac();
00022         int channel();  
00023         QString comment();
00024 
00025         void setIdent( int ident );
00026         void setMac( const QString& mac  );
00027         void setChannel( int channel );
00028         void setComment( const QString& comment );
00029 
00030     private:
00031 
00032 
00033         int m_ident;
00034    
00035 };
00036 
00037 
00038 }
00039 
00040 #endif

Generated on Sat Nov 5 16:17:44 2005 for OPIE by  doxygen 1.4.2