casa
$Rev:20696$
|
Manages a stack widget that displays histograms for a single region but multiple images. More...
#include <HistogramTab.qo.h>
Public Member Functions | |
HistogramTab (QWidget *parent=0) | |
void | addImage (ImageInterface< float > *image) |
void | setImageRegion (const std::string &imageName, ImageRegion *region, int regionId) |
void | clear () |
~HistogramTab () | |
Private Slots | |
void | showNextGraph (int nextIndex) |
Private Member Functions | |
void | resetNextEnabled () |
Private Attributes | |
int | initialStackIndex |
QMap< QString, HistogramGraph * > | graphs |
Ui::HistogramTabClass | ui |
Manages a stack widget that displays histograms for a single region but multiple images.
Definition at line 43 of file HistogramTab.qo.h.
casa::HistogramTab::HistogramTab | ( | QWidget * | parent = 0 | ) |
void casa::HistogramTab::addImage | ( | ImageInterface< float > * | image | ) |
void casa::HistogramTab::clear | ( | ) |
void casa::HistogramTab::resetNextEnabled | ( | ) | [private] |
void casa::HistogramTab::setImageRegion | ( | const std::string & | imageName, |
ImageRegion * | region, | ||
int | regionId | ||
) |
void casa::HistogramTab::showNextGraph | ( | int | nextIndex | ) | [private, slot] |
QMap<QString,HistogramGraph*> casa::HistogramTab::graphs [private] |
Definition at line 58 of file HistogramTab.qo.h.
int casa::HistogramTab::initialStackIndex [private] |
Definition at line 56 of file HistogramTab.qo.h.
Ui::HistogramTabClass casa::HistogramTab::ui [private] |
Definition at line 59 of file HistogramTab.qo.h.