Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

qbflagstaff.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: qbflagstaff.h,v $
00003                              -------------------
00004     cvs         : $Id: qbflagstaff.h,v 1.1 2005/08/08 08:14:21 aquamaniac Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 #ifndef QBANKING_FLAGSTAFF_H
00014 #define QBANKING_FLAGSTAFF_H
00015 
00016 #include <qobject.h>
00017 
00018 
00019 class QBFlagStaff: public QObject {
00020   Q_OBJECT
00021 public:
00022   QBFlagStaff();
00023   virtual ~QBFlagStaff();
00024 
00025   void queueUpdated();
00026   void accountsUpdated();
00027   void outboxCountChanged(int count);
00028   void statusMessage(const QString &s);
00029 
00030 signals:
00031   void signalQueueUpdated();
00032   void signalAccountsUpdated();
00033   void signalOutboxCountChanged(int count);
00034   void signalStatusMessage(const QString &s);
00035 };
00036 
00037 
00038 
00039 
00040 #endif /* QBANKING_FLAGSTAFF_H */
00041 

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4