|
| | SPlot2d_Curve () |
| |
| virtual | ~SPlot2d_Curve () |
| |
| | SPlot2d_Curve (const SPlot2d_Curve &curve) |
| |
| SPlot2d_Curve & | operator= (const SPlot2d_Curve &curve) |
| |
| virtual QString | getTableTitle () const |
| |
| virtual bool | hasIO () const |
| |
| virtual | Handle (SALOME_InteractiveObject) getIO() const |
| |
| virtual void | setIO (const Handle(SALOME_InteractiveObject)&) |
| |
| virtual bool | hasTableIO () const |
| |
| virtual | Handle (SALOME_InteractiveObject) getTableIO() const |
| |
| virtual void | setTableIO (const Handle(SALOME_InteractiveObject)&) |
| |
| virtual void | addOwner (const QString &owner) |
| |
| virtual void | removeOwner (const QString &owner) |
| |
| virtual OwnerSet | getOwners () const |
| |
| virtual void | addOwners (OwnerSet &owners) |
| |
| | Plot2d_Curve () |
| |
| | Plot2d_Curve (const Plot2d_Curve &) |
| |
| virtual | ~Plot2d_Curve () |
| |
| Plot2d_Curve & | operator= (const Plot2d_Curve &) |
| |
| virtual int | rtti () |
| |
| virtual QwtPlotItem * | createPlotItem () |
| |
| virtual void | autoFill (const QwtPlot *) |
| |
| virtual void | updatePlotItem (QwtPlotItem *) |
| |
| void | setColor (const QColor &) |
| |
| QColor | getColor () const |
| |
| void | setMarker (Plot2d::MarkerType, const int) |
| |
| void | setMarker (Plot2d::MarkerType) |
| |
| void | setMarkerStyle (QwtSymbol::Style style) |
| |
| Plot2d::MarkerType | getMarker () const |
| |
| QwtSymbol::Style | getMarkerStyle () const |
| |
| void | setMarkerSize (const int) |
| |
| int | getMarkerSize () const |
| |
| void | setLine (Plot2d::LineType, const int) |
| |
| void | setLine (Plot2d::LineType) |
| |
| Plot2d::LineType | getLine () const |
| |
| void | setLineWidth (const int) |
| |
| int | getLineWidth () const |
| |
| void | setDeviationData (const double *, const double *, const QList< int > &) |
| |
| void | getDeviationData (double *&, double *&, QList< int > &) const |
| |
| void | clearDeviationData () |
| |
| virtual double | getMinY () const |
| |
| virtual double | getMaxY () const |
| |
| | Plot2d_Object () |
| |
| | Plot2d_Object (const Plot2d_Object &) |
| |
| virtual | ~Plot2d_Object () |
| |
| Plot2d_Object & | operator= (const Plot2d_Object &) |
| |
| void | setHorTitle (const QString &) |
| |
| QString | getHorTitle () const |
| |
| void | setVerTitle (const QString &) |
| |
| QString | getVerTitle () const |
| |
| void | setHorUnits (const QString &) |
| |
| QString | getHorUnits () const |
| |
| void | setVerUnits (const QString &) |
| |
| QString | getVerUnits () const |
| |
| void | setName (const QString &) |
| |
| QString | getName () const |
| |
| void | setScale (double) |
| |
| double | getScale () const |
| |
| void | addPoint (double, double, const QString &=QString()) |
| |
| void | addPoint (const Plot2d_Point &) |
| |
| void | insertPoint (int, double, double, const QString &=QString()) |
| |
| void | insertPoint (int, const Plot2d_Point &) |
| |
| void | deletePoint (int) |
| |
| void | clearAllPoints () |
| |
| pointList | getPointList () const |
| |
| void | setPointList (const pointList &points) |
| |
| Plot2d_Point & | getPoint (int index) |
| |
| void | setData (const double *, const double *, long, const QStringList &=QStringList()) |
| |
| double * | horData () const |
| |
| double * | verData () const |
| |
| long | getData (double **, double **) const |
| |
| void | setText (const int, const QString &) |
| |
| QString | text (const int) const |
| |
| int | nbPoints () const |
| |
| bool | isEmpty () const |
| |
| void | setAutoAssign (bool) |
| |
| bool | isAutoAssign () const |
| |
| void | setXAxis (QwtPlot::Axis) |
| |
| QwtPlot::Axis | getXAxis () const |
| |
| void | setYAxis (QwtPlot::Axis) |
| |
| QwtPlot::Axis | getYAxis () const |
| |
| virtual double | getMinX () const |
| |
| virtual double | getMaxX () const |
| |
| void | setSelected (const bool) |
| |
| bool | isSelected () const |
| |