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

OTDriverList.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Mattia Merzi                                    *
00003  *   ottobit@ferrara.linux.it                                              *
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 #ifndef OTDRIVERLIST_H
00012 #define OTDRIVERLIST_H
00013 
00014 #include <qvector.h>
00015 
00016 namespace Opietooth2 {
00017 
00018 class OTDriver;
00019 class OTGateway;
00020 
00021 class OTDriverList : public QVector<OTDriver> {
00022 
00023 public:
00024 
00025     OTDriverList( OTGateway * _OT );
00026     ~OTDriverList();
00027 
00028     inline  OTGateway * gateway() const
00029       { return OT; }
00030 
00031     void update();
00032 
00033 private:
00034 
00035     // backpointer
00036     OTGateway * OT;
00037 };
00038 
00039 }
00040 #endif

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