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

GapeDrawingWidget Class Reference

This is primarily a utility class to be used with GapeWaveformPalette. More...

#include <gapedrawingwidget.h>

Inheritance diagram for GapeDrawingWidget::

List of all members.

Public Slots

virtual void receiveMouseMoveEvent (const QMouseEvent &e)
virtual void setRawData (double *xData, double *yData, int bufferSize)
virtual void setBackgroundColor (const QColor &color)
 Sets the background color. More...

virtual void setCurveColor (const QColor &color)
 Sets the curve color. More...


Signals

void emitPoint (double x, double y)
 Emits a point on the drawing plot which has been changed. More...


Public Methods

 GapeDrawingWidget (QWidget *parent)
 ~GapeDrawingWidget ()

Protected Attributes

long key

Detailed Description

This is primarily a utility class to be used with GapeWaveformPalette.

You probably don't need to be checking this class out

Author:
Dave Chisholm
Since:
Beta 1.0
Version:
Last Modified Beta 1.0

Definition at line 23 of file gapedrawingwidget.h.


Member Function Documentation

void GapeDrawingWidget::setBackgroundColor ( const QColor & color ) [inline, virtual, slot]
 

Sets the background color.

Parameters:
color   a const color passed by reference

Definition at line 41 of file gapedrawingwidget.h.

void GapeDrawingWidget::setCurveColor ( const QColor & color ) [inline, virtual, slot]
 

Sets the curve color.

Parameters:
color   a const color passed by reference

Definition at line 49 of file gapedrawingwidget.h.

void GapeDrawingWidget::emitPoint ( double x,
double y ) [signal]
 

Emits a point on the drawing plot which has been changed.

Parameters:
x   The x position, from 0.0 - 1.0
y   The y position, from -1.0 to 1.0


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