casa::HistogramMain Class Reference
Used when the histogram needs to come up as a main window.
More...
#include <HistogramMain.qo.h>
List of all members.
Detailed Description
Used when the histogram needs to come up as a main window.
Definition at line 49 of file HistogramMain.qo.h.
Constructor & Destructor Documentation
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, 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] |
Member Function Documentation
virtual void casa::HistogramMain::closeEvent |
( |
QCloseEvent * |
event |
) |
[protected, virtual] |
Clean up images and regions because we are going down.
void casa::HistogramMain::closing |
( |
|
) |
[signal] |
void casa::HistogramMain::colorsChanged |
( |
|
) |
[private, slot] |
void casa::HistogramMain::deleteImageRegion |
( |
int |
id |
) |
|
bool casa::HistogramMain::generateImage |
( |
const QString & |
imagePath, |
|
|
SHARED_PTR< const ImageInterface< Float > > |
image | |
|
) |
| | [private] |
std::pair<double,double> casa::HistogramMain::getRange |
( |
|
) |
const |
void casa::HistogramMain::imageFileChanged |
( |
|
) |
[private, slot] |
void casa::HistogramMain::imageRegionSelected |
( |
int |
id |
) |
|
void casa::HistogramMain::openColorPreferences |
( |
|
) |
[private, slot] |
void casa::HistogramMain::openFileLoader |
( |
|
) |
[private, slot] |
void casa::HistogramMain::openHistogramSaver |
( |
|
) |
[private, slot] |
void casa::HistogramMain::postStatusMessage |
( |
const QString & |
statusMsg |
) |
[private, slot] |
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 |
) |
|
bool casa::HistogramMain::setImage |
( |
SHARED_PTR< const ImageInterface< Float > > |
img |
) |
|
bool casa::HistogramMain::setImageRegion |
( |
ImageRegion * |
imageRegion, |
|
|
int |
id | |
|
) |
| | |
void casa::HistogramMain::setPlotMode |
( |
int |
mode |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: