Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkGnuplotWidget.h>
Public Member Functions | |
QmitkGnuplotWidget (QWidget *parent=nullptr) | |
~QmitkGnuplotWidget () | |
QString | GetGnuplotPath () const |
void | SetGnuplotPath (const QString &path) |
QStringList | GetCommands () const |
void | SetCommands (const QStringList &commands) |
void | Update () |
QSize | sizeHint () const override |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *event) override |
void | resizeEvent (QResizeEvent *event) override |
Definition at line 34 of file QmitkGnuplotWidget.h.
|
explicit |
Definition at line 23 of file QmitkGnuplotWidget.cpp.
QmitkGnuplotWidget::~QmitkGnuplotWidget | ( | ) |
Definition at line 42 of file QmitkGnuplotWidget.cpp.
|
overrideprotected |
Definition at line 59 of file QmitkGnuplotWidget.cpp.
QStringList QmitkGnuplotWidget::GetCommands | ( | ) | const |
Definition at line 115 of file QmitkGnuplotWidget.cpp.
QString QmitkGnuplotWidget::GetGnuplotPath | ( | ) | const |
Definition at line 104 of file QmitkGnuplotWidget.cpp.
|
overrideprotected |
Definition at line 94 of file QmitkGnuplotWidget.cpp.
References Update().
void QmitkGnuplotWidget::SetCommands | ( | const QStringList & | commands | ) |
Definition at line 120 of file QmitkGnuplotWidget.cpp.
void QmitkGnuplotWidget::SetGnuplotPath | ( | const QString & | path | ) |
Definition at line 109 of file QmitkGnuplotWidget.cpp.
|
override |
Definition at line 132 of file QmitkGnuplotWidget.cpp.
void QmitkGnuplotWidget::Update | ( | ) |
Definition at line 126 of file QmitkGnuplotWidget.cpp.
Referenced by resizeEvent().