Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

GapeFreqDomainDisplay Class Reference

Used to show a graphical frequency domain display. More...

#include <gapesignaldisplay.h>

Inheritance diagram for GapeFreqDomainDisplay::

GapeSignalDisplay GapeUnit List of all members.

Public Slots

virtual void receiveTick (const GapeFloat *values, int numValues)
 Pure virtual function that all subclasses of GapeUnit must define. More...


Public Methods

 GapeFreqDomainDisplay (QWidget *parent)
 The constructor. More...


Detailed Description

Used to show a graphical frequency domain display.

Author:
Dave Chisholm , Randal Leistikow
Since:
Beta 1.0
Version:
Last Modified Beta 1.0

Definition at line 66 of file gapesignaldisplay.h.


Constructor & Destructor Documentation

GapeFreqDomainDisplay::GapeFreqDomainDisplay ( QWidget * parent )
 

The constructor.

To create a display on the screen, simply pass a parent widget into it, and itwill take care of placing the graphics on the screen (this unit requires you to send a QWidget parent since it is fairly useless without one.)

Parameters:
parent   The widget to place the display in (as a child widget).

Definition at line 32 of file gapesignaldisplay.cpp.


Member Function Documentation

void GapeFreqDomainDisplay::receiveTick ( const GapeFloat * values,
int numValues ) [virtual, slot]
 

Pure virtual function that all subclasses of GapeUnit must define.

This function is the primary function in the GapeUnit environment. See class documentation for more info.

Parameters:
values   pointer to samples data being sent to the function
numValues   number of floating point values pointed to by "values" (ie number of channels of audio)

Reimplemented from GapeSignalDisplay.

Definition at line 49 of file gapesignaldisplay.cpp.


The documentation for this class was generated from the following files:
Generated at Thu Jun 21 13:28:51 2001 for GAPE by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001