Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Manage sky cultures for stellarium. More...
#include <StelSkyCultureMgr.hpp>
Public Slots | |
QString | getCurrentSkyCultureNameI18 () const |
Get the current sky culture translated name. | |
bool | setCurrentSkyCultureNameI18 (const QString &cultureName) |
Set the sky culture from i18n name. | |
QString | getCurrentSkyCultureID () |
Get the current sky culture ID. | |
bool | setCurrentSkyCultureID (const QString &id) |
Set the current sky culture from the ID. | |
QString | getDefaultSkyCultureID () |
Get the default sky culture ID. | |
bool | setDefaultSkyCultureID (const QString &id) |
Set the default sky culture from the ID. | |
QString | getSkyCultureListEnglish (void) |
Get a list of sky culture names in English. | |
QStringList | getSkyCultureListI18 (void) |
Get a list of sky culture names in the current language. | |
QStringList | getSkyCultureListIDs (void) |
Get a list of sky culture IDs. | |
Public Member Functions | |
void | init () |
Initialize the StelSkyCultureMgr object. | |
StelSkyCulture | getSkyCulture () const |
Get the current sky culture. |
Manage sky cultures for stellarium.
Different human cultures have used different names for stars, and visualised different constellations in the sky (and in different parts of the sky). In the installation data directory and user data directory are the "skycultures" sub-directory containing one sub-directory per sky culture. This sub-directory name is that we refer to as sky culture ID here.
QString StelSkyCultureMgr::getCurrentSkyCultureID | ( | ) | [inline, slot] |
Get the current sky culture ID.
QString StelSkyCultureMgr::getCurrentSkyCultureNameI18 | ( | ) | const [slot] |
Get the current sky culture translated name.
QString StelSkyCultureMgr::getDefaultSkyCultureID | ( | ) | [inline, slot] |
Get the default sky culture ID.
StelSkyCulture StelSkyCultureMgr::getSkyCulture | ( | ) | const [inline] |
Get the current sky culture.
QString StelSkyCultureMgr::getSkyCultureListEnglish | ( | void | ) | [slot] |
Get a list of sky culture names in English.
QStringList StelSkyCultureMgr::getSkyCultureListI18 | ( | void | ) | [slot] |
Get a list of sky culture names in the current language.
QStringList StelSkyCultureMgr::getSkyCultureListIDs | ( | void | ) | [slot] |
Get a list of sky culture IDs.
void StelSkyCultureMgr::init | ( | ) |
Initialize the StelSkyCultureMgr object.
Gets the default sky culture name from the application's settings, sets that sky culture by calling setCurrentSkyCultureID().
bool StelSkyCultureMgr::setCurrentSkyCultureID | ( | const QString & | id | ) | [slot] |
Set the current sky culture from the ID.
id | the sky culture ID. |
bool StelSkyCultureMgr::setCurrentSkyCultureNameI18 | ( | const QString & | cultureName | ) | [inline, slot] |
Set the sky culture from i18n name.
bool StelSkyCultureMgr::setDefaultSkyCultureID | ( | const QString & | id | ) | [slot] |
Set the default sky culture from the ID.
id | the sky culture ID. |