kstars
FITSHistogram Class Reference
#include <fitshistogram.h>
Inheritance diagram for FITSHistogram:

Detailed Description
Definition at line 47 of file fitshistogram.h.
Public Slots | |
| void | applyScale () |
| void | updateBoxes (int lowerLimit, int upperLimit) |
| void | updateIntenFreq (int x) |
Public Member Functions | |
| FITSHistogram (QWidget *parent) | |
| ~FITSHistogram () | |
| void | constructHistogram (int hist_width, int hist_height) |
| void | updateHistogram () |
| int | findMax (int hist_width) |
Public Attributes | |
| int | type |
| int | napply |
| double | histFactor |
| double | fits_min |
| double | fits_max |
Friends | |
| class | histDrawArea |
Constructor & Destructor Documentation
| FITSHistogram::FITSHistogram | ( | QWidget * | parent | ) |
Definition at line 48 of file fitshistogram.cpp.
| FITSHistogram::~FITSHistogram | ( | ) |
Definition at line 68 of file fitshistogram.cpp.
Member Function Documentation
| void FITSHistogram::constructHistogram | ( | int | hist_width, | |
| int | hist_height | |||
| ) |
Definition at line 128 of file fitshistogram.cpp.
| void FITSHistogram::updateHistogram | ( | ) |
Definition at line 221 of file fitshistogram.cpp.
| int FITSHistogram::findMax | ( | int | hist_width | ) |
Definition at line 211 of file fitshistogram.cpp.
| void FITSHistogram::applyScale | ( | ) | [slot] |
Definition at line 87 of file fitshistogram.cpp.
| void FITSHistogram::updateBoxes | ( | int | lowerLimit, | |
| int | upperLimit | |||
| ) | [slot] |
Definition at line 74 of file fitshistogram.cpp.
| void FITSHistogram::updateIntenFreq | ( | int | x | ) | [slot] |
Definition at line 196 of file fitshistogram.cpp.
Friends And Related Function Documentation
friend class histDrawArea [friend] |
Definition at line 51 of file fitshistogram.h.
Member Data Documentation
Definition at line 60 of file fitshistogram.h.
Definition at line 61 of file fitshistogram.h.
| double FITSHistogram::histFactor |
Definition at line 62 of file fitshistogram.h.
| double FITSHistogram::fits_min |
Definition at line 63 of file fitshistogram.h.
| double FITSHistogram::fits_max |
Definition at line 63 of file fitshistogram.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference