// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _ViewerTest_EventManager_HeaderFile #define _ViewerTest_EventManager_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_ViewerTest_EventManager_HeaderFile #include #endif #ifndef _Handle_AIS_InteractiveContext_HeaderFile #include #endif #ifndef _Handle_V3d_View_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class AIS_InteractiveContext; class V3d_View; class ViewerTest_EventManager : public MMgt_TShared { public: Standard_EXPORT ViewerTest_EventManager(const Handle(V3d_View)& aView,const Handle(AIS_InteractiveContext)& aCtx); Standard_EXPORT virtual void MoveTo(const Standard_Integer xpix,const Standard_Integer ypix) ; Standard_EXPORT virtual void Select() ; Standard_EXPORT virtual void ShiftSelect() ; Standard_EXPORT virtual void Select(const Standard_Integer xmin,const Standard_Integer ymin,const Standard_Integer xmax,const Standard_Integer ymax) ; Standard_EXPORT virtual void ShiftSelect(const Standard_Integer xmin,const Standard_Integer ymin,const Standard_Integer xmax,const Standard_Integer ymax) ; const Handle_AIS_InteractiveContext& Context() const; DEFINE_STANDARD_RTTI(ViewerTest_EventManager) protected: private: Handle_AIS_InteractiveContext myCtx; Handle_V3d_View myView; Standard_Integer myX; Standard_Integer myY; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif