Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

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 
14 class HOpCreateRectangle : public HOpConstructRectangle
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
The HOpCreateRectangle class inserts a 2D rectangle into the model segment.
Definition: HOpCreateRectangle.h:14
HOpCreateRectangle(HBaseView *view, int DoRepeat=0, int DoCapture=1)
HBaseOperator * Clone()
virtual int OnLButtonUp(HEventInfo &event)
virtual const char * GetName()