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

bluemanager.h

Go to the documentation of this file.
00001 /*
00002  * bluemanager.h
00003  *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef BLUEMANAGER_H
00014 #define BLUEMANAGER_H
00015 
00016 #include <qdatetime.h>
00017 #include <qlist.h>
00018 
00019 #include "bluetoothbase.h"
00020 
00021 class QVBoxLayout;
00022 
00023 class BlueManager : public BluetoothBase {
00024     Q_OBJECT
00025 
00026   public:
00027     BlueManager( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00028     ~BlueManager();
00029 
00030   private slots:
00031     void draw();
00032    private:
00033     void init();
00034   private slots:
00035     //  void channelReceived(const QCString &msg, const QByteArray & data);
00036 
00037  private:
00038 };
00039 
00040 
00041 #endif

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