|
PLplot
5.14.0
|
Public Member Functions | |
| sipQtExtWidget (int, int, ::QWidget *) | |
| virtual | ~sipQtExtWidget () |
| int | qt_metacall (QMetaObject::Call, int, void **) |
| void * | qt_metacast (const char *) |
| const QMetaObject * | metaObject () const |
| ::QObject * | sipProtect_sender () const |
| int | sipProtect_receivers (const char *) const |
| void | sipProtectVirt_timerEvent (bool, ::QTimerEvent *) |
| void | sipProtectVirt_childEvent (bool, ::QChildEvent *) |
| void | sipProtectVirt_customEvent (bool, ::QEvent *) |
| void | sipProtectVirt_connectNotify (bool, const ::QMetaMethod &) |
| void | sipProtectVirt_disconnectNotify (bool, const ::QMetaMethod &) |
| int | sipProtect_senderSignalIndex () const |
| bool | sipProtect_isSignalConnected (const ::QMetaMethod &) const |
| bool | sipProtectVirt_event (bool, ::QEvent *) |
| void | sipProtectVirt_mouseDoubleClickEvent (bool, ::QMouseEvent *) |
| void | sipProtectVirt_wheelEvent (bool, ::QWheelEvent *) |
| void | sipProtectVirt_keyReleaseEvent (bool, ::QKeyEvent *) |
| void | sipProtectVirt_focusInEvent (bool, ::QFocusEvent *) |
| void | sipProtectVirt_focusOutEvent (bool, ::QFocusEvent *) |
| void | sipProtectVirt_enterEvent (bool, ::QEvent *) |
| void | sipProtectVirt_leaveEvent (bool, ::QEvent *) |
| void | sipProtectVirt_moveEvent (bool, ::QMoveEvent *) |
| void | sipProtectVirt_contextMenuEvent (bool, ::QContextMenuEvent *) |
| void | sipProtectVirt_tabletEvent (bool, ::QTabletEvent *) |
| void | sipProtectVirt_actionEvent (bool, ::QActionEvent *) |
| void | sipProtectVirt_dragEnterEvent (bool, ::QDragEnterEvent *) |
| void | sipProtectVirt_dragMoveEvent (bool, ::QDragMoveEvent *) |
| void | sipProtectVirt_dragLeaveEvent (bool, ::QDragLeaveEvent *) |
| void | sipProtectVirt_dropEvent (bool, ::QDropEvent *) |
| void | sipProtectVirt_showEvent (bool, ::QShowEvent *) |
| void | sipProtectVirt_hideEvent (bool, ::QHideEvent *) |
| void | sipProtectVirt_changeEvent (bool, ::QEvent *) |
| int | sipProtectVirt_metric (bool, ::QPaintDevice::PaintDeviceMetric) const |
| void | sipProtectVirt_inputMethodEvent (bool, ::QInputMethodEvent *) |
| void | sipProtect_updateMicroFocus () |
| void | sipProtect_create (::WId, bool, bool) |
| void | sipProtect_destroy (bool, bool) |
| bool | sipProtectVirt_focusNextPrevChild (bool, bool) |
| bool | sipProtect_focusNextChild () |
| bool | sipProtect_focusPreviousChild () |
| bool | sipProtectVirt_nativeEvent (bool, const ::QByteArray &, void *, long *) |
| ::QPainter * | sipProtectVirt_sharedPainter (bool) const |
| void | sipProtectVirt_initPainter (bool, ::QPainter *) const |
| void | sipProtectVirt_keyPressEvent (bool, ::QKeyEvent *) |
| void | sipProtectVirt_closeEvent (bool, ::QCloseEvent *) |
| void | sipProtect_nextPage () |
| void | sipProtectVirt_resizeEvent (bool, ::QResizeEvent *) |
| void | sipProtect_getPlotParameters (double &, double &, double &, double &) |
| void | sipProtectVirt_paintEvent (bool, ::QPaintEvent *) |
Public Attributes | |
| sipSimpleWrapper * | sipPySelf |
Protected Member Functions | |
| void | initPainter (::QPainter *) const |
| ::QPainter * | sharedPainter () const |
| bool | nativeEvent (const ::QByteArray &, void *, long *) |
| bool | hasHeightForWidth () const |
| bool | focusNextPrevChild (bool) |
| ::QVariant | inputMethodQuery (::Qt::InputMethodQuery) const |
| void | inputMethodEvent (::QInputMethodEvent *) |
| void | changeEvent (::QEvent *) |
| void | hideEvent (::QHideEvent *) |
| void | showEvent (::QShowEvent *) |
| void | dropEvent (::QDropEvent *) |
| void | dragLeaveEvent (::QDragLeaveEvent *) |
| void | dragMoveEvent (::QDragMoveEvent *) |
| void | dragEnterEvent (::QDragEnterEvent *) |
| void | actionEvent (::QActionEvent *) |
| void | tabletEvent (::QTabletEvent *) |
| void | contextMenuEvent (::QContextMenuEvent *) |
| void | closeEvent (::QCloseEvent *) |
| void | resizeEvent (::QResizeEvent *) |
| void | moveEvent (::QMoveEvent *) |
| void | paintEvent (::QPaintEvent *) |
| void | leaveEvent (::QEvent *) |
| void | enterEvent (::QEvent *) |
| void | focusOutEvent (::QFocusEvent *) |
| void | focusInEvent (::QFocusEvent *) |
| void | keyReleaseEvent (::QKeyEvent *) |
| void | keyPressEvent (::QKeyEvent *) |
| void | wheelEvent (::QWheelEvent *) |
| void | mouseMoveEvent (::QMouseEvent *) |
| void | mouseDoubleClickEvent (::QMouseEvent *) |
| void | mouseReleaseEvent (::QMouseEvent *) |
| void | mousePressEvent (::QMouseEvent *) |
| int | heightForWidth (int) const |
| ::QSize | minimumSizeHint () const |
| ::QSize | sizeHint () const |
| void | setVisible (bool) |
| int | devType () const |
| ::QPaintEngine * | paintEngine () const |
| int | metric (::QPaintDevice::PaintDeviceMetric) const |
| bool | event (::QEvent *) |
| bool | eventFilter (::QObject *, ::QEvent *) |
| void | timerEvent (::QTimerEvent *) |
| void | childEvent (::QChildEvent *) |
| void | customEvent (::QEvent *) |
| void | connectNotify (const ::QMetaMethod &) |
| void | disconnectNotify (const ::QMetaMethod &) |
Private Member Functions | |
| sipQtExtWidget (const sipQtExtWidget &) | |
| sipQtExtWidget & | operator= (const sipQtExtWidget &) |
Private Attributes | |
| char | sipPyMethods [46] |
Definition at line 216 of file sipplplot_pyqt5QtExtWidget.cpp.
| sipQtExtWidget::sipQtExtWidget | ( | int | a0, |
| int | a1, | ||
| ::QWidget * | a2 | ||
| ) |
Definition at line 338 of file sipplplot_pyqt5QtExtWidget.cpp.
|
virtual |
Definition at line 343 of file sipplplot_pyqt5QtExtWidget.cpp.
|
private |
|
protected |
Definition at line 610 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 484 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1090 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 664 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1126 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 646 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1108 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 997 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1144 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 592 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 556 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 574 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 538 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 754 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1042 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1057 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 790 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 436 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 772 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 421 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 934 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 502 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 373 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 466 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 451 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 826 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 808 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 736 of file sipplplot_pyqt5QtExtWidget.cpp.
| const QMetaObject * sipQtExtWidget::metaObject | ( | ) | const |
Definition at line 348 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1027 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 949 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 880 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 862 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 916 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 898 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 700 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 406 of file sipplplot_pyqt5QtExtWidget.cpp.
|
private |
|
protected |
Definition at line 1012 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 718 of file sipplplot_pyqt5QtExtWidget.cpp.
| int sipQtExtWidget::qt_metacall | ( | QMetaObject::Call | _c, |
| int | _id, | ||
| void ** | _a | ||
| ) |
Definition at line 356 of file sipplplot_pyqt5QtExtWidget.cpp.
| void * sipQtExtWidget::qt_metacast | ( | const char * | _clname | ) |
Definition at line 366 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 682 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 979 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 391 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 520 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtect_create | ( | ::WId | a0, |
| bool | a1, | ||
| bool | a2 | ||
| ) |
Definition at line 1317 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtect_destroy | ( | bool | a0, |
| bool | a1 | ||
| ) |
Definition at line 1322 of file sipplplot_pyqt5QtExtWidget.cpp.
| bool sipQtExtWidget::sipProtect_focusNextChild | ( | ) |
Definition at line 1332 of file sipplplot_pyqt5QtExtWidget.cpp.
| bool sipQtExtWidget::sipProtect_focusPreviousChild | ( | ) |
Definition at line 1337 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtect_getPlotParameters | ( | double & | a0, |
| double & | a1, | ||
| double & | a2, | ||
| double & | a3 | ||
| ) |
Definition at line 1377 of file sipplplot_pyqt5QtExtWidget.cpp.
| bool sipQtExtWidget::sipProtect_isSignalConnected | ( | const ::QMetaMethod & | a0 | ) | const |
Definition at line 1202 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtect_nextPage | ( | ) |
Definition at line 1367 of file sipplplot_pyqt5QtExtWidget.cpp.
| int sipQtExtWidget::sipProtect_receivers | ( | const char * | a0 | ) | const |
Definition at line 1167 of file sipplplot_pyqt5QtExtWidget.cpp.
| QObject * sipQtExtWidget::sipProtect_sender | ( | ) | const |
Definition at line 1162 of file sipplplot_pyqt5QtExtWidget.cpp.
| int sipQtExtWidget::sipProtect_senderSignalIndex | ( | ) | const |
Definition at line 1197 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtect_updateMicroFocus | ( | ) |
Definition at line 1312 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_actionEvent | ( | bool | sipSelfWasArg, |
| ::QActionEvent * | a0 | ||
| ) |
Definition at line 1262 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_changeEvent | ( | bool | sipSelfWasArg, |
| ::QEvent * | a0 | ||
| ) |
Definition at line 1297 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_childEvent | ( | bool | sipSelfWasArg, |
| ::QChildEvent * | a0 | ||
| ) |
Definition at line 1177 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_closeEvent | ( | bool | sipSelfWasArg, |
| ::QCloseEvent * | a0 | ||
| ) |
Definition at line 1362 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_connectNotify | ( | bool | sipSelfWasArg, |
| const ::QMetaMethod & | a0 | ||
| ) |
Definition at line 1187 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_contextMenuEvent | ( | bool | sipSelfWasArg, |
| ::QContextMenuEvent * | a0 | ||
| ) |
Definition at line 1252 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_customEvent | ( | bool | sipSelfWasArg, |
| ::QEvent * | a0 | ||
| ) |
Definition at line 1182 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_disconnectNotify | ( | bool | sipSelfWasArg, |
| const ::QMetaMethod & | a0 | ||
| ) |
Definition at line 1192 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_dragEnterEvent | ( | bool | sipSelfWasArg, |
| ::QDragEnterEvent * | a0 | ||
| ) |
Definition at line 1267 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_dragLeaveEvent | ( | bool | sipSelfWasArg, |
| ::QDragLeaveEvent * | a0 | ||
| ) |
Definition at line 1277 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_dragMoveEvent | ( | bool | sipSelfWasArg, |
| ::QDragMoveEvent * | a0 | ||
| ) |
Definition at line 1272 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_dropEvent | ( | bool | sipSelfWasArg, |
| ::QDropEvent * | a0 | ||
| ) |
Definition at line 1282 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_enterEvent | ( | bool | sipSelfWasArg, |
| ::QEvent * | a0 | ||
| ) |
Definition at line 1237 of file sipplplot_pyqt5QtExtWidget.cpp.
| bool sipQtExtWidget::sipProtectVirt_event | ( | bool | sipSelfWasArg, |
| ::QEvent * | a0 | ||
| ) |
Definition at line 1207 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_focusInEvent | ( | bool | sipSelfWasArg, |
| ::QFocusEvent * | a0 | ||
| ) |
Definition at line 1227 of file sipplplot_pyqt5QtExtWidget.cpp.
| bool sipQtExtWidget::sipProtectVirt_focusNextPrevChild | ( | bool | sipSelfWasArg, |
| bool | a0 | ||
| ) |
Definition at line 1327 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_focusOutEvent | ( | bool | sipSelfWasArg, |
| ::QFocusEvent * | a0 | ||
| ) |
Definition at line 1232 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_hideEvent | ( | bool | sipSelfWasArg, |
| ::QHideEvent * | a0 | ||
| ) |
Definition at line 1292 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_initPainter | ( | bool | sipSelfWasArg, |
| ::QPainter * | a0 | ||
| ) | const |
Definition at line 1352 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_inputMethodEvent | ( | bool | sipSelfWasArg, |
| ::QInputMethodEvent * | a0 | ||
| ) |
Definition at line 1307 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_keyPressEvent | ( | bool | sipSelfWasArg, |
| ::QKeyEvent * | a0 | ||
| ) |
Definition at line 1357 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_keyReleaseEvent | ( | bool | sipSelfWasArg, |
| ::QKeyEvent * | a0 | ||
| ) |
Definition at line 1222 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_leaveEvent | ( | bool | sipSelfWasArg, |
| ::QEvent * | a0 | ||
| ) |
Definition at line 1242 of file sipplplot_pyqt5QtExtWidget.cpp.
| int sipQtExtWidget::sipProtectVirt_metric | ( | bool | sipSelfWasArg, |
| ::QPaintDevice::PaintDeviceMetric | a0 | ||
| ) | const |
Definition at line 1302 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_mouseDoubleClickEvent | ( | bool | sipSelfWasArg, |
| ::QMouseEvent * | a0 | ||
| ) |
Definition at line 1212 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_moveEvent | ( | bool | sipSelfWasArg, |
| ::QMoveEvent * | a0 | ||
| ) |
Definition at line 1247 of file sipplplot_pyqt5QtExtWidget.cpp.
| bool sipQtExtWidget::sipProtectVirt_nativeEvent | ( | bool | sipSelfWasArg, |
| const ::QByteArray & | a0, | ||
| void * | a1, | ||
| long * | a2 | ||
| ) |
Definition at line 1342 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_paintEvent | ( | bool | sipSelfWasArg, |
| ::QPaintEvent * | a0 | ||
| ) |
Definition at line 1382 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_resizeEvent | ( | bool | sipSelfWasArg, |
| ::QResizeEvent * | a0 | ||
| ) |
Definition at line 1372 of file sipplplot_pyqt5QtExtWidget.cpp.
| QPainter * sipQtExtWidget::sipProtectVirt_sharedPainter | ( | bool | sipSelfWasArg | ) | const |
Definition at line 1347 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_showEvent | ( | bool | sipSelfWasArg, |
| ::QShowEvent * | a0 | ||
| ) |
Definition at line 1287 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_tabletEvent | ( | bool | sipSelfWasArg, |
| ::QTabletEvent * | a0 | ||
| ) |
Definition at line 1257 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_timerEvent | ( | bool | sipSelfWasArg, |
| ::QTimerEvent * | a0 | ||
| ) |
Definition at line 1172 of file sipplplot_pyqt5QtExtWidget.cpp.
| void sipQtExtWidget::sipProtectVirt_wheelEvent | ( | bool | sipSelfWasArg, |
| ::QWheelEvent * | a0 | ||
| ) |
Definition at line 1217 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 964 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 628 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 1072 of file sipplplot_pyqt5QtExtWidget.cpp.
|
protected |
Definition at line 844 of file sipplplot_pyqt5QtExtWidget.cpp.
|
private |
Definition at line 335 of file sipplplot_pyqt5QtExtWidget.cpp.
| sipSimpleWrapper* sipQtExtWidget::sipPySelf |
Definition at line 329 of file sipplplot_pyqt5QtExtWidget.cpp.