PLplot  5.15.0
sipplplot_pyqt5QtPLWidget.cpp File Reference
#include "sipAPIplplot_pyqt5.h"
#include "qt.h"
#include <qwidget.h>
#include <qevent.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

static PyObject * meth_QtPLWidget_sender (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_receivers (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_timerEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_childEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_customEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_connectNotify (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_disconnectNotify (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_senderSignalIndex (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_isSignalConnected (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_event (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_mouseReleaseEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_mouseDoubleClickEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_mouseMoveEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_wheelEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_keyReleaseEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_focusInEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_focusOutEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_enterEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_leaveEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_moveEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_contextMenuEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_tabletEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_actionEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_dragEnterEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_dragMoveEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_dragLeaveEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_dropEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_showEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_hideEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_changeEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_metric (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_inputMethodEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_updateMicroFocus (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_create (PyObject *, PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_destroy (PyObject *, PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_focusNextPrevChild (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_focusNextChild (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_focusPreviousChild (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_nativeEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_sharedPainter (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_initPainter (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_clearWidget (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_mousePressEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_keyPressEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_closeEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_nextPage (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_resizeEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_paintEvent (PyObject *, PyObject *)
 
static PyObject * meth_QtPLWidget_getPlotParameters (PyObject *, PyObject *)
 
static void * cast_QtPLWidget (void *, const sipTypeDef *)
 
static void release_QtPLWidget (void *, int)
 
static void dealloc_QtPLWidget (sipSimpleWrapper *)
 
static void * init_type_QtPLWidget (sipSimpleWrapper *, PyObject *, PyObject *, PyObject **, PyObject **, PyObject **)
 

Variables

static sipEncodedTypeDef supers_QtPLWidget [] = {{0, 2, 0}, {1, 255, 1}}
 
static PyMethodDef methods_QtPLWidget []
 
static pyqt5ClassPluginDef plugin_QtPLWidget
 
sipClassTypeDef sipTypeDef_plplot_pyqt5_QtPLWidget
 

Function Documentation

◆ cast_QtPLWidget()

static void * cast_QtPLWidget ( void *  sipCppV,
const sipTypeDef *  targetType 
)
static

Definition at line 2768 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ dealloc_QtPLWidget()

static void dealloc_QtPLWidget ( sipSimpleWrapper *  sipSelf)
static

Definition at line 2802 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ init_type_QtPLWidget()

static void * init_type_QtPLWidget ( sipSimpleWrapper *  sipSelf,
PyObject *  sipArgs,
PyObject *  sipKwds,
PyObject **  sipUnused,
PyObject **  ,
PyObject **  sipParseErr 
)
static

Definition at line 2815 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_actionEvent()

static PyObject * meth_QtPLWidget_actionEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2050 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_changeEvent()

static PyObject * meth_QtPLWidget_changeEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2232 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_childEvent()

static PyObject * meth_QtPLWidget_childEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1556 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_clearWidget()

static PyObject * meth_QtPLWidget_clearWidget ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2562 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_closeEvent()

static PyObject * meth_QtPLWidget_closeEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2638 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_connectNotify()

static PyObject * meth_QtPLWidget_connectNotify ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1608 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_contextMenuEvent()

static PyObject * meth_QtPLWidget_contextMenuEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1998 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_create()

static PyObject * meth_QtPLWidget_create ( PyObject *  sipSelf,
PyObject *  sipArgs,
PyObject *  sipKwds 
)
static

Definition at line 2335 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_customEvent()

static PyObject * meth_QtPLWidget_customEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1582 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_destroy()

static PyObject * meth_QtPLWidget_destroy ( PyObject *  sipSelf,
PyObject *  sipArgs,
PyObject *  sipKwds 
)
static

Definition at line 2371 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_disconnectNotify()

static PyObject * meth_QtPLWidget_disconnectNotify ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1634 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_dragEnterEvent()

static PyObject * meth_QtPLWidget_dragEnterEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2076 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_dragLeaveEvent()

static PyObject * meth_QtPLWidget_dragLeaveEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2128 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_dragMoveEvent()

static PyObject * meth_QtPLWidget_dragMoveEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2102 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_dropEvent()

static PyObject * meth_QtPLWidget_dropEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2154 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_enterEvent()

static PyObject * meth_QtPLWidget_enterEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1920 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_event()

static PyObject * meth_QtPLWidget_event ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1711 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_focusInEvent()

static PyObject * meth_QtPLWidget_focusInEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1868 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_focusNextChild()

static PyObject * meth_QtPLWidget_focusNextChild ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2429 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_focusNextPrevChild()

static PyObject * meth_QtPLWidget_focusNextPrevChild ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2402 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_focusOutEvent()

static PyObject * meth_QtPLWidget_focusOutEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1894 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_focusPreviousChild()

static PyObject * meth_QtPLWidget_focusPreviousChild ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2454 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_getPlotParameters()

static PyObject * meth_QtPLWidget_getPlotParameters ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2740 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_hideEvent()

static PyObject * meth_QtPLWidget_hideEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2206 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_initPainter()

static PyObject * meth_QtPLWidget_initPainter ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2536 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_inputMethodEvent()

static PyObject * meth_QtPLWidget_inputMethodEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2285 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_isSignalConnected()

static PyObject * meth_QtPLWidget_isSignalConnected ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1685 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_keyPressEvent()

static PyObject * meth_QtPLWidget_keyPressEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2612 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_keyReleaseEvent()

static PyObject * meth_QtPLWidget_keyReleaseEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1842 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_leaveEvent()

static PyObject * meth_QtPLWidget_leaveEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1946 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_metric()

static PyObject * meth_QtPLWidget_metric ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2258 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_mouseDoubleClickEvent()

static PyObject * meth_QtPLWidget_mouseDoubleClickEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1764 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_mouseMoveEvent()

static PyObject * meth_QtPLWidget_mouseMoveEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1790 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_mousePressEvent()

static PyObject * meth_QtPLWidget_mousePressEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2586 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_mouseReleaseEvent()

static PyObject * meth_QtPLWidget_mouseReleaseEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1738 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_moveEvent()

static PyObject * meth_QtPLWidget_moveEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1972 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_nativeEvent()

static PyObject * meth_QtPLWidget_nativeEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2479 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_nextPage()

static PyObject * meth_QtPLWidget_nextPage ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2664 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_paintEvent()

static PyObject * meth_QtPLWidget_paintEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2714 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_receivers()

static PyObject * meth_QtPLWidget_receivers ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1465 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_resizeEvent()

static PyObject * meth_QtPLWidget_resizeEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2688 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_sender()

static PyObject * meth_QtPLWidget_sender ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1412 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_senderSignalIndex()

static PyObject * meth_QtPLWidget_senderSignalIndex ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1660 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_sharedPainter()

static PyObject * meth_QtPLWidget_sharedPainter ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2510 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_showEvent()

static PyObject * meth_QtPLWidget_showEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2180 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_tabletEvent()

static PyObject * meth_QtPLWidget_tabletEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2024 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_timerEvent()

static PyObject * meth_QtPLWidget_timerEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1530 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_updateMicroFocus()

static PyObject * meth_QtPLWidget_updateMicroFocus ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 2311 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ meth_QtPLWidget_wheelEvent()

static PyObject * meth_QtPLWidget_wheelEvent ( PyObject *  sipSelf,
PyObject *  sipArgs 
)
static

Definition at line 1816 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ release_QtPLWidget()

static void release_QtPLWidget ( void *  sipCppV,
int   
)
static

Definition at line 2790 of file sipplplot_pyqt5QtPLWidget.cpp.

Variable Documentation

◆ methods_QtPLWidget

PyMethodDef methods_QtPLWidget[]
static

Definition at line 2842 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ plugin_QtPLWidget

pyqt5ClassPluginDef plugin_QtPLWidget
static
Initial value:
= {
& ::QtPLWidget::staticMetaObject,
0,
SIP_NULLPTR,
SIP_NULLPTR
}

Definition at line 2895 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ sipTypeDef_plplot_pyqt5_QtPLWidget

sipClassTypeDef sipTypeDef_plplot_pyqt5_QtPLWidget

Definition at line 2903 of file sipplplot_pyqt5QtPLWidget.cpp.

◆ supers_QtPLWidget

sipEncodedTypeDef supers_QtPLWidget[] = {{0, 2, 0}, {1, 255, 1}}
static

Definition at line 2839 of file sipplplot_pyqt5QtPLWidget.cpp.