00001 // Copyright (c) 1998-2014 by Tech Soft 3D, Inc. 00002 // 00003 // The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., 00004 // and considered a trade secret as defined under civil and criminal statutes. 00005 // Tech Soft 3D, Inc. shall pursue its civil and criminal remedies in the event of 00006 // unauthorized use or misappropriation of its trade secrets. Use of this information 00007 // by anyone other than authorized employees of Tech Soft 3D, Inc. is granted only under 00008 // a written non-disclosure agreement, expressly prescribing the scope and manner of such use. 00009 00010 #ifndef _HOPCreateCIRCLE_H 00011 #define _HOPCreateCIRCLE_H 00012 00013 #ifdef H_PACK_8 00014 #pragma pack(push) 00015 #pragma pack(8) 00016 #endif 00017 00018 #include "HTools.h" 00019 #include "HOpConstructCircle.h" 00020 00022 00033 class MVO_API HOpCreateCircle : public HOpConstructCircle 00034 { 00035 public: 00045 HOpCreateCircle(HBaseView* view, int DoRepeat=0, int DoCapture=1, bool UseCenterMarker=true); 00046 virtual ~HOpCreateCircle(); 00047 00051 virtual const char * GetName(); 00052 00053 00060 virtual int OnLButtonUp(HEventInfo &hevent); 00061 00067 virtual HBaseOperator * Clone(); 00068 }; 00069 00070 #ifdef H_PACK_8 00071 #pragma pack(pop) 00072 #endif 00073 00074 #endif 00075 00076 00077 00078