Stellarium 0.15.2
|
Store basic info about a sky culture for stellarium. More...
#include <StelSkyCultureMgr.hpp>
Public Attributes | |
QString | englishName |
English name. More... | |
QString | author |
Name of the author. More... | |
int | boundariesIdx |
Type of the boundaries (-1=none;0=generic;1=own) More... | |
Store basic info about a sky culture for stellarium.
Definition at line 30 of file StelSkyCultureMgr.hpp.
QString StelSkyCulture::author |
Name of the author.
Definition at line 36 of file StelSkyCultureMgr.hpp.
int StelSkyCulture::boundariesIdx |
Type of the boundaries (-1=none;0=generic;1=own)
Definition at line 38 of file StelSkyCultureMgr.hpp.
QString StelSkyCulture::englishName |
English name.
Definition at line 34 of file StelSkyCultureMgr.hpp.