SpikeStream Application Library
0.2
|
#include <HeatColorBar.h>
Public Member Functions | |
HeatColorBar (QWidget *parent) | |
~HeatColorBar () | |
double | getMaxValue () |
void | setMaxValue (double maxValue) |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
Displays a bar of colors corresponding to different temperatures
Definition at line 13 of file HeatColorBar.h.
HeatColorBar::HeatColorBar | ( | QWidget * | parent | ) |
Constructor
Definition at line 18 of file HeatColorBar.cpp.
Destructor
Definition at line 45 of file HeatColorBar.cpp.
double spikestream::HeatColorBar::getMaxValue | ( | ) | [inline] |
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.