|
| CustomDesignChart (DesignObjectLookup *lookup, QWidget *parent=nullptr) |
|
void | updateChart () |
|
void | setHorizontalParameter (const DesignParameter ¶m) |
|
void | setVerticalParameter (const DesignParameter ¶m) |
|
void | setUUID (const UUID &id) |
|
Bounds< 2, fltp08 > | bounds () const |
|
void | setBounds (const Bounds< 2, fltp08 > &bounds) |
|
| NDEVRChart (QWidget *parent=nullptr) |
|
| NDEVRChart (QChart *chart, QWidget *parent=nullptr) |
|
bool | event (QEvent *event) override |
|
void | setSideAxes (const String &x_name, const String &y_name) |
|
void | setDarkThemed (bool dark) |
|
void | setTitle (const TranslatedString &title) |
|
void | addData (const PlotData &value) |
|
void | setData (const PlotData &value) |
|
void | setData (const Buffer< PlotData > &value) |
|
void | setLockedAxes (bool locked_axes) |
|
void | setPointSize (fltp04 point_size) |
|
void | setLineSize (fltp04 line_size) |
|
void | updateAxisScale (Bounds< 3, fltp08 > override_bounds=Constant< Bounds< 3, fltp08 > >::NaN) |
|
void | clearAll () |
|
void | redrawPlots () |
|
const ConstPointer< Unit > & | coordinateUnit () |
|
const ConstPointer< Unit > & | hUnit () |
|
const ConstPointer< Unit > & | vUnit () |
|
void | setUnit (const ConstPointer< Unit > &unit) |
|
void | setHUnit (const ConstPointer< Unit > &unit) |
|
void | setVUnit (const ConstPointer< Unit > &unit) |
|
void | setRelativeVertex (const Vertex< 3, fltp08 > &relative_vertex) |
|
virtual void | prepareAxes () |
|
virtual Vertex< 3, fltp08 > | positionToWorldSpace (const QPointF &point) const |
|
void | mouseMoveEvent (QMouseEvent *event) override |
|
void | mousePressEvent (QMouseEvent *event) override |
|
void | mouseReleaseEvent (QMouseEvent *event) override |
|
Bounds< 3, fltp08 > | resolvedBounds (Bounds< 3, fltp08 > override_bounds=Constant< Bounds< 3, fltp08 > >::NaN) const |
|