Used when the histogram needs to come up as a main window.
More...
#include <HistogramMain.qo.h>
|
virtual void | closeEvent (QCloseEvent *event) |
| Clean up images and regions because we are going down. More...
|
|
Used when the histogram needs to come up as a main window.
Definition at line 53 of file HistogramMain.qo.h.
casa::HistogramMain::HistogramMain |
( |
bool |
showFileLoader, |
|
|
bool |
fitControls, |
|
|
bool |
rangeControls, |
|
|
bool |
plotModeControls, |
|
|
QWidget * |
parent |
|
) |
| |
showFileLoader: true, for allowing the user to load image files (as opposed to just setting them programmatically).
fitControls: true, to allow the user to fit various curves to the histogram (Gaussian, casacore::Poisson, etc) rangeControls: true, allows the user to specify a min/max value plotModeControls: true, allows the user to specify whether to histogram images, a selected region, or multiple regions.
casa::HistogramMain::~HistogramMain |
( |
| ) |
|
casa::HistogramMain::HistogramMain |
( |
const HistogramMain & |
histMain | ) |
|
|
private |
virtual void casa::HistogramMain::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
Clean up images and regions because we are going down.
void casa::HistogramMain::closing |
( |
| ) |
|
|
signal |
void casa::HistogramMain::colorsChanged |
( |
| ) |
|
|
privateslot |
void casa::HistogramMain::deleteImageRegion |
( |
int |
id | ) |
|
bool casa::HistogramMain::generateImage |
( |
const QString & |
imagePath, |
|
|
std::shared_ptr< const casacore::ImageInterface< float > > |
image |
|
) |
| |
|
private |
std::pair<double,double> casa::HistogramMain::getRange |
( |
| ) |
const |
void casa::HistogramMain::imageFileChanged |
( |
| ) |
|
|
privateslot |
void casa::HistogramMain::imageRegionSelected |
( |
int |
id | ) |
|
void casa::HistogramMain::openColorPreferences |
( |
| ) |
|
|
privateslot |
void casa::HistogramMain::openFileLoader |
( |
| ) |
|
|
privateslot |
void casa::HistogramMain::openHistogramSaver |
( |
| ) |
|
|
privateslot |
void casa::HistogramMain::postStatusMessage |
( |
const QString & |
statusMsg | ) |
|
|
privateslot |
void casa::HistogramMain::rangeChanged |
( |
| ) |
|
|
signal |
void casa::HistogramMain::setChannelCount |
( |
int |
count | ) |
|
void casa::HistogramMain::setChannelValue |
( |
int |
value | ) |
|
void casa::HistogramMain::setDisplayAxisTitles |
( |
bool |
display | ) |
|
void casa::HistogramMain::setDisplayPlotTitle |
( |
bool |
display | ) |
|
void casa::HistogramMain::setPlotMode |
( |
int |
mode | ) |
|
Ui::HistogramMainClass casa::HistogramMain::ui |
|
private |
The documentation for this class was generated from the following file: