PLplot 5.15.0
Loading...
Searching...
No Matches
sipQtExtWidget Class Reference
Inheritance diagram for sipQtExtWidget:

Public Member Functions

 sipQtExtWidget (int, int, ::QWidget *)
 
virtual ~sipQtExtWidget ()
 
int qt_metacall (QMetaObject::Call, int, void **) SIP_OVERRIDE
 
void * qt_metacast (const char *) SIP_OVERRIDE
 
const QMetaObject * metaObject () const SIP_OVERRIDE
 

Public Attributes

sipSimpleWrappersipPySelf
 

Protected Member Functions

void initPainter (::QPainter *) const SIP_OVERRIDE
 
::QPainter * sharedPainter () const SIP_OVERRIDE
 
bool nativeEvent (const ::QByteArray &, void *, long *) SIP_OVERRIDE
 
bool hasHeightForWidth () const SIP_OVERRIDE
 
bool focusNextPrevChild (bool) SIP_OVERRIDE
 
::QVariant inputMethodQuery (::Qt::InputMethodQuery) const SIP_OVERRIDE
 
void inputMethodEvent (::QInputMethodEvent *) SIP_OVERRIDE
 
void changeEvent (::QEvent *) SIP_OVERRIDE
 
void hideEvent (::QHideEvent *) SIP_OVERRIDE
 
void showEvent (::QShowEvent *) SIP_OVERRIDE
 
void dropEvent (::QDropEvent *) SIP_OVERRIDE
 
void dragLeaveEvent (::QDragLeaveEvent *) SIP_OVERRIDE
 
void dragMoveEvent (::QDragMoveEvent *) SIP_OVERRIDE
 
void dragEnterEvent (::QDragEnterEvent *) SIP_OVERRIDE
 
void actionEvent (::QActionEvent *) SIP_OVERRIDE
 
void tabletEvent (::QTabletEvent *) SIP_OVERRIDE
 
void contextMenuEvent (::QContextMenuEvent *) SIP_OVERRIDE
 
void closeEvent (::QCloseEvent *) SIP_OVERRIDE
 
void resizeEvent (::QResizeEvent *) SIP_OVERRIDE
 
void moveEvent (::QMoveEvent *) SIP_OVERRIDE
 
void paintEvent (::QPaintEvent *) SIP_OVERRIDE
 
void leaveEvent (::QEvent *) SIP_OVERRIDE
 
void enterEvent (::QEvent *) SIP_OVERRIDE
 
void focusOutEvent (::QFocusEvent *) SIP_OVERRIDE
 
void focusInEvent (::QFocusEvent *) SIP_OVERRIDE
 
void keyReleaseEvent (::QKeyEvent *) SIP_OVERRIDE
 
void keyPressEvent (::QKeyEvent *) SIP_OVERRIDE
 
void wheelEvent (::QWheelEvent *) SIP_OVERRIDE
 
void mouseMoveEvent (::QMouseEvent *) SIP_OVERRIDE
 
void mouseDoubleClickEvent (::QMouseEvent *) SIP_OVERRIDE
 
void mouseReleaseEvent (::QMouseEvent *) SIP_OVERRIDE
 
void mousePressEvent (::QMouseEvent *) SIP_OVERRIDE
 
int heightForWidth (int) const SIP_OVERRIDE
 
::QSize minimumSizeHint () const SIP_OVERRIDE
 
::QSize sizeHint () const SIP_OVERRIDE
 
void setVisible (bool) SIP_OVERRIDE
 
int devType () const SIP_OVERRIDE
 
::QPaintEngine * paintEngine () const SIP_OVERRIDE
 
int metric (::QPaintDevice::PaintDeviceMetric) const SIP_OVERRIDE
 
bool event (::QEvent *) SIP_OVERRIDE
 
bool eventFilter (::QObject *, ::QEvent *) SIP_OVERRIDE
 
void timerEvent (::QTimerEvent *) SIP_OVERRIDE
 
void childEvent (::QChildEvent *) SIP_OVERRIDE
 
void customEvent (::QEvent *) SIP_OVERRIDE
 
void connectNotify (const ::QMetaMethod &) SIP_OVERRIDE
 
