HOpCreateRectangle.h
Go to the documentation of this file.
1 // HOpCreateRectangle.h : interface of the HOpCreateRectangle class, derived from HOpConstructRectangle
2 
3 #ifndef _HOpCreateRectangle_H
4 #define _HOpCreateRectangle_H
5 
6 #include "HTools.h"
7 #include "HOpConstructRectangle.h"
8 
10 
15 {
16 public:
18  HOpCreateRectangle(HBaseView* view, int DoRepeat=0, int DoCapture=1);
20 
24  virtual const char * GetName();
25 
31  virtual int OnLButtonUp(HEventInfo &event);
32 
33  HBaseOperator * Clone();
34 };
35 #endif // _HOpCreateRectangle_H
HOpCreateRectangle(HBaseView *view, int DoRepeat=0, int DoCapture=1, bool UseCenterMarker=true)
The HOpCreateRectangle class inserts a 2D rectangle into the model segment.
Definition: HOpCreateRectangle.h:14
virtual int OnLButtonUp(HEventInfo &hevent)
virtual HBaseOperator * Clone()
virtual const char * GetName()