kstars
catalogdb.h
Go to the documentation of this file.
bool AddCatalogContents(const QString &filename)
Add contents of custom catalog to the program database.
Definition: catalogdb.cpp:339
void GetAllObjects(const QString &catalog_name, QList< SkyObject * > &sky_list, QList< QPair< int, QString > > &object_names, CatalogComponent *catalog_pointer)
Creates objects of type SkyObject and assigns them to references.
Definition: catalogdb.cpp:674
void AddEntry(const CatalogEntryData &catalog_entry)
Used to add a cross referenced entry into the database.
Definition: catalogdb.cpp:261
void RefreshCatalogList()
Rechecks the database and builds the Catalog listing.
Definition: catalogdb.cpp:117
QStringList * Catalogs()
Accessor for list of all available catalogs in db.
Definition: catalogdb.cpp:111
~CatalogDB()
Attempt to close database and remove reference from the DB List.
Definition: catalogdb.cpp:100
Definition: catalogdb.h:51
bool Initialize()
Initializes the database and sets up pointers to Catalog DB Performs the following actions: ...
Definition: catalogdb.cpp:22
void GetCatalogData(const QString &catalog_name, CatalogData &catalog_data)
Get information about the catalog like Prefix etc.
Definition: catalogdb.cpp:654
int FindFuzzyEntry(const double ra, const double dec, const double magnitude)
returns the id of the row if it matches with certain fuzz.
Definition: catalogdb.cpp:228
void RemoveCatalog(const QString &catalog_name)
Removes the catalog from the database and refreshes the listing.
Definition: catalogdb.cpp:184
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 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:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.