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

schedulingview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           schedulingview.h  -  description
00003                              -------------------
00004     begin                : Mon Aug  5 16:06:11 CEST 2002
00005     copyright            : (C) 2002 by LEA / TUM
00006     email                : taeubig@in.tum.de
00007  ***************************************************************************/
00008 
00009 #ifndef SCHEDULINGVIEW_H
00010 #define SCHEDULINGVIEW_H
00011 
00012 // include files for QT
00013 #include <qwidget.h>
00014 
00015 // application specific includes
00016 #include "schedulingdoc.h"
00017 
00022 class SchedulingView : public QWidget
00023 {
00024   Q_OBJECT
00025   public:
00026     SchedulingView(QWidget *parent=0, SchedulingDoc* doc=0);
00027     ~SchedulingView();
00028   
00029   protected slots:
00030     void slotDocumentChanged();
00031   
00032 };
00033 
00034 #endif

Generated on Thu May 22 16:48:09 2003 for Sketch-it! by doxygen1.2.18