summaryrefslogtreecommitdiff
path: root/inc/Viewer2dTest.hxx
blob: 73cf08d04f511efbfd90c5d48b4ec5dd3db0488c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
// 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 _Viewer2dTest_HeaderFile
#define _Viewer2dTest_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif

#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _TopAbs_ShapeEnum_HeaderFile
#include <TopAbs_ShapeEnum.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_TopTools_HArray1OfShape_HeaderFile
#include <Handle_TopTools_HArray1OfShape.hxx>
#endif
#ifndef _Handle_AIS2D_InteractiveObject_HeaderFile
#include <Handle_AIS2D_InteractiveObject.hxx>
#endif
#ifndef _AIS_KindOfInteractive_HeaderFile
#include <AIS_KindOfInteractive.hxx>
#endif
#ifndef _Handle_TColStd_HArray1OfTransient_HeaderFile
#include <Handle_TColStd_HArray1OfTransient.hxx>
#endif
#ifndef _Handle_V2d_Viewer_HeaderFile
#include <Handle_V2d_Viewer.hxx>
#endif
#ifndef _Handle_AIS2D_InteractiveContext_HeaderFile
#include <Handle_AIS2D_InteractiveContext.hxx>
#endif
#ifndef _Handle_V2d_View_HeaderFile
#include <Handle_V2d_View.hxx>
#endif
#ifndef _Handle_Viewer2dTest_EventManager_HeaderFile
#include <Handle_Viewer2dTest_EventManager.hxx>
#endif
class TopoDS_Shape;
class TopTools_HArray1OfShape;
class AIS2D_InteractiveObject;
class TColStd_HArray1OfTransient;
class V2d_Viewer;
class AIS2D_InteractiveContext;
class V2d_View;
class Viewer2dTest_EventManager;
class Draw_Interpretor;
class Viewer2dTest_EventManager;
class Viewer2dTest_DoubleMapOfInteractiveAndName;
class Viewer2dTest_DataMapOfText;
class Viewer2dTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName;
class Viewer2dTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName;
class Viewer2dTest_DataMapNodeOfDataMapOfText;
class Viewer2dTest_DataMapIteratorOfDataMapOfText;



class Viewer2dTest  {
public:

  void* operator new(size_t,void* anAddress) 
  {
    return anAddress;
  }
  void* operator new(size_t size) 
  {
    return Standard::Allocate(size); 
  }
  void  operator delete(void *anAddress) 
  {
    if (anAddress) Standard::Free((Standard_Address&)anAddress); 
  }

  
//!          implemented in Viewer2dTest_ViewerCommands.cxx <br>
  Standard_EXPORT   static  void ViewerInit(const Standard_Integer thePxLeft = 0,const Standard_Integer thePxTop = 0,const Standard_Integer thePxWidth = 0,const Standard_Integer thePxHeight = 0) ;
  //!  waits until a shape of type <aType> is picked in the AIS2D Viewer and returns it. <br>
//! if <aType> == TopAbs_Shape, any shape can be picked... <br>
//! MaxPick  is the Max number before exiting, if no pick is successfull <br>
  Standard_EXPORT   static  TopoDS_Shape PickShape(const TopAbs_ShapeEnum aType,const Standard_Integer MaxPick = 5) ;
  //! wait until the array is filled with picked shapes. <br>
//!          returns True if the array is filled. <br>
//!          exit if number of unsuccesfull picks =  <MaxPick> <br>
  Standard_EXPORT   static  Standard_Boolean PickShapes(const TopAbs_ShapeEnum aType,Handle(TopTools_HArray1OfShape)& thepicked,const Standard_Integer MaxPick = 5) ;
  //! waits until an interactive object of a given Type <br>
//!          and signature is picked (defaut values authorize <br>
//!          selection of any Interactive Object) <br>
//!          exit if number of unsuccesfull picks =  <MaxPick> <br>
  Standard_EXPORT   static  Handle_AIS2D_InteractiveObject PickObject(const AIS_KindOfInteractive Type = AIS_KOI_None,const Standard_Integer Signature = -1,const Standard_Integer MaxPick = 5) ;
  //! selection of several interactive objects. Number is given <br>
//!          by the size of <thepicked> <br>
//!          exit if number of unsuccesfull picks =  <MaxPick> <br>
  Standard_EXPORT   static  Standard_Boolean PickObjects(Handle(TColStd_HArray1OfTransient)& thepicked,const AIS_KindOfInteractive Type = AIS_KOI_None,const Standard_Integer Signature = -1,const Standard_Integer MaxPick = 5) ;
  
  Standard_EXPORT   static  void GetMousePosition(Standard_Integer& xpix,Standard_Integer& ypix) ;
  
  Standard_EXPORT   static  Handle_V2d_Viewer GetViewerFromContext() ;
  
  Standard_EXPORT   static  Handle_V2d_Viewer GetCollectorFromContext() ;
  
  Standard_EXPORT   static  Handle_AIS2D_InteractiveContext GetAIS2DContext() ;
  
  Standard_EXPORT   static  void SetAIS2DContext(const Handle(AIS2D_InteractiveContext)& aContext) ;
  
  Standard_EXPORT   static  Handle_V2d_View CurrentView() ;
  
  Standard_EXPORT   static  void CurrentView(const Handle(V2d_View)& aViou) ;
  
  Standard_EXPORT   static  void Clear() ;
  //!      puts  <aMgr>   as     current  eventmanager  (the <br>
//!          move,select,...will be applied to <aMgr> <br>
  Standard_EXPORT   static  void SetEventManager(const Handle(Viewer2dTest_EventManager)& aMgr) ;
  //! removes the last EventManager from the list. <br>
  Standard_EXPORT   static  void UnsetEventManager() ;
  //! clear the list of EventManagers and <br>
//!          sets the default EventManager as current <br>
  Standard_EXPORT   static  void ResetEventManager() ;
  
  Standard_EXPORT   static  Handle_Viewer2dTest_EventManager CurrentEventManager() ;
  
  Standard_EXPORT   static  void RemoveSelected() ;
  
  Standard_EXPORT   static  void StandardModeActivation(const Standard_Integer Mode) ;
  
  Standard_EXPORT   static  void Commands(Draw_Interpretor& theCommands) ;
  
  Standard_EXPORT   static  void MyCommands(Draw_Interpretor& theCommands) ;
  
  Standard_EXPORT   static  void GeneralCommands(Draw_Interpretor& theCommands) ;
  
  Standard_EXPORT   static  void ViewerCommands(Draw_Interpretor& theCommands) ;
  
  Standard_EXPORT   static  void DisplayCommands(Draw_Interpretor& theCommands) ;
  
  Standard_EXPORT   static  void ObjectCommands(Draw_Interpretor& theCommands) ;





protected:





private:




friend class Viewer2dTest_EventManager;
friend class Viewer2dTest_DoubleMapOfInteractiveAndName;
friend class Viewer2dTest_DataMapOfText;
friend class Viewer2dTest_DoubleMapNodeOfDoubleMapOfInteractiveAndName;
friend class Viewer2dTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName;
friend class Viewer2dTest_DataMapNodeOfDataMapOfText;
friend class Viewer2dTest_DataMapIteratorOfDataMapOfText;

};





// other Inline functions and methods (like "C++: function call" methods)


#endif