kstars
LCGenerator Class Reference
KStars Light Curve Generator This class provides a simple interface that enables a user to download variable stars light curves from an online AAVSO database given few basic parameters. More...
#include <lcgenerator.h>
Inheritance diagram for LCGenerator:

Public Slots | |
void | downloadReady (KIO::Job *) |
void | updateDesigList (int index) |
void | updateNameList (int index) |
void | updateStarList () |
void | VerifyData () |
Public Member Functions | |
LCGenerator (QWidget *parent=0) | |
~LCGenerator () |
Detailed Description
KStars Light Curve Generator This class provides a simple interface that enables a user to download variable stars light curves from an online AAVSO database given few basic parameters.
- Version:
- 1.0
Definition at line 54 of file lcgenerator.h.
Constructor & Destructor Documentation
LCGenerator::LCGenerator | ( | QWidget * | parent = 0 |
) |
LCGenerator::~LCGenerator | ( | ) |
Member Function Documentation
void LCGenerator::downloadReady | ( | KIO::Job * | job | ) | [slot] |
void LCGenerator::updateDesigList | ( | int | index | ) | [slot] |
Select the star designation that matches the current star name index
the index of the selected star name.
Definition at line 406 of file lcgenerator.cpp.
void LCGenerator::updateNameList | ( | int | index | ) | [slot] |
Select the star name that matches the current star designation index
the index of the selected designation.
Definition at line 414 of file lcgenerator.cpp.
void LCGenerator::updateStarList | ( | ) | [slot] |
Connects to AAVSO database server and downloads a fresh list of Variable stars.
Definition at line 422 of file lcgenerator.cpp.
void LCGenerator::VerifyData | ( | ) | [slot] |
Checks if a star name or designation exists in the database, verifies date format, and connects to server if no errors occur.
Definition at line 224 of file lcgenerator.cpp.
The documentation for this class was generated from the following files: