Skip to content

Commit

Permalink
Re #12398 Update some descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Jun 15, 2015
1 parent e31aec8 commit f403d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@ namespace CustomInterfaces
/**
* Update displayed data curve
* @param data :: New curve data
* @param errors :: Curve errors
*/
virtual void setDataCurve(const QwtData &data,
const std::vector<double> &errors) = 0;

/**
* Update displayed corrected data curve
* @param data :: New curve data
* @param errors :: Curve errors
*/
virtual void setCorrectedCurve(const QwtData &data,
const std::vector<double> &errors) = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ namespace CustomInterfaces

/// Update the data curve displayed
/// @param data :: New curve data
/// @param errors :: New curve errors
virtual void setDataCurve(const QwtData &data,
const std::vector<double> &errors) = 0;

Expand Down

0 comments on commit f403d3d

Please sign in to comment.