Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BDialog.h

Go to the documentation of this file.
00001 // BDialog.h (this is -*- C++ -*-)
00002 // 
00003 // \author: Bjoern Giesler <bjoern@giesler.de>
00004 // 
00005 // 
00006 // 
00007 // $Author: giesler $
00008 // $Locker$
00009 // $Revision$
00010 // $Date: 2002-08-19 10:41:28 +0200 (Mon, 19 Aug 2002) $
00011 
00012 #ifndef BDIALOG_H
00013 #define BDIALOG_H
00014 
00015 /* system includes */
00016 /* (none) */
00017 
00018 /* my includes */
00019 #include "BWidget.h"
00020 #include "BScreen.h"
00021 #include "BRunLoop.h"
00022 
00031 class BDialog:
00032   public BWidget
00033 {
00034 public:
00036   BDialog(BScreen* screen, const BSize& size);
00037   virtual ~BDialog();
00038 
00040   void center();
00041 
00043   virtual void run();
00044 
00046   virtual void stop();
00047   
00048 protected:
00049   BRunLoop* _loop;
00050 };
00051 
00052 #endif /* BDIALOG_H */

Generated on Sat Dec 29 09:59:23 2007 for DSGUI by doxygen1.3-rc3