0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / src / QABugs / QABugs.hxx
CommitLineData
42cf5bc1 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>
24class QABugs_MyText;
25class QABugs_PresentableObject;
26
27
28
29class QABugs
30{
31public:
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_4 (Draw_Interpretor& DI);
45
46 Standard_EXPORT static void Commands_5 (Draw_Interpretor& DI);
47
48 Standard_EXPORT static void Commands_6 (Draw_Interpretor& DI);
49
50 Standard_EXPORT static void Commands_7 (Draw_Interpretor& DI);
51
52 Standard_EXPORT static void Commands_8 (Draw_Interpretor& DI);
53
54 Standard_EXPORT static void Commands_9 (Draw_Interpretor& DI);
55
56 Standard_EXPORT static void Commands_10 (Draw_Interpretor& DI);
57
58 Standard_EXPORT static void Commands_11 (Draw_Interpretor& DI);
59
60 Standard_EXPORT static void Commands_12 (Draw_Interpretor& DI);
61
62 Standard_EXPORT static void Commands_13 (Draw_Interpretor& DI);
63
64 Standard_EXPORT static void Commands_14 (Draw_Interpretor& DI);
65
66 Standard_EXPORT static void Commands_15 (Draw_Interpretor& DI);
67
68 Standard_EXPORT static void Commands_16 (Draw_Interpretor& DI);
69
70 Standard_EXPORT static void Commands_17 (Draw_Interpretor& DI);
71
72 Standard_EXPORT static void Commands_18 (Draw_Interpretor& DI);
73
74 Standard_EXPORT static void Commands_19 (Draw_Interpretor& DI);
75
4e14c88f 76 Standard_EXPORT static void Commands_20 (Draw_Interpretor& DI);
42cf5bc1 77
78
79
80protected:
81
82
83
84
85
86private:
87
88
89
90
91friend class QABugs_MyText;
92friend class QABugs_PresentableObject;
93
94};
95
96
97
98
99
100
101
102#endif // _QABugs_HeaderFile