kstars
modCalcGalCoord Class Reference
Class which implements the KStars calculator module to compute Galactic coordinates to/from Equatorial coordinates. More...
#include <modcalcgalcoord.h>

Public Slots | |
void | slotClearCoords (void) |
void | slotComputeCoords (void) |
void | slotDecCheckedBatch (void) |
void | slotEpochCheckedBatch (void) |
void | slotGalLatCheckedBatch (void) |
void | slotGalLongCheckedBatch (void) |
void | slotInputFile (void) |
void | slotOutputFile (void) |
void | slotRaCheckedBatch (void) |
void | slotRunBatch () |
Public Member Functions | |
void | EquToGal (void) |
void | GalToEqu (void) |
double | getEpoch (QString t) |
void | getEpoch (void) |
void | getEquCoords (void) |
void | getGalCoords (void) |
modCalcGalCoord (QWidget *p, const char *n) | |
void | showEquCoords (void) |
void | showGalCoords (void) |
~modCalcGalCoord () |
Detailed Description
Class which implements the KStars calculator module to compute Galactic coordinates to/from Equatorial coordinates.Inherits QWidget
- Version:
- 0.9
Definition at line 33 of file modcalcgalcoord.h.
Constructor & Destructor Documentation
modCalcGalCoord::modCalcGalCoord | ( | QWidget * | p, | |
const char * | n | |||
) |
Definition at line 37 of file modcalcgalcoord.cpp.
modCalcGalCoord::~modCalcGalCoord | ( | ) |
Definition at line 44 of file modcalcgalcoord.cpp.
Member Function Documentation
void modCalcGalCoord::EquToGal | ( | void | ) |
Definition at line 119 of file modcalcgalcoord.cpp.
void modCalcGalCoord::GalToEqu | ( | void | ) |
Definition at line 103 of file modcalcgalcoord.cpp.
double modCalcGalCoord::getEpoch | ( | QString | t | ) |
Definition at line 61 of file modcalcgalcoord.cpp.
void modCalcGalCoord::getEpoch | ( | void | ) |
void modCalcGalCoord::getEquCoords | ( | void | ) |
Definition at line 54 of file modcalcgalcoord.cpp.
void modCalcGalCoord::getGalCoords | ( | void | ) |
void modCalcGalCoord::showEquCoords | ( | void | ) |
Definition at line 93 of file modcalcgalcoord.cpp.
void modCalcGalCoord::showGalCoords | ( | void | ) |
Definition at line 98 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotClearCoords | ( | void | ) | [slot] |
Definition at line 68 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotComputeCoords | ( | void | ) | [slot] |
Definition at line 77 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotDecCheckedBatch | ( | void | ) | [slot] |
Definition at line 163 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotEpochCheckedBatch | ( | void | ) | [slot] |
Definition at line 173 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotGalLatCheckedBatch | ( | void | ) | [slot] |
Definition at line 185 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotGalLongCheckedBatch | ( | void | ) | [slot] |
Definition at line 195 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotInputFile | ( | void | ) | [slot] |
Definition at line 205 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotOutputFile | ( | void | ) | [slot] |
Definition at line 211 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotRaCheckedBatch | ( | void | ) | [slot] |
Definition at line 153 of file modcalcgalcoord.cpp.
void modCalcGalCoord::slotRunBatch | ( | ) | [slot] |
Definition at line 217 of file modcalcgalcoord.cpp.
The documentation for this class was generated from the following files: