0031687: Draw Harness, ViewerTest - extend command vrenderparams with option updating...
[occt.git] / src / QABugs / QABugs.cxx
CommitLineData
1cd84fee 1// Created on: 2012-03-23
2// Created by: DBV
973c2be1 3// Copyright (c) 2002-2014 OPEN CASCADE SAS
b311480e 4//
973c2be1 5// This file is part of Open CASCADE Technology software library.
b311480e 6//
d5f74e42 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
973c2be1 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.
b311480e 12//
973c2be1 13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
7fd59977 15
1cd84fee 16#include <QABugs.hxx>
7fd59977 17
1cd84fee 18void QABugs::Commands(Draw_Interpretor& theCommands) {
19 QABugs::Commands_1(theCommands);
20 QABugs::Commands_2(theCommands);
21 QABugs::Commands_3(theCommands);
1cd84fee 22 QABugs::Commands_5(theCommands);
23 QABugs::Commands_6(theCommands);
24 QABugs::Commands_7(theCommands);
25 QABugs::Commands_8(theCommands);
26 QABugs::Commands_9(theCommands);
27 QABugs::Commands_10(theCommands);
28 QABugs::Commands_11(theCommands);
29 QABugs::Commands_12(theCommands);
30 QABugs::Commands_13(theCommands);
31 QABugs::Commands_14(theCommands);
32 QABugs::Commands_15(theCommands);
33 QABugs::Commands_16(theCommands);
34 QABugs::Commands_17(theCommands);
35 QABugs::Commands_18(theCommands);
36 QABugs::Commands_19(theCommands);
4e14c88f 37 QABugs::Commands_20(theCommands);
7c1a8210 38 QABugs::Commands_BVH(theCommands);
7fd59977 39
40 return;
41}