Stellarium  23.4
Public Types | Public Member Functions
Cardinals Class Reference

display of cardinal points More...

Public Types

enum  CompassDirection {
  dN = 1 , dS = 2 , dE = 3 , dW = 4 ,
  dNE = 5 , dSE = 6 , dNW = 7 , dSW = 8 ,
  dNNE = 9 , dENE = 10 , dESE = 11 , dSSE = 12 ,
  dSSW = 13 , dWSW = 14 , dWNW = 15 , dNNW = 16 ,
  dNbE = 17 , dNEbN = 18 , dNEbE = 19 , dEbN = 20 ,
  dEbS = 21 , dSEbE = 22 , dSEbS = 23 , dSbE = 24 ,
  dSbW = 25 , dSWbS = 26 , dSWbW = 27 , dWbS = 28 ,
  dWbN = 29 , dNWbW = 30 , dNWbN = 31 , dNbW = 32
}
 

Public Member Functions

void draw (const StelCore *core, double latitude) const
 
void setColor (const Vec3f &c)
 
Vec3f getColor () const
 
void updateI18n ()
 
void update (double deltaTime)
 
void setFadeDuration (float duration)
 
void setFlagShowCardinals (bool b)
 
bool getFlagShowCardinals () const
 
void setFlagShow4WCRLabels (bool b)
 
bool getFlagShow4WCRLabels () const
 
void setFlagShow8WCRLabels (bool b)
 
bool getFlagShow8WCRLabels () const
 
void setFlagShow16WCRLabels (bool b)
 
bool getFlagShow16WCRLabels () const
 
void setFlagShow32WCRLabels (bool b)
 
bool getFlagShow32WCRLabels () const
 

Detailed Description

display of cardinal points