casa
5.7.0-16
|
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) |
void | showHistogramTool () |
Public Member Functions | |
HistogramGraph (QWidget *parent=0) | |
~HistogramGraph () | |
void | initPlot () |
void | setIndex (int stackIndex) |
void | setNextEnabled (bool enabled) |
void | setImage (std::shared_ptr< casacore::ImageInterface< float > > image) |
void | setImageRegion (casacore::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 51 of file HistogramGraph.qo.h.
casa::HistogramGraph::HistogramGraph | ( | QWidget * | parent = 0 | ) |
casa::HistogramGraph::~HistogramGraph | ( | ) |
|
private |
void casa::HistogramGraph::initPlot | ( | ) |
|
privateslot |
|
private |
void casa::HistogramGraph::setImage | ( | std::shared_ptr< casacore::ImageInterface< float > > | image | ) |
void casa::HistogramGraph::setImageRegion | ( | casacore::ImageRegion * | region, |
int | id | ||
) |
void casa::HistogramGraph::setIndex | ( | int | stackIndex | ) |
void casa::HistogramGraph::setNextEnabled | ( | bool | enabled | ) |
|
signal |
|
signal |
|
private |
Definition at line 75 of file HistogramGraph.qo.h.
|
private |
Definition at line 73 of file HistogramGraph.qo.h.
|
private |
Definition at line 74 of file HistogramGraph.qo.h.