PLplot 5.15.0
|
#include "sipAPIplplot_pyqt5.h"
#include "qt.h"
#include <qwidget.h>
#include <qevent.h>
#include <qscreen.h>
#include <qnamespace.h>
#include <qstring.h>
#include <qicon.h>
#include <qpainter.h>
#include <qbytearray.h>
#include <qwindow.h>
#include <qpixmap.h>
#include <qrect.h>
#include <qmargins.h>
#include <qgraphicseffect.h>
#include <qgraphicsproxywidget.h>
#include <QtGlobal>
#include <qlocale.h>
#include <qpaintdevice.h>
#include <qpoint.h>
#include <qregion.h>
#include <qsize.h>
#include <qfontinfo.h>
#include <qfontmetrics.h>
#include <qfont.h>
#include <qvariant.h>
#include <qcoreevent.h>
#include <qpaintengine.h>
#include <qlist.h>
#include <qaction.h>
#include <qlayout.h>
#include <qsizepolicy.h>
#include <qkeysequence.h>
#include <qcursor.h>
#include <qbitmap.h>
#include <qpalette.h>
#include <qstyle.h>
#include <qobjectdefs.h>
#include <qmetaobject.h>
#include <qobject.h>
#include <qthread.h>
#include <qregexp.h>
#include <qregularexpression.h>
Go to the source code of this file.
Classes | |
class | sipQtPLWidget |
Functions | |
PyDoc_STRVAR (doc_QtPLWidget_clearWidget, "clearWidget(self)") | |
static PyObject * | meth_QtPLWidget_clearWidget (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_mousePressEvent, "mousePressEvent(self, event: Optional[QMouseEvent])") | |
static PyObject * | meth_QtPLWidget_mousePressEvent (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_keyPressEvent, "keyPressEvent(self, event: Optional[QKeyEvent])") | |
static PyObject * | meth_QtPLWidget_keyPressEvent (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_closeEvent, "closeEvent(self, event: Optional[QCloseEvent])") | |
static PyObject * | meth_QtPLWidget_closeEvent (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_nextPage, "nextPage(self)") | |
static PyObject * | meth_QtPLWidget_nextPage (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_resizeEvent, "resizeEvent(self, a0: Optional[QResizeEvent])") | |
static PyObject * | meth_QtPLWidget_resizeEvent (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_paintEvent, "paintEvent(self, a0: Optional[QPaintEvent])") | |
static PyObject * | meth_QtPLWidget_paintEvent (PyObject *, PyObject *) |
PyDoc_STRVAR (doc_QtPLWidget_getPlotParameters, "getPlotParameters(self) -> (float, float, float, float)") | |
static PyObject * | meth_QtPLWidget_getPlotParameters (PyObject *, PyObject *) |
static void * | cast_QtPLWidget (void *, const sipTypeDef *) |
static void | release_QtPLWidget (void *, int) |
static void * | array_QtPLWidget (Py_ssize_t) |
static void | array_delete_QtPLWidget (void *) |
static void | dealloc_QtPLWidget (sipSimpleWrapper *) |
static void * | init_type_QtPLWidget (sipSimpleWrapper *, PyObject *, PyObject *, PyObject **, PyObject **, PyObject **) |
PyDoc_STRVAR (doc_QtPLWidget, "\1QtPLWidget(i_iWidth: int = QT_DEFAULT_X, i_iHeight: int = QT_DEFAULT_Y, parent: Optional[QWidget] = None)") |
Variables | |
static sipEncodedTypeDef | supers_QtPLWidget [] = {{0, 2, 0}, {1, 255, 1}} |
static PyMethodDef | methods_QtPLWidget [] |
static pyqt5ClassPluginDef | plugin_QtPLWidget |
sipClassTypeDef | sipTypeDef_plplot_pyqt5_QtPLWidget |
|
static |
Definition at line 1379 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1372 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1340 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1386 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1399 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1128 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1207 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1313 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1180 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1153 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1234 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1286 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1259 of file sipplplot_pyqt5QtPLWidget.cpp.
PyDoc_STRVAR | ( | doc_QtPLWidget | , |
"\1QtPLWidget(i_iWidth: int = QT_DEFAULT_X, i_iHeight: int = QT_DEFAULT_Y, parent: Optional[QWidget] = None)" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_clearWidget | , |
"clearWidget(self)" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_closeEvent | , |
"closeEvent(self, event: Optional[QCloseEvent])" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_getPlotParameters | , |
"getPlotParameters(self) -> (float, float, float, float)" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_keyPressEvent | , |
"keyPressEvent(self, event: Optional[QKeyEvent])" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_mousePressEvent | , |
"mousePressEvent(self, event: Optional[QMouseEvent])" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_nextPage | , |
"nextPage(self)" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_paintEvent | , |
"paintEvent(self, a0: Optional[QPaintEvent])" | ) |
PyDoc_STRVAR | ( | doc_QtPLWidget_resizeEvent | , |
"resizeEvent(self, a0: Optional[QResizeEvent])" | ) |
|
static |
Definition at line 1360 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1426 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1440 of file sipplplot_pyqt5QtPLWidget.cpp.
sipClassTypeDef sipTypeDef_plplot_pyqt5_QtPLWidget |
Definition at line 1448 of file sipplplot_pyqt5QtPLWidget.cpp.
|
static |
Definition at line 1423 of file sipplplot_pyqt5QtPLWidget.cpp.