• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

bitmapwindow.h

Go to the documentation of this file.
00001 
00005 #ifndef __BITMAPWINDOW_H
00006 #define __BITMAPWINDOW_H
00007 
00008 #include "imagewindow.h"
00009 
00010 
00012 class imlabBitmapWindow: public imlabImageWindow
00013 {
00014 public:
00015   Ihandle *canvas;
00016 
00017   imImageView* image_view;
00018 
00019   imlabBitmapWindow(imlabImageDocument* document);
00020   ~imlabBitmapWindow();
00021   void Update();
00022   void Refresh();
00023 };
00024 
00025 
00026 #endif

Generated on Wed Jan 9 2019 09:48:59 for IMLAB by  doxygen 1.7.1