class QSpectrumAnalyzer

QSpectrumAnalyzer. More...

Full nameCoral::QSpectrumAnalyzer
Definition#include <qspectrumanalyzer.h>
InheritsQMainWindow
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members

Public Slots

Signals


Detailed Description

This class is the Qt-Toolkit GUI for the spectrum analyzer.

QSpectrumAnalyzer (SpectrumAnalyzer* analyzer, QWidget* parent = NULL, const char* name = NULL)

Constructor.

Parameters:
analyzerSpectrumAnalyzer object.
parentParent widget.
nameWidget name.

~QSpectrumAnalyzer ()

Destructor.

void timerEvent ()
[slot]

Qt slot: Called by QTimer.

void paintEvent (QPaintEvent*)
[slot]

Qt slot: Paint event.

void pause (bool on)
[slot]

Qt slot: Pause displaying the spectrum.

void reset ()
[slot]

Qt slot: Reset spectrum analyzer.

void closeWindow ()
[slot]

Qt slot: Close window.

void newInterval (int index)
[slot]

Qt slot: Change update interval.

void closeSpectrumAnalyzer ()
[signal]

Qt signal: Emitted, when "Close" or window's close button is clicked.