Public Member Functions
ToolTFAd Class Reference

Brief description of class still missing. More...

#include <ToolTFAd.h>

List of all members.

Public Member Functions

void getParameters (TFAParameters &param)
void setParameters (const TFAParameters &param)
 ToolTFAd (QWidget *parent=0)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

ToolTFAd::ToolTFAd ( QWidget *  parent = 0)

Description of constructor still missing

References QGpCoreTools::tr(), and TRACE.

    : QWidget(parent)
{
  TRACE;
  setupUi(this);

  freqSamp->setUnit(tr(" Hz"));
  freqSamp->setPrecision(2);
  freqSamp->setSingleStep(0.25);
  freqSamp->setAdmissibleRange(1e-99, 1e99);

  wavelet->morletFi->setToolTip(tr("This is just for computing the resolution in time and frequency. "
                                   "It has no influence on the computation of the Morlet transform."));
}

Member Function Documentation

References TFAParameters::frequencySampling(), TFAParameters::range(), TRACE, and TFAParameters::wavelet().

Referenced by ToolTFA::start().

{
  TRACE;
  timeLimits->getParameters(param.range());
  freqSamp->getParameters(param.frequencySampling());
  wavelet->getParameters(param.wavelet());
}
void ToolTFAd::setParameters ( const TFAParameters param)

References TFAParameters::frequencySampling(), TFAParameters::range(), TRACE, and TFAParameters::wavelet().

{
  TRACE;
  timeLimits->setParameters(param.range());
  freqSamp->setParameters(param.frequencySampling());
  wavelet->setParameters(param.wavelet());
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines