#include <ExprCurve.h>
|
| | ExprCurve (QWidget *parent=0, QString pLabel="", QString vLabel="", QString iLabel="", bool expandable=true) |
| |
| | ~ExprCurve () |
| |
| void | addPoint (const double x, const double y, const T_INTERP interp, bool select=false) |
| |
Definition at line 116 of file ExprCurve.h.
◆ T_CURVE
◆ T_INTERP
◆ ExprCurve()
| ExprCurve::ExprCurve |
( |
QWidget * | parent = 0, |
|
|
QString | pLabel = "", |
|
|
QString | vLabel = "", |
|
|
QString | iLabel = "", |
|
|
bool | expandable = true ) |
◆ ~ExprCurve()
| ExprCurve::~ExprCurve |
( |
| ) |
|
|
inline |
◆ addPoint()
| void ExprCurve::addPoint |
( |
const double | x, |
|
|
const double | y, |
|
|
const T_INTERP | interp, |
|
|
bool | select = false ) |
◆ cvSelectedSlot
| void ExprCurve::cvSelectedSlot |
( |
double | pos, |
|
|
double | val, |
|
|
T_INTERP | interp ) |
|
slot |
◆ openDetail
| void ExprCurve::openDetail |
( |
| ) |
|
|
slot |
◆ selPosChanged
| void ExprCurve::selPosChanged |
( |
| ) |
|
|
slot |
◆ selPosChangedSignal
| void ExprCurve::selPosChangedSignal |
( |
double | pos | ) |
|
|
signal |
◆ selValChanged
| void ExprCurve::selValChanged |
( |
| ) |
|
|
slot |
◆ selValChangedSignal
| void ExprCurve::selValChangedSignal |
( |
double | val | ) |
|
|
signal |
◆ _interpComboBox
| QComboBox* ExprCurve::_interpComboBox |
|
private |
◆ _scene
◆ _selPosEdit
| QLineEdit* ExprCurve::_selPosEdit |
|
private |
◆ _selValEdit
| QLineEdit* ExprCurve::_selValEdit |
|
private |
The documentation for this class was generated from the following files:
- /private/tmp/seexpr-20250403-5209-39yllg/SeExpr-3.0.1/src/SeExpr2/UI/ExprCurve.h
- /private/tmp/seexpr-20250403-5209-39yllg/SeExpr-3.0.1/src/SeExpr2/UI/ExprCurve.cpp