ManualPaintPanel.h

Go to the documentation of this file.
00001 #ifndef _MANUAL_PAINT_PANEL_H_
00002 #define _MANUAL_PAINT_PANEL_H_
00003 
00004 #include "ManualPaintModel.h"
00005 
00006 class ManualPaintPanel  {
00007 public:
00008         ManualPaintPanel();
00009         virtual ~ManualPaintPanel();
00010 
00011     void SetManualPaintModel(ManualPaintModel* manualPaintModel);
00012 
00013 private:
00014         ManualPaintModel        *_manualPaintModel;
00015 
00016 protected:
00017 
00018 };
00019 
00020 
00021 #endif // _MANUAL_PAINT_PANEL_H_

Generated on 20 Oct 2010 for creaMaracasVisu_lib by  doxygen 1.6.1