27 #ifndef MEASUREGUI_DIMENSIONINTERACTOR_H
28 #define MEASUREGUI_DIMENSIONINTERACTOR_H
33 #include <SelectMgr_EntityOwner.hxx>
34 #include <NCollection_Sequence.hxx>
35 #include <AIS_ListOfInteractive.hxx>
36 #include <AIS_InteractiveObject.hxx>
37 #include <AIS_Dimension.hxx>
38 #include <V3d_View.hxx>
41 class OCCViewer_ViewManager;
42 class OCCViewer_Viewer;
43 class SUIT_ViewWindow;
79 const Qt::MouseButtons theButtons,
80 const Qt::KeyboardModifiers theKeys );
92 const Handle(V3d_View)& theView,
126 void MoveText(
const Handle(V3d_View)& theView,
const int theX,
const int theY );
163 typedef NCollection_Sequence<Handle(SelectMgr_EntityOwner)>
SeqOfOwners;
173 Handle(AIS_Dimension) myInteractedIO;