casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Signals | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
casa::HistogramGraph Class Reference

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>

Inheritance diagram for casa::HistogramGraph:

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
 
BinPlotWidgethistogram
 

Detailed Description

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.

Constructor & Destructor Documentation

casa::HistogramGraph::HistogramGraph ( QWidget *  parent = 0)
casa::HistogramGraph::~HistogramGraph ( )
casa::HistogramGraph::HistogramGraph ( const HistogramGraph other)
private

Member Function Documentation

void casa::HistogramGraph::initPlot ( )
void casa::HistogramGraph::nextGraph ( )
privateslot
HistogramGraph casa::HistogramGraph::operator= ( const HistogramGraph other)
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)
void casa::HistogramGraph::showGraph ( int  nextIndex)
signal
void casa::HistogramGraph::showHistogramTool ( )
signal

Member Data Documentation

BinPlotWidget* casa::HistogramGraph::histogram
private

Definition at line 75 of file HistogramGraph.qo.h.

int casa::HistogramGraph::index
private

Definition at line 73 of file HistogramGraph.qo.h.

Ui::HistogramGraphClass casa::HistogramGraph::ui
private

Definition at line 74 of file HistogramGraph.qo.h.


The documentation for this class was generated from the following file: