Документ взят из кэша поисковой машины. Адрес оригинального документа : http://astro.uni-altai.ru/~aw/stellarium/api/classConstellationMgr.html
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 07:35:40 2014
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п
Stellarium: ConstellationMgr Class Reference
Stellarium 0.12.3
List of all members | Public Slots | Signals | Public Member Functions | Properties
ConstellationMgr Class Reference

Display and manage the constellations. More...

#include <ConstellationMgr.hpp>

Public Slots

void setFlagArt (const bool displayed)
 Set whether constellation art will be displayed. More...
 
bool getFlagArt (void) const
 Get whether constellation art is displayed. More...
 
void setArtFadeDuration (const float duration)
 Set constellation art fade duration in second. More...
 
float getArtFadeDuration () const
 Get constellation art fade duration in second. More...
 
void setArtIntensity (const double intensity)
 Set constellation maximum art intensity (between 0 and 1) More...
 
double getArtIntensity () const
 Set constellation maximum art intensity (between 0 and 1) More...
 
void setBoundariesColor (const Vec3f &color)
 Define boundary color. More...
 
Vec3f getBoundariesColor () const
 Get current boundary color. More...
 
void setFlagBoundaries (const bool displayed)
 Set whether constellation boundaries lines will be displayed. More...
 
bool getFlagBoundaries (void) const
 Get whether constellation boundaries lines are displayed. More...
 
void setFlagIsolateSelected (const bool isolate)
 Set whether selected constellation must be displayed alone. More...
 
bool getFlagIsolateSelected (void) const
 Get whether selected constellation is displayed alone. More...
 
void setLinesColor (const Vec3f &color)
 Define line color. More...
 
Vec3f getLinesColor () const
 Get line color. More...
 
void setFlagLines (const bool displayed)
 Set whether constellation path lines will be displayed. More...
 
bool getFlagLines (void) const
 Get whether constellation path lines are displayed. More...
 
void setLabelsColor (const Vec3f &color)
 Set label color for names. More...
 
Vec3f getLabelsColor () const
 Get label color for names. More...
 
void setFlagLabels (bool displayed)
 Set whether constellation names will be displayed. More...
 
bool getFlagLabels (void) const
 Set whether constellation names are displayed. More...
 
void setFontSize (const float newFontSize)
 Set the font size used for constellation names display. More...
 
float getFontSize () const
 Get the font size used for constellation names display. More...
 

Signals

void artDisplayedChanged (const bool displayed) const
 
void artFadeDurationChanged (const float duration) const
 
void artIntensityChanged (const double intensity) const
 
void boundariesColorChanged (const Vec3f &color) const
 
void boundariesDisplayedChanged (const bool displayed) const
 
void fontSizeChanged (const float newSize) const
 
void isolateSelectedChanged (const bool isolate) const
 
void linesColorChanged (const Vec3f &color) const
 
void linesDisplayedChanged (const bool displayed) const
 
void namesColorChanged (const Vec3f &color) const
 
void namesDisplayedChanged (const bool displayed) const
 

Public Member Functions

 ConstellationMgr (StarMgr *stars)
 Constructor. More...
 
virtual ~ConstellationMgr ()
 Destructor. More...
 
virtual void init ()
 Initialize the ConstellationMgr. More...
 
virtual void draw (StelCore *core, class StelRenderer *renderer)
 Draw constellation lines, art, names and boundaries. More...
 
virtual void update (double deltaTime)
 Updates time-varying state for each Constellation. More...
 
virtual double getCallOrder (StelModuleActionName actionName) const
 Return the value defining the order of call for the given action. More...
 
virtual QList< StelObjectPsearchAround (const Vec3d &v, double limitFov, const StelCore *core) const
 Search for StelObject in an area around a specifid point. More...
 
virtual StelObjectP searchByNameI18n (const QString &nameI18n) const
 Return the matching constellation object's pointer if exists or NULL. More...
 
virtual StelObjectP searchByName (const QString &name) const
 Return the matching constellation if exists or NULL. More...
 
virtual QStringList listMatchingObjectsI18n (const QString &objPrefix, int maxNbItem=5) const
 Find and return the list of at most maxNbItem objects auto-completing the passed object I18n name. More...
 
virtual QStringList listMatchingObjects (const QString &objPrefix, int maxNbItem=5) const
 Find and return the list of at most maxNbItem objects auto-completing the passed object English name. More...
 
virtual QStringList listAllObjects (bool inEnglish) const
 
virtual QString getName () const
 

Properties

bool artDisplayed