casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Signals | Public Member Functions | Private Slots | Private Member Functions | Private Attributes
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>

List of all members.

Signals

void showGraph (int nextIndex)

Public Member Functions

 HistogramGraph (QWidget *parent=0)
 ~HistogramGraph ()
void initPlot ()
void setIndex (int stackIndex)
void setNextEnabled (bool enabled)
void setImage (ImageInterface< float > *image)
void setImageRegion (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

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 46 of file HistogramGraph.qo.h.


Constructor & Destructor Documentation

casa::HistogramGraph::HistogramGraph ( QWidget *  parent = 0)

Member Function Documentation

void casa::HistogramGraph::nextGraph ( ) [private, slot]
HistogramGraph casa::HistogramGraph::operator= ( const HistogramGraph other) [private]
void casa::HistogramGraph::setImage ( ImageInterface< float > *  image)
void casa::HistogramGraph::setImageRegion ( ImageRegion region,
int  id 
)
void casa::HistogramGraph::setIndex ( int  stackIndex)
void casa::HistogramGraph::setNextEnabled ( bool  enabled)
void casa::HistogramGraph::showGraph ( int  nextIndex) [signal]

Member Data Documentation

BinPlotWidget* casa::HistogramGraph::histogram [private]

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

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

Ui::HistogramGraphClass casa::HistogramGraph::ui [private]

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


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