kstars
#include <rcalibration.h>
|
enum | CalibrationStage {
CAL_CAPTURE_IMAGE,
CAL_SELECT_STAR,
CAL_FINISH,
CAL_ERROR,
CAL_START,
CAL_RA_INC,
CAL_RA_DEC,
CAL_DEC_INC,
CAL_DEC_DEC
} |
|
enum | CalibrationType { CAL_NONE,
CAL_MANUAL,
CAL_RA_AUTO,
CAL_RA_DEC_AUTO
} |
|
Definition at line 29 of file rcalibration.h.
Enumerator |
---|
CAL_CAPTURE_IMAGE |
|
CAL_SELECT_STAR |
|
CAL_FINISH |
|
CAL_ERROR |
|
CAL_START |
|
CAL_RA_INC |
|
CAL_RA_DEC |
|
CAL_DEC_INC |
|
CAL_DEC_DEC |
|
Definition at line 37 of file rcalibration.h.
Enumerator |
---|
CAL_NONE |
|
CAL_MANUAL |
|
CAL_RA_AUTO |
|
CAL_RA_DEC_AUTO |
|
Definition at line 38 of file rcalibration.h.
rcalibration::~rcalibration |
( |
| ) |
|
void rcalibration::capture |
( |
| ) |
|
|
slot |
double rcalibration::getReticleAngle |
( |
| ) |
|
|
inline |
void rcalibration::guideStarSelected |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
slot |
bool rcalibration::is_calibrating |
( |
| ) |
|
bool rcalibration::is_finished |
( |
| ) |
|
|
inline |
void rcalibration::onEnableAutoMode |
( |
int |
state | ) |
|
|
protectedslot |
void rcalibration::onReticleAngChanged |
( |
double |
val | ) |
|
|
protectedslot |
void rcalibration::onReticleXChanged |
( |
double |
val | ) |
|
|
protectedslot |
void rcalibration::onReticleYChanged |
( |
double |
val | ) |
|
|
protectedslot |
void rcalibration::onSquareSizeChanged |
( |
int |
index | ) |
|
|
protectedslot |
void rcalibration::onStartReticleCalibrationButtonClick |
( |
| ) |
|
|
protectedslot |
void rcalibration::process_calibration |
( |
| ) |
|
void rcalibration::reset |
( |
void |
| ) |
|
void rcalibration::set_ccd |
( |
ISD::CCD * |
ccd | ) |
|
void rcalibration::set_image |
( |
FITSView * |
image | ) |
|
void rcalibration::set_math |
( |
cgmath * |
math | ) |
|
bool rcalibration::set_video_params |
( |
int |
vid_wd, |
|
|
int |
vid_ht |
|
) |
| |
void rcalibration::update_reticle_pos |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.