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::HistogramTab Class Reference

Manages a stack widget that displays histograms for a single region but multiple images. More...

#include <HistogramTab.qo.h>

Inheritance diagram for casa::HistogramTab:

Signals

void showHistogramTool ()
 

Public Member Functions

 HistogramTab (QWidget *parent=0)
 
void addImage (std::shared_ptr< casacore::ImageInterface< float > > image)
 
void setImageRegion (const std::string &imageName, casacore::ImageRegion *region, int regionId)
 
void clear ()
 
void showGraph (int index)
 This method was written so that the image showing on the histogram will be the same as the one indicated on the image animator. More...
 
 ~HistogramTab ()
 

Private Slots

void showNextGraph (int nextIndex)
 When the 'next' button is pressed on the histogram. More...
 

Private Member Functions

void resetNextEnabled ()
 

Private Attributes

int initialStackIndex
 
QMap< QString, HistogramGraph * > graphs
 
Ui::HistogramTabClass ui
 

Detailed Description

Manages a stack widget that displays histograms for a single region but multiple images.

Definition at line 48 of file HistogramTab.qo.h.

Constructor & Destructor Documentation

casa::HistogramTab::HistogramTab ( QWidget *  parent = 0)
casa::HistogramTab::~HistogramTab ( )

Member Function Documentation

void casa::HistogramTab::addImage ( std::shared_ptr< casacore::ImageInterface< float > >  image)
void casa::HistogramTab::clear ( )
void casa::HistogramTab::resetNextEnabled ( )
private
void casa::HistogramTab::setImageRegion ( const std::string &  imageName,
casacore::ImageRegion region,
int  regionId 
)
void casa::HistogramTab::showGraph ( int  index)

This method was written so that the image showing on the histogram will be the same as the one indicated on the image animator.

void casa::HistogramTab::showHistogramTool ( )
signal
void casa::HistogramTab::showNextGraph ( int  nextIndex)
privateslot

When the 'next' button is pressed on the histogram.

Member Data Documentation

QMap<QString,HistogramGraph*> casa::HistogramTab::graphs
private

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

int casa::HistogramTab::initialStackIndex
private

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

Ui::HistogramTabClass casa::HistogramTab::ui
private

Definition at line 76 of file HistogramTab.qo.h.


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