SpikeStream Application Library  0.2
spikestream::HeatColorBar Class Reference

#include <HeatColorBar.h>

List of all members.

Public Member Functions

 HeatColorBar (QWidget *parent)
 ~HeatColorBar ()
double getMaxValue ()
void setMaxValue (double maxValue)

Protected Member Functions

void paintEvent (QPaintEvent *event)

Detailed Description

Displays a bar of colors corresponding to different temperatures

Definition at line 13 of file HeatColorBar.h.


Constructor & Destructor Documentation

HeatColorBar::HeatColorBar ( QWidget *  parent)

Constructor

Definition at line 18 of file HeatColorBar.cpp.

Destructor

Definition at line 45 of file HeatColorBar.cpp.


Member Function Documentation

Definition at line 19 of file HeatColorBar.h.

void HeatColorBar::paintEvent ( QPaintEvent *  event) [protected]

Overridden paint method inherited from QWidget

Definition at line 65 of file HeatColorBar.cpp.

void HeatColorBar::setMaxValue ( double  maxValue)

Sets the maximum value of the heat color bar.

Definition at line 54 of file HeatColorBar.cpp.


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