void disconnectNotify (const ::QMetaMethod &) SIP_OVERRIDE
 

Private Member Functions

 sipQtExtWidget (const sipQtExtWidget &)
 
sipQtExtWidgetoperator= (const sipQtExtWidget &)
 

Private Attributes

char sipPyMethods [46]
 

Detailed Description

Definition at line 224 of file sipplplot_pyqt5QtExtWidget.cpp.

Constructor & Destructor Documentation

◆ sipQtExtWidget() [1/2]

sipQtExtWidget::sipQtExtWidget ( int  a0,
int  a1,
::QWidget *  a2 
)

Definition at line 296 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ ~sipQtExtWidget()

sipQtExtWidget::~sipQtExtWidget ( )
virtual

Definition at line 301 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ sipQtExtWidget() [2/2]

sipQtExtWidget::sipQtExtWidget ( const sipQtExtWidget )
private

Member Function Documentation

◆ actionEvent()

void sipQtExtWidget::actionEvent ( ::QActionEvent *  a0)
protected

Definition at line 572 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ changeEvent()

void sipQtExtWidget::changeEvent ( ::QEvent *  a0)
protected

Definition at line 446 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ childEvent()

void sipQtExtWidget::childEvent ( ::QChildEvent *  a0)
protected

Definition at line 1052 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ closeEvent()

void sipQtExtWidget::closeEvent ( ::QCloseEvent *  a0)
protected

Definition at line 626 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ connectNotify()

void sipQtExtWidget::connectNotify ( const ::QMetaMethod &  a0)
protected

Definition at line 1088 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ contextMenuEvent()

void sipQtExtWidget::contextMenuEvent ( ::QContextMenuEvent *  a0)
protected

Definition at line 608 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ customEvent()

void sipQtExtWidget::customEvent ( ::QEvent *  a0)
protected

Definition at line 1070 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ devType()

int sipQtExtWidget::devType ( ) const
protected

Definition at line 959 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ disconnectNotify()

void sipQtExtWidget::disconnectNotify ( const ::QMetaMethod &  a0)
protected

Definition at line 1106 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ dragEnterEvent()

void sipQtExtWidget::dragEnterEvent ( ::QDragEnterEvent *  a0)
protected

Definition at line 554 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ dragLeaveEvent()

void sipQtExtWidget::dragLeaveEvent ( ::QDragLeaveEvent *  a0)
protected

Definition at line 518 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ dragMoveEvent()

void sipQtExtWidget::dragMoveEvent ( ::QDragMoveEvent *  a0)
protected

Definition at line 536 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ dropEvent()

void sipQtExtWidget::dropEvent ( ::QDropEvent *  a0)
protected

Definition at line 500 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ enterEvent()

void sipQtExtWidget::enterEvent ( ::QEvent *  a0)
protected

Definition at line 716 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ event()

bool sipQtExtWidget::event ( ::QEvent *  a0)
protected

Definition at line 1004 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ eventFilter()

bool sipQtExtWidget::eventFilter ( ::QObject *  a0,
::QEvent *  a1 
)
protected

Definition at line 1019 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ focusInEvent()

void sipQtExtWidget::focusInEvent ( ::QFocusEvent *  a0)
protected

Definition at line 752 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ focusNextPrevChild()

bool sipQtExtWidget::focusNextPrevChild ( bool  a0)
protected

Definition at line 398 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ focusOutEvent()

void sipQtExtWidget::focusOutEvent ( ::QFocusEvent *  a0)
protected

Definition at line 734 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ hasHeightForWidth()

bool sipQtExtWidget::hasHeightForWidth ( ) const
protected

Definition at line 383 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ heightForWidth()

int sipQtExtWidget::heightForWidth ( int  a0) const
protected

Definition at line 896 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ hideEvent()

void sipQtExtWidget::hideEvent ( ::QHideEvent *  a0)
protected

Definition at line 464 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ initPainter()

void sipQtExtWidget::initPainter ( ::QPainter *  a0) const
protected

Definition at line 335 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ inputMethodEvent()

void sipQtExtWidget::inputMethodEvent ( ::QInputMethodEvent *  a0)
protected

