Stellarium 0.15.2
|
Manage sky cultures for stellarium. More...
#include <StelSkyCultureMgr.hpp>
Public Slots | |
QString | getCurrentSkyCultureEnglishName () const |
Get the current sky culture English name. More... | |
QString | getCurrentSkyCultureNameI18 () const |
Get the current sky culture translated name. More... | |
bool | setCurrentSkyCultureNameI18 (const QString &cultureName) |
Set the sky culture from i18n name. More... | |
QString | getCurrentSkyCultureID () const |
Get the current sky culture ID. More... | |
bool | setCurrentSkyCultureID (const QString &id) |
Set the current sky culture from the ID. More... | |
int | getCurrentSkyCultureBoundariesIdx () const |
Get the type of boundaries of the current sky culture Config option: info/boundaries Possible values: none (-1; using by default) generic (0) own (1) More... | |
QString | getCurrentSkyCultureHtmlDescription () const |
Returns a localized HTML description for the current sky culture. More... | |
QString | getDefaultSkyCultureID () |
Get the default sky culture ID. More... | |
bool | setDefaultSkyCultureID (const QString &id) |
Set the default sky culture from the ID. More... | |
QString | getSkyCultureListEnglish (void) |
Get a list of sky culture names in English. More... | |
QStringList | getSkyCultureListI18 (void) |
Get a list of sky culture names in the current language. More... | |
QStringList | getSkyCultureListIDs (void) |
Get a list of sky culture IDs. More... | |
QMap< QString, StelSkyCulture > | getDirToNameMap () const |
Returns a map from sky culture IDs/folders to sky culture names. More... | |
Signals | |
void | defaultSkyCultureChanged (const QString &id) |
Emitted whenever the default sky culture changed. More... | |
void | currentSkyCultureChanged (const QString &id) |
Emitted when the current sky culture changes. More... | |
Public Member Functions | |
void | init () |
Initialize the StelSkyCultureMgr object. More... | |
StelSkyCulture | getSkyCulture () const |
Get the current sky culture. More... | |
Properties | |
QString | currentSkyCultureID |
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-directories containing one sub-directory per sky culture. This sub-directory name is that we refer to as sky culture ID here.
Definition at line 49 of file StelSkyCultureMgr.hpp.
|
signal |
Emitted when the current sky culture changes.
|
signal |
Emitted whenever the default sky culture changed.
|
slot |
Get the type of boundaries of the current sky culture Config option: info/boundaries Possible values: none (-1; using by default) generic (0) own (1)
|
slot |
Get the current sky culture English name.
|
slot |
Returns a localized HTML description for the current sky culture.
|
inlineslot |
Get the current sky culture ID.
Definition at line 79 of file StelSkyCultureMgr.hpp.
|
slot |
Get the current sky culture translated name.
|
inlineslot |
Get the default sky culture ID.
Definition at line 98 of file StelSkyCultureMgr.hpp.
|
inlineslot |
Returns a map from sky culture IDs/folders to sky culture names.
Definition at line 116 of file StelSkyCultureMgr.hpp.
|
inline |
Get the current sky culture.
Definition at line 67 of file StelSkyCultureMgr.hpp.
|
slot |
Get a list of sky culture names in English.
|
slot |
Get a list of sky culture names in the current language.
|
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().
|
slot |
Set the current sky culture from the ID.
id | the sky culture ID. |
|
slot |
Set the sky culture from i18n name.
|
slot |
Set the default sky culture from the ID.
id | the sky culture ID. |