kstars
FITSImage Class Reference
#include <fitsimage.h>
Inheritance diagram for FITSImage:

Public Types | |
enum | scaleType { FITSAuto = 0, FITSLinear, FITSLog, FITSSqrt, FITSCustom } |
Public Slots | |
void | fitsZoomDefault () |
void | fitsZoomIn () |
void | fitsZoomOut () |
Public Member Functions | |
void | clearMem () |
void | convertImageToPixmap () |
FITSImage (QWidget *parent, const char *name=0) | |
int | loadFits (const char *filename) |
void | resizeEvent (QResizeEvent *ev) |
~FITSImage () | |
Protected Member Functions | |
void | contentsMouseMoveEvent (QMouseEvent *e) |
void | viewportResizeEvent (QResizeEvent *e) |
Detailed Description
Definition at line 45 of file fitsimage.h.
Member Enumeration Documentation
Definition at line 62 of file fitsimage.h.
Constructor & Destructor Documentation
FITSImage::FITSImage | ( | QWidget * | parent, | |
const char * | name = 0 | |||
) |
Definition at line 67 of file fitsimage.cpp.
FITSImage::~FITSImage | ( | ) |
Definition at line 86 of file fitsimage.cpp.
Member Function Documentation
void FITSImage::clearMem | ( | ) |
Definition at line 215 of file fitsimage.cpp.
void FITSImage::contentsMouseMoveEvent | ( | QMouseEvent * | e | ) | [protected] |
void FITSImage::convertImageToPixmap | ( | ) |
Definition at line 368 of file fitsimage.cpp.
void FITSImage::fitsZoomDefault | ( | ) | [slot] |
Definition at line 443 of file fitsimage.cpp.
void FITSImage::fitsZoomIn | ( | ) | [slot] |
Definition at line 405 of file fitsimage.cpp.
void FITSImage::fitsZoomOut | ( | ) | [slot] |
Definition at line 425 of file fitsimage.cpp.
int FITSImage::loadFits | ( | const char * | filename | ) |
Definition at line 226 of file fitsimage.cpp.
void FITSImage::resizeEvent | ( | QResizeEvent * | ev | ) |
void FITSImage::viewportResizeEvent | ( | QResizeEvent * | e | ) | [protected] |
The documentation for this class was generated from the following files: