Version: 9.16.0
SalomePyQt_bindings.h
Go to the documentation of this file.
1// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23// File : SalomePyQt_bindings.h
24// Author : Konstantin LEONTEV
25//
26
27#ifndef SALOME_PYQT_BINDINGS_H
28#define SALOME_PYQT_BINDINGS_H
29
30#ifdef _WIN32
31 #include <windows.h>
32 #define _OMNIORB_HOST_BYTE_ORDER_ 1
33#endif // _WIN32
34
35#include "pyside.h"
36#include "sbkconverter.h"
37#include "sbkmodule.h"
38#include "sbkpython.h"
39
40#include <QtCore/QCborStreamReader>
41
42#include <qwt_plot.h>
43#include <qwt_plot_item.h>
44#include <qwt_symbol.h>
45
46#include "Plot2d_Object.h"
47#include "Plot2d_Curve.h"
48#include "QtxActionGroup.h"
49#include "QtxActionSet.h"
50#include "QtxAction.h"
52#include "SalomePyQt.h"
53#endif // SALOME_PYQT_BINDINGS_H