PythonQt
PythonQtSlotDecorator.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*
4 *
5 * Copyright (C) 2010 MeVis Medical Solutions AG All Rights Reserved.
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * Further, this software is distributed without any warranty that it is
18 * free of the rightful claim of any third person regarding infringement
19 * or the like. Any license provided herein, whether implied or
20 * otherwise, applies only to this software file. Patent licenses, if
21 * any, provided herein do not apply to combinations of this program with
22 * other software, or any other product whatsoever.
23 *
24 * You should have received a copy of the GNU Lesser General Public
25 * License along with this library; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27 *
28 * Contact information: MeVis Medical Solutions AG, Universitaetsallee 29,
29 * 28359 Bremen, Germany or:
30 *
31 * http://www.mevis.de
32 *
33 */
34 
35 #include "PythonQtPythonInclude.h"
36 #include "PythonQtSystem.h"
37 #include <QByteArray>
38 #include <QList>
39 
40 #include <structmember.h>
41 
43 
44 #define PythonQtSlotDecorator_Check(op) (Py_TYPE(op) == &PythonQtSlotDecorator_Type)
45 
47  PyObject_HEAD
48  QByteArray* args;
49  QByteArray* returnType;
50 };
PYTHONQT_EXPORT PyTypeObject PythonQtSlotDecorator_Type
#define PYTHONQT_EXPORT
PyObject_HEAD QByteArray * args