#include <graphwidget.h>
|
| XQGraph (QWidget *parent=0, Qt::WindowFlags fl=0) |
|
void | setGraph (const shared_ptr< XGraph > &) |
| register XGraph instance just after creating
|
|
|
virtual void | mousePressEvent (QMouseEvent *) override |
|
virtual void | mouseReleaseEvent (QMouseEvent *) override |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *) override |
|
virtual void | mouseMoveEvent (QMouseEvent *) override |
|
virtual void | wheelEvent (QWheelEvent *) override |
|
virtual void | showEvent (QShowEvent *) override |
|
virtual void | hideEvent (QHideEvent *) override |
|
virtual void | paintGL () override |
|
virtual void | initializeGL () override |
| openGL stuff
|
|
virtual void | resizeGL (int width, int height) override |
|
Graph widget with a dialog which is initially hidden.
- See Also
- XGraph, XQGraphPainter
Definition at line 26 of file graphwidget.h.
The documentation for this class was generated from the following files: