casa
$Rev:20696$
|
Draws a colored rectangular bar across the top of the image slice statistics as an identifier when the image slice is closed. More...
#include <ImageSliceColorBar.h>
Public Member Functions | |
ImageSliceColorBar (QWidget *parent=NULL) | |
void | setColors (const QList< QColor > &segmentColors) |
virtual | ~ImageSliceColorBar () |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
Private Attributes | |
QList< QColor > | colorList |
Draws a colored rectangular bar across the top of the image slice statistics as an identifier when the image slice is closed.
Definition at line 37 of file ImageSliceColorBar.h.
casa::ImageSliceColorBar::ImageSliceColorBar | ( | QWidget * | parent = NULL | ) |
virtual casa::ImageSliceColorBar::~ImageSliceColorBar | ( | ) | [virtual] |
virtual void casa::ImageSliceColorBar::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
void casa::ImageSliceColorBar::setColors | ( | const QList< QColor > & | segmentColors | ) |
QList<QColor> casa::ImageSliceColorBar::colorList [private] |
Definition at line 48 of file ImageSliceColorBar.h.