pixel_view.cpp

Go to the documentation of this file.
00001 //--------------------------------------------------
00012 //---------------------------------------------------
00013 
00014 #include "pixel_view.h"
00015 #include "../controller/data_view_mediator.h"
00016 
00017 
00018 namespace imedgine 
00019 { 
00020   PixelView::PixelView(view_type type)
00021   : View(type)
00022   { 
00023   }
00024   
00025   //---------------------------------------------------
00026          
00027   PixelView::PixelView(PixelView const& src)
00028   : View(src)
00029   { 
00030   }
00031   
00032   //---------------------------------------------------
00033   
00034   PixelView::~PixelView()
00035   {
00036   }
00037 }

Generated on Sun Aug 13 18:19:41 2006 for iMEDgine by  doxygen 1.4.6