0031682: Visualization - Prs3d_ShadingAspect::SetTransparency() has no effect with...
[occt.git] / src / QABugs / QABugs.hxx
1 // Created on: 2012-03-23
2 // Created by: DBV
3 // Copyright (c) 2002-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef _QABugs_HeaderFile
17 #define _QABugs_HeaderFile
18
19 #include <Standard.hxx>
20 #include <Standard_DefineAlloc.hxx>
21 #include <Standard_Handle.hxx>
22
23 #include <Draw_Interpretor.hxx>
24 class QABugs_MyText;
25 class QABugs_PresentableObject;
26
27
28
29 class QABugs 
30 {
31 public:
32
33   DEFINE_STANDARD_ALLOC
34
35   
36   Standard_EXPORT static void Commands (Draw_Interpretor& DI);
37   
38   Standard_EXPORT static void Commands_1 (Draw_Interpretor& DI);
39   
40   Standard_EXPORT static void Commands_2 (Draw_Interpretor& DI);
41   
42   Standard_EXPORT static void Commands_3 (Draw_Interpretor& DI);
43
44   Standard_EXPORT static void Commands_5 (Draw_Interpretor& DI);
45   
46   Standard_EXPORT static void Commands_6 (Draw_Interpretor& DI);
47   
48   Standard_EXPORT static void Commands_7 (Draw_Interpretor& DI);
49   
50   Standard_EXPORT static void Commands_8 (Draw_Interpretor& DI);
51   
52   Standard_EXPORT static void Commands_9 (Draw_Interpretor& DI);
53   
54   Standard_EXPORT static void Commands_10 (Draw_Interpretor& DI);
55   
56   Standard_EXPORT static void Commands_11 (Draw_Interpretor& DI);
57   
58   Standard_EXPORT static void Commands_12 (Draw_Interpretor& DI);
59   
60   Standard_EXPORT static void Commands_13 (Draw_Interpretor& DI);
61   
62   Standard_EXPORT static void Commands_14 (Draw_Interpretor& DI);
63   
64   Standard_EXPORT static void Commands_15 (Draw_Interpretor& DI);
65   
66   Standard_EXPORT static void Commands_16 (Draw_Interpretor& DI);
67   
68   Standard_EXPORT static void Commands_17 (Draw_Interpretor& DI);
69   
70   Standard_EXPORT static void Commands_18 (Draw_Interpretor& DI);
71   
72   Standard_EXPORT static void Commands_19 (Draw_Interpretor& DI);
73
74   Standard_EXPORT static void Commands_20 (Draw_Interpretor& DI);
75
76   Standard_EXPORT static void Commands_BVH (Draw_Interpretor& DI);
77
78
79 protected:
80
81
82
83
84
85 private:
86
87
88
89
90 friend class QABugs_MyText;
91 friend class QABugs_PresentableObject;
92
93 };
94
95
96
97
98
99
100
101 #endif // _QABugs_HeaderFile