casa
$Rev:20696$
|
Displays a histogram specific to a region and an image; contains a "Next" button that toggles to a histogram displaying the same region, but a different image. More...
#include <HistogramGraph.qo.h>
Signals | |
void | showGraph (int nextIndex) |
Public Member Functions | |
HistogramGraph (QWidget *parent=0) | |
~HistogramGraph () | |
void | initPlot () |
void | setIndex (int stackIndex) |
void | setNextEnabled (bool enabled) |
void | setImage (ImageInterface< float > *image) |
void | setImageRegion (ImageRegion *region, int id) |
Private Slots | |
void | nextGraph () |
Private Member Functions | |
HistogramGraph (const HistogramGraph &other) | |
HistogramGraph | operator= (const HistogramGraph &other) |
Private Attributes | |
int | index |
Ui::HistogramGraphClass | ui |
BinPlotWidget * | histogram |
Displays a histogram specific to a region and an image; contains a "Next" button that toggles to a histogram displaying the same region, but a different image.
Definition at line 46 of file HistogramGraph.qo.h.
casa::HistogramGraph::HistogramGraph | ( | QWidget * | parent = 0 | ) |
casa::HistogramGraph::HistogramGraph | ( | const HistogramGraph & | other | ) | [private] |
void casa::HistogramGraph::initPlot | ( | ) |
void casa::HistogramGraph::nextGraph | ( | ) | [private, slot] |
HistogramGraph casa::HistogramGraph::operator= | ( | const HistogramGraph & | other | ) | [private] |
void casa::HistogramGraph::setImage | ( | ImageInterface< float > * | image | ) |
void casa::HistogramGraph::setImageRegion | ( | ImageRegion * | region, |
int | id | ||
) |
void casa::HistogramGraph::setIndex | ( | int | stackIndex | ) |
void casa::HistogramGraph::setNextEnabled | ( | bool | enabled | ) |
void casa::HistogramGraph::showGraph | ( | int | nextIndex | ) | [signal] |
BinPlotWidget* casa::HistogramGraph::histogram [private] |
Definition at line 70 of file HistogramGraph.qo.h.
int casa::HistogramGraph::index [private] |
Definition at line 68 of file HistogramGraph.qo.h.
Ui::HistogramGraphClass casa::HistogramGraph::ui [private] |
Definition at line 69 of file HistogramGraph.qo.h.