QtiPlot
0.9.8.2
|
Define surface plot dialog. More...
#include <SurfaceDialog.h>
Public Slots | |
void | setFunction (Graph3D *) |
void | setGraph (Graph3D *g) |
void | setParametricSurface (Graph3D *) |
Public Member Functions | |
SurfaceDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Slots | |
void | accept () |
void | clearFunction () |
void | showFunctionLog () |
void | showXLog () |
void | showYLog () |
void | showZLog () |
Private Member Functions | |
void | acceptFunction () |
void | acceptParametricSurface () |
void | initFunctionPage () |
void | initParametricSurfacePage () |
Private Attributes | |
QSpinBox * | boxColumns |
QSpinBox * | boxFuncColumns |
QSpinBox * | boxFuncRows |
ScriptEdit * | boxFunction |
QSpinBox * | boxRows |
QComboBox * | boxType |
DoubleSpinBox * | boxUFrom |
QCheckBox * | boxUPeriodic |
DoubleSpinBox * | boxUTo |
DoubleSpinBox * | boxVFrom |
QCheckBox * | boxVPeriodic |
DoubleSpinBox * | boxVTo |
ScriptEdit * | boxX |
DoubleSpinBox * | boxXFrom |
DoubleSpinBox * | boxXTo |
ScriptEdit * | boxY |
DoubleSpinBox * | boxYFrom |
DoubleSpinBox * | boxYTo |
ScriptEdit * | boxZ |
DoubleSpinBox * | boxZFrom |
DoubleSpinBox * | boxZTo |
QPushButton * | buttonCancel |
QPushButton * | buttonClear |
QPushButton * | buttonOk |
QPushButton * | buttonRecentFunc |
QPushButton * | buttonXLog |
QPushButton * | buttonYLog |
QPushButton * | buttonZLog |
Graph3D * | d_graph |
QWidget * | functionPage |
QStackedWidget * | optionStack |
QWidget * | parametricPage |
Define surface plot dialog.
SurfaceDialog::SurfaceDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
References accept(), boxFunction, boxType, buttonCancel, buttonClear, buttonOk, clearFunction(), d_graph, initFunctionPage(), initParametricSurfacePage(), and optionStack.
|
privateslot |
References acceptFunction(), acceptParametricSurface(), and boxType.
Referenced by setGraph(), and SurfaceDialog().
|
private |
References Graph3D::addFunction(), boxFuncColumns, boxFuncRows, boxFunction, boxXFrom, boxXTo, boxYFrom, boxYTo, boxZFrom, boxZTo, d_graph, ApplicationWindow::plotSurface(), ApplicationWindow::updateSurfaceFuncList(), and DoubleSpinBox::value().
Referenced by accept().
|
private |
References Graph3D::addParametricSurface(), boxColumns, boxRows, boxUFrom, boxUPeriodic, boxUTo, boxVFrom, boxVPeriodic, boxVTo, boxX, boxY, boxZ, d_graph, ApplicationWindow::d_param_surface_func, ApplicationWindow::plotParametricSurface(), and DoubleSpinBox::value().
Referenced by accept().
|
privateslot |
References boxFunction, boxType, boxX, boxY, and boxZ.
Referenced by setGraph(), and SurfaceDialog().
|
private |
References boxFuncColumns, boxFuncRows, boxFunction, boxXFrom, boxXTo, boxYFrom, boxYTo, boxZFrom, boxZTo, buttonRecentFunc, ScriptEdit::enableShortcuts(), functionPage, optionStack, scripted::scriptingEnv(), DoubleSpinBox::setValue(), and showFunctionLog().
Referenced by SurfaceDialog().
|
private |
References boxColumns, boxRows, boxUFrom, boxUPeriodic, boxUTo, boxVFrom, boxVPeriodic, boxVTo, boxX, boxY, boxZ, buttonXLog, buttonYLog, buttonZLog, ApplicationWindow::d_decimal_digits, ScriptEdit::enableShortcuts(), M_PI, optionStack, parametricPage, scripted::scriptingEnv(), DoubleSpinBox::setDecimals(), DoubleSpinBox::setValue(), showXLog(), showYLog(), and showZLog().
Referenced by SurfaceDialog().
|
slot |
References boxFuncColumns, boxFuncRows, boxFunction, boxXFrom, boxXTo, boxYFrom, boxYTo, boxZFrom, boxZTo, UserFunction::columns(), d_graph, UserFunction::function(), UserFunction::rows(), DoubleSpinBox::setValue(), Graph3D::userFunction(), Graph3D::xStart(), Graph3D::xStop(), Graph3D::yStart(), Graph3D::yStop(), Graph3D::zStart(), and Graph3D::zStop().
Referenced by ApplicationWindow::editSurfacePlot().
|
inlineslot |
References accept(), clearFunction(), d_graph, showFunctionLog(), showXLog(), showYLog(), and showZLog().
Referenced by ApplicationWindow::editSurfacePlot().
|
slot |
References boxColumns, boxRows, boxType, boxUFrom, boxUPeriodic, boxUTo, boxVFrom, boxVPeriodic, boxVTo, boxX, boxY, boxZ, UserParametricSurface::columns(), d_graph, optionStack, Graph3D::parametricSurface(), UserParametricSurface::rows(), DoubleSpinBox::setValue(), UserParametricSurface::uEnd(), UserParametricSurface::uPeriodic(), UserParametricSurface::uStart(), UserParametricSurface::vEnd(), UserParametricSurface::vPeriodic(), UserParametricSurface::vStart(), UserParametricSurface::xFormula(), UserParametricSurface::yFormula(), and UserParametricSurface::zFormula().
Referenced by ApplicationWindow::editSurfacePlot().
|
privateslot |
References boxFunction, and ApplicationWindow::surfaceFunc.
Referenced by initFunctionPage(), and setGraph().
|
privateslot |
References boxX, and ApplicationWindow::d_param_surface_func.
Referenced by initParametricSurfacePage(), and setGraph().
|
privateslot |
References boxY, and ApplicationWindow::d_param_surface_func.
Referenced by initParametricSurfacePage(), and setGraph().
|
privateslot |
References boxZ, and ApplicationWindow::d_param_surface_func.
Referenced by initParametricSurfacePage(), and setGraph().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptFunction(), clearFunction(), initFunctionPage(), setFunction(), showFunctionLog(), and SurfaceDialog().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by accept(), clearFunction(), setParametricSurface(), and SurfaceDialog().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptParametricSurface(), initParametricSurfacePage(), and setParametricSurface().
|
private |
Referenced by acceptParametricSurface(), clearFunction(), initParametricSurfacePage(), setParametricSurface(), and showXLog().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptParametricSurface(), clearFunction(), initParametricSurfacePage(), setParametricSurface(), and showYLog().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptParametricSurface(), clearFunction(), initParametricSurfacePage(), setParametricSurface(), and showZLog().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by acceptFunction(), initFunctionPage(), and setFunction().
|
private |
Referenced by SurfaceDialog().
|
private |
Referenced by SurfaceDialog().
|
private |
Referenced by SurfaceDialog().
|
private |
Referenced by initFunctionPage().
|
private |
Referenced by initParametricSurfacePage().
|
private |
Referenced by initParametricSurfacePage().
|
private |
Referenced by initParametricSurfacePage().
|
private |
Referenced by acceptFunction(), acceptParametricSurface(), setFunction(), setGraph(), setParametricSurface(), and SurfaceDialog().
|
private |
Referenced by initFunctionPage().
|
private |
Referenced by initFunctionPage(), initParametricSurfacePage(), setParametricSurface(), and SurfaceDialog().
|
private |
Referenced by initParametricSurfacePage().