All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <CurveBrowserSmooth.h>
Public Member Functions | |
CurveBrowserSmooth (QWidget *parent=0) | |
void | setAxisNames (QString linearName, QString inversedName) |
void | setCurveLimits (double min, double max) |
Brief description of class still missing.
Full description of class still missing
SciFigs::CurveBrowserSmooth::CurveBrowserSmooth | ( | QWidget * | parent = 0 | ) |
void SciFigs::CurveBrowserSmooth::setAxisNames | ( | QString | linearName, |
QString | inversedName | ||
) |
References TRACE.
Referenced by SciFigs::CurveBrowser::smooth().
{ TRACE; linearBut->setText(linearName); inversedBut->setText(inversedName); }
void SciFigs::CurveBrowserSmooth::setCurveLimits | ( | double | min, |
double | max | ||
) | [inline] |
Referenced by SciFigs::CurveBrowser::smooth().
{_curveMin=min; _curveMax=max;}