Public Member Functions
Correlations Class Reference

Brief description of class still missing. More...

#include <Correlations.h>

Inheritance diagram for Correlations:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

 Correlations (QWidget *parent=0)
void setSubPool (SubSignalPool *subPool)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Correlations::Correlations ( QWidget *  parent = 0)

Description of constructor still missing

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

Member Function Documentation

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

Referenced by WaveformConsole::correlations(), and WaveformConsole::normalizedCorrelations().

{
  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()));
}

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