Definition at line 428 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ inputMethodQuery()

QVariant sipQtExtWidget::inputMethodQuery ( ::Qt::InputMethodQuery  a0) const
protected

Definition at line 413 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ keyPressEvent()

void sipQtExtWidget::keyPressEvent ( ::QKeyEvent *  a0)
protected

Definition at line 788 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ keyReleaseEvent()

void sipQtExtWidget::keyReleaseEvent ( ::QKeyEvent *  a0)
protected

Definition at line 770 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ leaveEvent()

void sipQtExtWidget::leaveEvent ( ::QEvent *  a0)
protected

Definition at line 698 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ metaObject()

const QMetaObject * sipQtExtWidget::metaObject ( ) const

Definition at line 306 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ metric()

int sipQtExtWidget::metric ( ::QPaintDevice::PaintDeviceMetric  a0) const
protected

Definition at line 989 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ minimumSizeHint()

QSize sipQtExtWidget::minimumSizeHint ( ) const
protected

Definition at line 911 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ mouseDoubleClickEvent()

void sipQtExtWidget::mouseDoubleClickEvent ( ::QMouseEvent *  a0)
protected

Definition at line 842 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ mouseMoveEvent()

void sipQtExtWidget::mouseMoveEvent ( ::QMouseEvent *  a0)
protected

Definition at line 824 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ mousePressEvent()

void sipQtExtWidget::mousePressEvent ( ::QMouseEvent *  a0)
protected

Definition at line 878 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ mouseReleaseEvent()

void sipQtExtWidget::mouseReleaseEvent ( ::QMouseEvent *  a0)
protected

Definition at line 860 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ moveEvent()

void sipQtExtWidget::moveEvent ( ::QMoveEvent *  a0)
protected

Definition at line 662 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ nativeEvent()

bool sipQtExtWidget::nativeEvent ( const ::QByteArray &  a0,
void *  a1,
long *  a2 
)
protected

Definition at line 368 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ operator=()

sipQtExtWidget & sipQtExtWidget::operator= ( const sipQtExtWidget )
private

◆ paintEngine()

QPaintEngine * sipQtExtWidget::paintEngine ( ) const
protected

Definition at line 974 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ paintEvent()

void sipQtExtWidget::paintEvent ( ::QPaintEvent *  a0)
protected

Definition at line 680 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ qt_metacall()

int sipQtExtWidget::qt_metacall ( QMetaObject::Call  _c,
int  _id,
void **  _a 
)

Definition at line 314 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ qt_metacast()

void * sipQtExtWidget::qt_metacast ( const char *  _clname)

Definition at line 328 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ resizeEvent()

void sipQtExtWidget::resizeEvent ( ::QResizeEvent *  a0)
protected

Definition at line 644 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ setVisible()

void sipQtExtWidget::setVisible ( bool  a0)
protected

Definition at line 941 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ sharedPainter()

QPainter * sipQtExtWidget::sharedPainter ( ) const
protected

Definition at line 353 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ showEvent()

void sipQtExtWidget::showEvent ( ::QShowEvent *  a0)
protected

Definition at line 482 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ sizeHint()

QSize sipQtExtWidget::sizeHint ( ) const
protected

Definition at line 926 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ tabletEvent()

void sipQtExtWidget::tabletEvent ( ::QTabletEvent *  a0)
protected

Definition at line 590 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ timerEvent()

void sipQtExtWidget::timerEvent ( ::QTimerEvent *  a0)
protected

Definition at line 1034 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ wheelEvent()

void sipQtExtWidget::wheelEvent ( ::QWheelEvent *  a0)
protected

Definition at line 806 of file sipplplot_pyqt5QtExtWidget.cpp.

Member Data Documentation

◆ sipPyMethods

char sipQtExtWidget::sipPyMethods[46]
private

Definition at line 293 of file sipplplot_pyqt5QtExtWidget.cpp.

◆ sipPySelf

sipSimpleWrapper* sipQtExtWidget::sipPySelf

Definition at line 287 of file sipplplot_pyqt5QtExtWidget.cpp.


The documentation for this class was generated from the following file: