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

bluemanager.cpp

Go to the documentation of this file.
00001 /*
00002  * today.cpp : main class
00003  *
00004  * ---------------------
00005  *
00006  * begin       : Sun 10 17:20:00 CEST 2002
00007  * copyright   : (c) 2002 by Maximilian Reiß
00008  * email       : max.reiss@gmx.de
00009  *
00010  */
00011 /***************************************************************************
00012  *                                                                         *
00013  *   This program is free software; you can redistribute it and/or modify  *
00014  *   it under the terms of the GNU General Public License as published by  *
00015  *   the Free Software Foundation; either version 2 of the License, or     *
00016  *   (at your option) any later version.                                   *
00017  *                                                                         *
00018  ***************************************************************************/
00019 
00020 #include "bluemanager.h"
00021 
00022 #include <qpe/timestring.h>
00023 #include <qpe/config.h>
00024 #include <qpe/qcopenvelope_qws.h>
00025 //#include <qpe/qprocess.h>
00026 #include <qpe/resource.h>
00027 #include <qpe/contact.h>
00028 #include <qpe/global.h>
00029 #include <qpe/qpeapplication.h>
00030 
00031 #include <qdir.h>
00032 #include <qfile.h>
00033 #include <qdatetime.h>
00034 #include <qtextstream.h>
00035 #include <qcheckbox.h>
00036 #include <qspinbox.h>
00037 #include <qpushbutton.h>
00038 #include <qlabel.h>
00039 #include <qtimer.h>
00040 #include <qpixmap.h>
00041 //#include <qfileinfo.h>
00042 #include <qlayout.h>
00043 #include <qtl.h>
00044 
00045 
00046 //#include <iostream.h>
00047 #include <unistd.h>
00048 #include <stdlib.h>
00049 
00050 
00051 /*
00052  *  Constructs a Example which is a child of 'parent', with the
00053  *  name 'name' and widget flags set to 'f'
00054  */
00055 BlueManager::BlueManager( QWidget* parent,  const char* name, WFlags fl )
00056   : BluetoothBase( parent, name, fl ) {
00057 
00058 
00059   draw();
00060 }
00061 
00062 
00063 /*
00064  * Repaint method. Reread all fields.
00065  */
00066 void BlueManager::draw() {
00067 
00068   QTimer::singleShot( 20*1000, this, SLOT(draw() ) );
00069 }
00070 
00071 
00072 void BlueManager::init() {
00073 
00074 }
00075 
00076 BlueManager::~BlueManager() {
00077 }
00078 
00079 
00080 
00081 

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