HOpCreateRectangle.h
Go to the documentation of this file.
00001 // HOpCreateRectangle.h : interface of the HOpCreateRectangle class, derived from HOpConstructRectangle
00002 
00003 #ifndef _HOpCreateRectangle_H
00004 #define _HOpCreateRectangle_H
00005 
00006 #include "HTools.h"
00007 #include "HOpConstructRectangle.h" 
00008 
00010 
00014 class HOpCreateRectangle : public HOpConstructRectangle
00015 {
00016 public:
00018     HOpCreateRectangle(HBaseView* view, int DoRepeat=0, int DoCapture=1);
00019     ~HOpCreateRectangle();
00020 
00024     virtual const char * GetName();  
00025 
00031     virtual int OnLButtonUp(HEventInfo &event);  
00032     
00033     HBaseOperator * Clone();  
00034 };
00035 #endif  // _HOpCreateRectangle_H