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

GapeTimeDomainDisplay Class Reference

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

#include <gapesignaldisplay.h>

Inheritance diagram for GapeTimeDomainDisplay::

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

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


Detailed Description

Used to show a graphical time domain display.

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

Definition at line 42 of file gapesignaldisplay.h.


Constructor & Destructor Documentation

GapeTimeDomainDisplay::GapeTimeDomainDisplay ( 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 11 of file gapesignaldisplay.cpp.


Member Function Documentation

void GapeTimeDomainDisplay::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 19 of file gapesignaldisplay.cpp.


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