Public Member Functions
Convolution Class Reference

Brief description of class still missing. More...

#include <Convolution.h>

Inheritance diagram for Convolution:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

 Convolution (QWidget *parent)
void setSubPool (SubSignalPool *subPool)
int signalIndex () const

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Convolution::Convolution ( QWidget *  parent)

Description of constructor still missing

References TRACE.

  : Dialog(parent)
{
  TRACE;
  setupUi(this);
}

Member Function Documentation

References GeopsyCore::SubSignalPool::at(), GeopsyCore::SubSignalPool::count(), GeopsyCore::Signal::name(), QGpCoreTools::tr(), and TRACE.

Referenced by WaveformConsole::convolution().

{
  TRACE;
  // Signal list
  signalList->clear();
  int n=subPool->count();
  for(int i=0;i<n;i++ )
    signalList->addItem(tr( "%1. %2" ).arg(i+1).arg(subPool->at(i)->name()));
}
int Convolution::signalIndex ( ) const [inline]

Referenced by WaveformConsole::convolution().

{return signalList->currentIndex();}

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