PLplot  5.9.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
sipQtPLWidget Class Reference
Inheritance diagram for sipQtPLWidget:

Public Member Functions

 sipQtPLWidget (int, int, QWidget *)
 
virtual ~sipQtPLWidget ()
 
int qt_metacall (QMetaObject::Call, int, void **)
 
voidqt_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 char *)
 
void sipProtectVirt_disconnectNotify (bool, const char *)
 
int sipProtect_senderSignalIndex () const
 
bool sipProtectVirt_event (bool, QEvent *)
 
void sipProtectVirt_mouseReleaseEvent (bool, QMouseEvent *)
 
void sipProtectVirt_mouseDoubleClickEvent (bool, QMouseEvent *)
 
void sipProtectVirt_mouseMoveEvent (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_resetInputContext ()
 
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 ()
 
void sipProtectVirt_enabledChange (bool, bool)
 
void sipProtectVirt_paletteChange (bool, const QPalette &)
 
void sipProtectVirt_fontChange (bool, const QFont &)
 
void sipProtectVirt_windowActivationChange (bool, bool)
 
void sipProtectVirt_languageChange (bool)
 
void sipProtectVirt_mousePressEvent (bool, QMouseEvent *)
 
void sipProtectVirt_keyPressEvent (bool, QKeyEvent *)
 
void sipProtectVirt_closeEvent (bool, QCloseEvent *)
 
void sipProtect_nextPage ()
 
void sipProtectVirt_resizeEvent (bool, QResizeEvent *)
 
void sipProtectVirt_paintEvent (bool, QPaintEvent *)
 
void sipProtect_getPlotParameters (double &, double &, double &, double &)
 

Public Attributes

sipSimpleWrapper * sipPySelf
 

Protected Member Functions

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

Private Member Functions

 sipQtPLWidget (const sipQtPLWidget &)
 
sipQtPLWidgetoperator= (const sipQtPLWidget &)
 

Private Attributes

char sipPyMethods [47]
 

Detailed Description

Definition at line 204 of file sipplplot_pyqt4QtPLWidget.cpp.

Constructor & Destructor Documentation

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

Definition at line 332 of file sipplplot_pyqt4QtPLWidget.cpp.

sipQtPLWidget::~sipQtPLWidget ( )
virtual

Definition at line 337 of file sipplplot_pyqt4QtPLWidget.cpp.

sipQtPLWidget::sipQtPLWidget ( const sipQtPLWidget )
private

Member Function Documentation

void sipQtPLWidget::actionEvent ( QActionEvent *  a0)
protected

Definition at line 776 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::changeEvent ( QEvent *  a0)
protected

Definition at line 902 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::childEvent ( QChildEvent *  a0)
protected

Definition at line 1106 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::closeEvent ( QCloseEvent *  a0)
protected

Definition at line 722 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::connectNotify ( const char *  a0)
protected

Definition at line 1142 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::contextMenuEvent ( QContextMenuEvent *  a0)
protected

Definition at line 740 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::customEvent ( QEvent *  a0)
protected

Definition at line 1124 of file sipplplot_pyqt4QtPLWidget.cpp.

int sipQtPLWidget::devType ( ) const
protected

Definition at line 362 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::disconnectNotify ( const char *  a0)
protected

Definition at line 1160 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::dragEnterEvent ( QDragEnterEvent *  a0)
protected

Definition at line 794 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::dragLeaveEvent ( QDragLeaveEvent *  a0)
protected

Definition at line 830 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::dragMoveEvent ( QDragMoveEvent *  a0)
protected

Definition at line 812 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::dropEvent ( QDropEvent *  a0)
protected

Definition at line 848 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::enabledChange ( bool  a0)
protected

Definition at line 983 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::enterEvent ( QEvent *  a0)
protected

Definition at line 632 of file sipplplot_pyqt4QtPLWidget.cpp.

bool sipQtPLWidget::event ( QEvent *  a0)
protected

Definition at line 455 of file sipplplot_pyqt4QtPLWidget.cpp.

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

Definition at line 1073 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::focusInEvent ( QFocusEvent *  a0)
protected

Definition at line 596 of file sipplplot_pyqt4QtPLWidget.cpp.

bool sipQtPLWidget::focusNextPrevChild ( bool  a0)
protected

Definition at line 968 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::focusOutEvent ( QFocusEvent *  a0)
protected

Definition at line 614 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::fontChange ( const QFont &  a0)
protected

Definition at line 1019 of file sipplplot_pyqt4QtPLWidget.cpp.

int sipQtPLWidget::heightForWidth ( int  a0) const
protected

Definition at line 425 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::hideEvent ( QHideEvent *  a0)
protected

Definition at line 884 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::inputMethodEvent ( QInputMethodEvent *  a0)
protected

Definition at line 935 of file sipplplot_pyqt4QtPLWidget.cpp.

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

Definition at line 953 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::keyPressEvent ( QKeyEvent *  a0)
protected

Definition at line 560 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::keyReleaseEvent ( QKeyEvent *  a0)
protected

Definition at line 578 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::languageChange ( )
protected

Definition at line 1055 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::leaveEvent ( QEvent *  a0)
protected

Definition at line 650 of file sipplplot_pyqt4QtPLWidget.cpp.

const QMetaObject * sipQtPLWidget::metaObject ( ) const

Definition at line 342 of file sipplplot_pyqt4QtPLWidget.cpp.

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

Definition at line 920 of file sipplplot_pyqt4QtPLWidget.cpp.

QSize sipQtPLWidget::minimumSizeHint ( ) const
protected

Definition at line 410 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::mouseDoubleClickEvent ( QMouseEvent *  a0)
protected

Definition at line 506 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::mouseMoveEvent ( QMouseEvent *  a0)
protected

Definition at line 524 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::mousePressEvent ( QMouseEvent *  a0)
protected

Definition at line 470 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::mouseReleaseEvent ( QMouseEvent *  a0)
protected

Definition at line 488 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::moveEvent ( QMoveEvent *  a0)
protected

Definition at line 686 of file sipplplot_pyqt4QtPLWidget.cpp.

sipQtPLWidget& sipQtPLWidget::operator= ( const sipQtPLWidget )
private
QPaintEngine * sipQtPLWidget::paintEngine ( ) const
protected

Definition at line 440 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::paintEvent ( QPaintEvent *  a0)
protected

Definition at line 668 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::paletteChange ( const QPalette &  a0)
protected

Definition at line 1001 of file sipplplot_pyqt4QtPLWidget.cpp.

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

Definition at line 347 of file sipplplot_pyqt4QtPLWidget.cpp.

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

Definition at line 357 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::resizeEvent ( QResizeEvent *  a0)
protected

Definition at line 704 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::setVisible ( bool  a0)
protected

Definition at line 377 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::showEvent ( QShowEvent *  a0)
protected

Definition at line 866 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtect_create ( WId  a0,
bool  a1,
bool  a2 
)

Definition at line 1343 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtect_destroy ( bool  a0,
bool  a1 
)

Definition at line 1348 of file sipplplot_pyqt4QtPLWidget.cpp.

bool sipQtPLWidget::sipProtect_focusNextChild ( )

Definition at line 1358 of file sipplplot_pyqt4QtPLWidget.cpp.

bool sipQtPLWidget::sipProtect_focusPreviousChild ( )

Definition at line 1363 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtect_getPlotParameters ( double &  a0,
double &  a1,
double &  a2,
double &  a3 
)

Definition at line 1423 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtect_nextPage ( )

Definition at line 1408 of file sipplplot_pyqt4QtPLWidget.cpp.

int sipQtPLWidget::sipProtect_receivers ( const char *  a0) const

Definition at line 1183 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtect_resetInputContext ( )

Definition at line 1333 of file sipplplot_pyqt4QtPLWidget.cpp.

QObject * sipQtPLWidget::sipProtect_sender ( ) const

Definition at line 1178 of file sipplplot_pyqt4QtPLWidget.cpp.

int sipQtPLWidget::sipProtect_senderSignalIndex ( ) const

Definition at line 1213 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtect_updateMicroFocus ( )

Definition at line 1338 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_actionEvent ( bool  sipSelfWasArg,
QActionEvent *  a0 
)

Definition at line 1283 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_changeEvent ( bool  sipSelfWasArg,
QEvent *  a0 
)

Definition at line 1318 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_childEvent ( bool  sipSelfWasArg,
QChildEvent *  a0 
)

Definition at line 1193 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_closeEvent ( bool  sipSelfWasArg,
QCloseEvent *  a0 
)

Definition at line 1403 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_connectNotify ( bool  sipSelfWasArg,
const char *  a0 
)

Definition at line 1203 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_contextMenuEvent ( bool  sipSelfWasArg,
QContextMenuEvent *  a0 
)

Definition at line 1273 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_customEvent ( bool  sipSelfWasArg,
QEvent *  a0 
)

Definition at line 1198 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_disconnectNotify ( bool  sipSelfWasArg,
const char *  a0 
)

Definition at line 1208 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_dragEnterEvent ( bool  sipSelfWasArg,
QDragEnterEvent *  a0 
)

Definition at line 1288 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_dragLeaveEvent ( bool  sipSelfWasArg,
QDragLeaveEvent *  a0 
)

Definition at line 1298 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_dragMoveEvent ( bool  sipSelfWasArg,
QDragMoveEvent *  a0 
)

Definition at line 1293 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_dropEvent ( bool  sipSelfWasArg,
QDropEvent *  a0 
)

Definition at line 1303 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_enabledChange ( bool  sipSelfWasArg,
bool  a0 
)

Definition at line 1368 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_enterEvent ( bool  sipSelfWasArg,
QEvent *  a0 
)

Definition at line 1258 of file sipplplot_pyqt4QtPLWidget.cpp.

bool sipQtPLWidget::sipProtectVirt_event ( bool  sipSelfWasArg,
QEvent *  a0 
)

Definition at line 1218 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_focusInEvent ( bool  sipSelfWasArg,
QFocusEvent *  a0 
)

Definition at line 1248 of file sipplplot_pyqt4QtPLWidget.cpp.

bool sipQtPLWidget::sipProtectVirt_focusNextPrevChild ( bool  sipSelfWasArg,
bool  a0 
)

Definition at line 1353 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_focusOutEvent ( bool  sipSelfWasArg,
QFocusEvent *  a0 
)

Definition at line 1253 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_fontChange ( bool  sipSelfWasArg,
const QFont &  a0 
)

Definition at line 1378 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_hideEvent ( bool  sipSelfWasArg,
QHideEvent *  a0 
)

Definition at line 1313 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_inputMethodEvent ( bool  sipSelfWasArg,
QInputMethodEvent *  a0 
)

Definition at line 1328 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_keyPressEvent ( bool  sipSelfWasArg,
QKeyEvent *  a0 
)

Definition at line 1398 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_keyReleaseEvent ( bool  sipSelfWasArg,
QKeyEvent *  a0 
)

Definition at line 1243 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_languageChange ( bool  sipSelfWasArg)

Definition at line 1388 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_leaveEvent ( bool  sipSelfWasArg,
QEvent *  a0 
)

Definition at line 1263 of file sipplplot_pyqt4QtPLWidget.cpp.

int sipQtPLWidget::sipProtectVirt_metric ( bool  sipSelfWasArg,
QPaintDevice::PaintDeviceMetric  a0 
) const

Definition at line 1323 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_mouseDoubleClickEvent ( bool  sipSelfWasArg,
QMouseEvent *  a0 
)

Definition at line 1228 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_mouseMoveEvent ( bool  sipSelfWasArg,
QMouseEvent *  a0 
)

Definition at line 1233 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_mousePressEvent ( bool  sipSelfWasArg,
QMouseEvent *  a0 
)

Definition at line 1393 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_mouseReleaseEvent ( bool  sipSelfWasArg,
QMouseEvent *  a0 
)

Definition at line 1223 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_moveEvent ( bool  sipSelfWasArg,
QMoveEvent *  a0 
)

Definition at line 1268 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_paintEvent ( bool  sipSelfWasArg,
QPaintEvent *  a0 
)

Definition at line 1418 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_paletteChange ( bool  sipSelfWasArg,
const QPalette &  a0 
)

Definition at line 1373 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_resizeEvent ( bool  sipSelfWasArg,
QResizeEvent *  a0 
)

Definition at line 1413 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_showEvent ( bool  sipSelfWasArg,
QShowEvent *  a0 
)

Definition at line 1308 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_tabletEvent ( bool  sipSelfWasArg,
QTabletEvent *  a0 
)

Definition at line 1278 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_timerEvent ( bool  sipSelfWasArg,
QTimerEvent *  a0 
)

Definition at line 1188 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_wheelEvent ( bool  sipSelfWasArg,
QWheelEvent *  a0 
)

Definition at line 1238 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::sipProtectVirt_windowActivationChange ( bool  sipSelfWasArg,
bool  a0 
)

Definition at line 1383 of file sipplplot_pyqt4QtPLWidget.cpp.

QSize sipQtPLWidget::sizeHint ( ) const
protected

Definition at line 395 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::tabletEvent ( QTabletEvent *  a0)
protected

Definition at line 758 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::timerEvent ( QTimerEvent *  a0)
protected

Definition at line 1088 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::wheelEvent ( QWheelEvent *  a0)
protected

Definition at line 542 of file sipplplot_pyqt4QtPLWidget.cpp.

void sipQtPLWidget::windowActivationChange ( bool  a0)
protected

Definition at line 1037 of file sipplplot_pyqt4QtPLWidget.cpp.

Member Data Documentation

char sipQtPLWidget::sipPyMethods[47]
private

Definition at line 329 of file sipplplot_pyqt4QtPLWidget.cpp.

sipSimpleWrapper* sipQtPLWidget::sipPySelf

Definition at line 323 of file sipplplot_pyqt4QtPLWidget.cpp.


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