Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields

widgetview.h

00001 /***************************************************************************
00002                           widgetview.h  -  description
00003                              -------------------
00004     begin                : Sat May 3 2003
00005     copyright            : (C) 2003 by Gabor Torok
00006     email                : cctorok@yahoo.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef WIDGETVIEW_H
00019 #define WIDGETVIEW_H
00020 
00021 #include "../constants.h"
00022 #include "widget.h"
00023 
00028 class WidgetView {
00029  public: 
00030   WidgetView();
00031   virtual ~WidgetView();
00032   
00034   virtual void drawWidget(Widget *w) = 0;
00035 };
00036 
00037 #endif

Generated on Thu Jun 16 21:50:43 2005 for scourge by  doxygen 1.4.0