|
SciDAVis
1.D4
|
Define surface plot dialog. More...
#include <SurfaceDialog.h>
Public Slots | |
| void | accept () |
| void | clearList () |
| void | insertFunctionsList (const QStringList &list) |
| void | setFunction (const QString &s) |
| void | setLimits (double xs, double xe, double ys, double ye, double zs, double ze) |
Signals | |
| void | clearFunctionsList () |
| void | custom3DToolBar () |
| void | options (const QString &, double, double, double, double, double, double) |
Public Member Functions | |
| SurfaceDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
| ~SurfaceDialog () | |
Private Attributes | |
| QComboBox * | boxFunction |
| QLineEdit * | boxXFrom |
| QLineEdit * | boxXTo |
| QLineEdit * | boxYFrom |
| QLineEdit * | boxYTo |
| QLineEdit * | boxZFrom |
| QLineEdit * | boxZTo |
| QPushButton * | buttonCancel |
| QPushButton * | buttonClear |
| QPushButton * | buttonOk |
Define surface plot dialog.
| SurfaceDialog::SurfaceDialog | ( | QWidget * | parent = 0, |
| Qt::WFlags | fl = 0 |
||
| ) |
References accept(), boxFunction, boxXFrom, boxXTo, boxYFrom, boxYTo, boxZFrom, boxZTo, buttonCancel, buttonClear, buttonOk, and clearList().
| SurfaceDialog::~SurfaceDialog | ( | ) |
|
slot |
References boxFunction, boxXFrom, boxXTo, boxYFrom, boxYTo, boxZFrom, boxZTo, custom3DToolBar(), options(), and ApplicationWindow::updateSurfaceFuncList().
Referenced by SurfaceDialog().
|
signal |
Referenced by clearList().
|
slot |
References boxFunction, and clearFunctionsList().
Referenced by SurfaceDialog().
|
signal |
Referenced by accept().
|
slot |
References boxFunction.
Referenced by ApplicationWindow::editSurfacePlot(), and ApplicationWindow::newSurfacePlot().
|
signal |
Referenced by accept().
|
slot |
References boxFunction.
Referenced by ApplicationWindow::editSurfacePlot().
|
slot |
|
private |
Referenced by accept(), clearList(), insertFunctionsList(), setFunction(), and SurfaceDialog().
|
private |
Referenced by accept(), setLimits(), and SurfaceDialog().
|
private |
Referenced by accept(), setLimits(), and SurfaceDialog().
|
private |
Referenced by accept(), setLimits(), and SurfaceDialog().
|
private |
Referenced by accept(), setLimits(), and SurfaceDialog().
|
private |
Referenced by accept(), setLimits(), and SurfaceDialog().
|
private |
Referenced by accept(), setLimits(), and SurfaceDialog().
|
private |
Referenced by SurfaceDialog().
|
private |
Referenced by SurfaceDialog().
|
private |
Referenced by SurfaceDialog().
1.8.1