kstars
#include <QFrame>
#include <QImage>
#include <QPixmap>
#include <QMouseEvent>
#include <QResizeEvent>
#include <QPaintEvent>
#include <QScrollArea>
#include <QLabel>
#include <kxmlguiwindow.h>
#include <kurl.h>
#include <fitsio.h>
#include "fitshistogram.h"
#include "fitscommon.h"
#include "skypoint.h"
#include "dms.h"
Include dependency graph for fitsimage.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Edge |
class | FITSImage |
struct | wcs_point |
Macros | |
#define | INITIAL_H 480 |
#define | INITIAL_W 640 |
#define | MINIMUM_PIXEL_RANGE 5 |
#define | MINIMUM_STDVAR 5 |
Macro Definition Documentation
#define INITIAL_H 480 |
Definition at line 48 of file fitsimage.h.
#define INITIAL_W 640 |
Definition at line 47 of file fitsimage.h.
#define MINIMUM_PIXEL_RANGE 5 |
Definition at line 50 of file fitsimage.h.
#define MINIMUM_STDVAR 5 |
Definition at line 51 of file fitsimage.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.