 Atmosphere | Compute and display the daylight sky color |
 BigStarCatalogExtension::HipIndexStruct | Container for Hipparcos information |
 BigStarCatalogExtension::Star1 | |
 BigStarCatalogExtension::Star2 | |
 BigStarCatalogExtension::Star3 | |
 BigStarCatalogExtension::ZoneArray | Manages all ZoneData structures of a given StelGeodesicGrid level |
  BigStarCatalogExtension::SpecialZoneArray< Star > | Implements all the virtual methods in ZoneArray |
  BigStarCatalogExtension::SpecialZoneArray< BigStarCatalogExtension::Star1 > | |
  BigStarCatalogExtension::SpecialZoneArray< Star1 > | |
   BigStarCatalogExtension::HipZoneArray | ZoneArray of Hipparcos stars |
  BigStarCatalogExtension::SpecialZoneArray< Star2 > | |
  BigStarCatalogExtension::SpecialZoneArray< Star3 > | |
 BigStarCatalogExtension::ZoneData | A single triangle |
  BigStarCatalogExtension::SpecialZoneData< Star > | Wrapper struct around ZoneData |
  BigStarCatalogExtension::SpecialZoneData< BigStarCatalogExtension::Star1 > | |
  BigStarCatalogExtension::SpecialZoneData< Star1 > | |
  BigStarCatalogExtension::SpecialZoneData< Star2 > | |
  BigStarCatalogExtension::SpecialZoneData< Star3 > | |
 CLIProcessor | |
 DataSetCredits | Contains all the credits for the creator of the image collection |
 EdgeVertex | Describe a vertex composing polygon contours, and whether it belong to an edge or not |
 Extinction | This class performs extinction computations, following literature from atmospheric optics and astronomy |
 GeodesicSearchBorderIterator | |
 GeodesicSearchInsideIterator | |
 GeodesicSearchResult | |
 JsonListIterator | Qt-style iterator over a JSON array |
 Landscape | Store and manages the displaying of the Landscape |
  LandscapeFisheye | |
  LandscapeOldStyle | |
  LandscapeSpherical | |
 Landscape::landscapeTexCoord | |
 Matrix4< T > | A templatized column-major 4x4 matrix |
 Matrix4< double > | |
 Matrix4< float > | |
 Meteor | Models a single meteor |
 OctahedronContour | Manage a non-convex polygon which can extends on more than 180 deg |
 OctahedronPolygon | |
 Orbit | |
  CachingOrbit | |
  CometOrbit | |
  EllipticalOrbit | |
 OrbitSampleProc | |
 Planet::SharedPlanetGraphics | Stores graphics data that is shared between planets and must be initialized by a StelRenderer |
 Planet::Vertex2D | A simple 2D vertex with only a position |
 pluto_argument | |
 pluto_latitude | |
 pluto_longitude | |
 pluto_radius | |
 PreModelViewFunc | Allows to define non linear operations in addition to the standard linear (Matrix 4d) ModelView transformation |
 QAbstractSpinBox | |
  AngleSpinBox | A spin box for displaying/entering angular values |
 QFrame | |
  BarFrame | A title bar control used in windows derived from StelDialog |
  ResizeFrame | |
 QGLWidget | |
  StelQGLWidget | GLWidget specialized for Stellarium, mainly to provide better debugging information |
 QGraphicsItem | |
  BottomStelBar | |
  CornerButtons | |
  LeftStelBar | |
 QGraphicsPathItem | |
  StelBarsPath | |
 QGraphicsPixmapItem | |
  StelButton | A Button Graphicsitem for use in Stellarium's graphic widgets |
 QGraphicsTextItem | |
  InfoPanel | The informations about the currently selected object |
 QGraphicsView | |
  StelMainGraphicsView | Reimplement a QGraphicsView for Stellarium |
 QGraphicsWidget | |
  SkyGui | The class managing the layout for button bars, selected object info and loading bars |
  StelAppGraphicsWidget | A QGraphicsWidget encapsulating all the Stellarium main sky view and the embedded GUI widgets such as the moving button bars |
  StelProgressBarMgr | |
 QLabel | |
  CompletionLabel | Display a list of results matching the search string, and allow to tab through those selections |
  MapLabel | Special QLabel that shows a world map |
 QLineEdit | |
  ShortcutLineEdit | Specialised GUI control for entering keyboard shortcut combinations |
 QMainWindow | |
  StelMainWindow | Reimplement a QMainWindow for Stellarium |
 QObject | |
  BottomStelBar | |
  CornerButtons | |
  LeftStelBar | |
  ScreenImage | |
  SimbadLookupReply | Contains all the information about a current simbad lookup query |
  SimbadSearcher | Provides lookup features into the online Simbad service from CDS |
  StelApp | Singleton main Stellarium application class |
  StelAudioMgr | |
  StelButton | A Button Graphicsitem for use in Stellarium's graphic widgets |
  StelCore | Main class for Stellarium core processing |
  StelDialog | Base class for all the GUI windows in Stellarium |
   AddRemoveLandscapesDialog | |
   AtmosphereDialog | |
   ConfigurationDialog | |
   CustomDeltaTEquationDialog | |
   DateTimeDialog | |
   HelpDialog | |
   LocationDialog | |
   ScriptConsole | |
   ShortcutsDialog | |
   ViewDialog | |
  StelGui | Main class for the GUI based on QGraphicView |
  StelLocationMgr | Manage the list of available location |
  StelMainScriptAPI | Provide script API for Stellarium global functions |
  StelMainScriptAPIProxy | Because the core API runs in a different thread to the main program, direct function calls to some classes can cause problems - especially when images must be loaded, or other non-atomic operations are involved |
  StelModule | This is the common base class for all the main components of stellarium |
   GridLinesMgr | The GridLinesMgr controls the drawing of the Azimuthal and Equatorial Grids, as well as the great circles: Meridian Line, Ecliptic Line and Equator Line |
   LabelMgr | Allows for creation of custom labels on objects or coordinates |
   LandscapeMgr | Manages all the rendering at the level of the observer's surroundings |
   MeteorMgr | Simulates a meteor shower |
   MilkyWay | Manages the displaying of the Milky Way |
   ScreenImageMgr | Module for managing images for scripting |
   StelGeodesicGridDrawer | |
   StelMovementMgr | Manages the head movements and zoom operations |
   StelObjectMgr | Manage the selection and queries on one or more StelObjects |
   StelObjectModule | Specialization of StelModule which manages a collection of StelObject |
    ConstellationMgr | Display and manage the constellations |
    NebulaMgr | Manage a collection of nebulae |
    SolarSystem | This StelObjectModule derivative is used to model SolarSystem bodies |
    StarMgr | Stores the star catalogue data |
   StelSkyLayerMgr | Manage the sky background images, including DSS and deep sky objects images |
  StelModuleMgr | Manage a collection of StelModules including both core and plugin modules |
  StelNoGuiPluginInterface | An example GUI plugin with an empty GUI |
  StelObserver | Should be renamed as PlanetBasedObserver and derive from a more generical StelObserver class |
   SpaceShipObserver | An observer which moves from from one position to another one and/or from one planet to another one |
  StelScriptMgr | Manage scripting in Stellarium |
  StelShortcutMgr | Manager of the keyboard shortcuts tied to different features |
  StelSkyCultureMgr | Manage sky cultures for stellarium |
  StelSkyDrawer | Provide a set of methods used to draw sky objects taking into account eyes adaptation, zoom level, instrument model and artificially set magnitude limits |
  StelSkyLayer | Abstract class defining the API to implement for all sky layer |
   MultiLevelJsonBase | Abstract base class for managing multi-level tree objects stored in JSON format |
    StelSkyImageTile | Base class for any astro image with a fixed position |
    StelSkyPolygon | Base class for any polygon with a fixed position in the sky |
  StelStandardGuiPluginInterface | Allow to load the GUI as a static plugin |
  StelTextureBackend | Base class for texture implementations |
   StelQGLTextureBackend | Texture backend based on QGL, usable with both GL1 and GL2 |
  StelTextureLoader | Texture Loader interface - used internally by texture implementations to load image data |
   StelFileTextureLoader | Texture loader that loads an image from the file system |
   StelHTTPTextureLoader | Texture loader that loads an image from the web |
  StelVideoMgr | |
  TestConversions | |
  TestDates | |
  TestDeltaT | |
  TestStelFileMgr | |
  TestStelJsonParser | |
  TestStelSphericalGeometry | |
  TestStelSphericalIndex | |
  TestStelVertexBuffer | Unittests for StelVertexBuffer implementations |
 QScriptEngineAgent | |
  StelScriptEngineAgent | |
 QSharedPointer | |
  QSharedPointerNoDelete< T > | Special version of QSharedPointer which by default doesn't delete the referenced pointer when the reference count reaches 0 |
  QSharedPointerNoDelete< StelObject > | |
  SphericalRegionP | A shared pointer on a SphericalRegion |
 QSortFilterProxyModel | |
  ShortcutsFilterModel | Custom filter class for filtering tree sub-items |
 QSyntaxHighlighter | |
  StelScriptSyntaxHighlighter | |
 QVector | |
  SubContour | |
 Ring | |
 RingParams | Parameters specifying how to generate a ring |
 RotationElements | |
 SearchDialog | The sky object search dialog |
 ServerCredits | Contain all the credits for a given server hosting the data |
 ShadowPlanetShaderInfo | |
 Skybright | Compute the luminance of the sky according to some parameters like sun moon position or time or altitude etc.. |
 Skylight | |
 skylightStruct | |
 skylightStruct2 | |
 SphereParams | Parameters specifying how to generate a sphere |
 SphericalConvexPolygonSet | A special case of SphericalPolygon for which the polygon is composed of disjoint convex polygons |
 SphericalPolygonBase | Abstract class defining default implementations for some spherical geometry methods |
 SphericalRegion | Abstract class defining a region of the sphere |
  AllSkySphericalRegion | Special SphericalRegion for the whole sphere |
  EmptySphericalRegion | |
  SphericalCap | A SphericalCap is defined by a direction and an aperture |
  SphericalConvexPolygon | A special case of SphericalPolygon for which the polygon is convex |
   SphericalTexturedConvexPolygon | Extension of SphericalConvexPolygon for textured polygon |
  SphericalPoint | Special SphericalRegion for a point on the sphere |
  SphericalPolygon | |
 SphericalRegion::DrawParams | Parameters specifying how to draw a SphericalRegion |
 SphericalRegion::PlainVertex | 3D vertex with only a position |
 SphericalRegion::TexturedVertex | 3D vertex with position and a texture coordinate |
 SphericMirrorCalculator | |
 StelAbstractVertexBuffer | Base class for all vertex buffers |
  StelVertexBuffer< V > | Vertex buffer interface |
  StelVertexBuffer< ColoredTexturedVertex > | |
  StelVertexBuffer< ColoredVertex > | |
  StelVertexBuffer< Planet::Vertex2D > | |
  StelVertexBuffer< SphericalRegion::PlainVertex > | |
  StelVertexBuffer< TexturedVertex > | |
  StelVertexBuffer< Vertex > | |
  StelVertexBuffer< VertexP2 > | |
  StelVertexBuffer< VertexP3T2 > | |
  StelVertexBuffer< VertexP3T2C4 > | |
 StelCircleArcRenderer | Provides functions to draw circle arcs using StelRenderer |
 StelFader | Manages a (usually smooth) transition between two states (typically ON/OFF) in function of a counter It used for various purpose like smooth transitions between |
  BooleanFader | Implementation of StelFader which behaves like a normal boolean, i.e |
  LinearFader | Implementation of StelFader which implements a linear transition |
  ParabolicFader | |
 StelFileMgr | Provides utilities for locating and handling files |
 StelGeodesicGrid | Grid of triangles (zones) on the sphere with radius 1, generated by subdividing the icosahedron |
 StelGeometryBuilder | Builds various geometry primitives, storing them in vertex buffers |
 StelGeometryRing | Drawable 2D or 3D ring |
 StelGeometrySphere | Drawable 3D sphere |
 StelGLSLShader | GLSL shader program |
  StelQGLGLSLShader | QGL based StelGLSLShader implementation, used by the QGL2 renderer backend |
 StelGuiBase | Abstract class defining the base interface for all GUIs |
  StelGui | Main class for the GUI based on QGraphicView |
  StelNoGui | Dummy implementation of StelGuiBase to use when no GUI is used |
 StelGuiPluginInterface | Define the interface to implement when creating a GUI plugin |
  StelNoGuiPluginInterface | An example GUI plugin with an empty GUI |
  StelStandardGuiPluginInterface | Allow to load the GUI as a static plugin |
 StelIndexBuffer | Generic index buffer interface usable with all Renderer backends |
  StelQGLIndexBuffer | Qt-OpenGL index buffer implementation |
 StelJsonParser | Qt-based simple JSON reader inspired by the one from Zoolib |
 StelLight | Basic light source |
 StelLoadingBar | This class is used to display loading bar |
 StelLocaleMgr | Manage i18n operations such as message translation and date/time localization |
 StelLocation | Store the informations for a location on a planet |
 StelLogger | Class wit only static members used to manage logging for Stellarium |
 StelModuleMgr::PluginDescriptor | Contains the information read from the module.ini file |
 StelPluginInfo | Contains information about a Stellarium plugin |
 StelPluginInterface | Define the interface to implement when creating a plugin |
 StelProjector | Provide the main interface to all operations of projecting coordinates from sky to screen |
  StelProjector2d | |
  StelProjectorCylinder | |
  StelProjectorEqualArea | |
  StelProjectorFisheye | |
  StelProjectorHammer | |
  StelProjectorMercator | |
  StelProjectorOrthographic | |
  StelProjectorPerspective | |
  StelProjectorStereographic | |
 StelProjector::GLSLProjector | Base class for classes implementing vertex projection in GLSL |
 StelProjector::ModelViewTranform | |
  Refraction | This class performs refraction computations, following literature from atmospheric optics and astronomy |
  StelProjector::Mat4dTransform | |
 StelProjector::StelProjectorParams | Contains all the param needed to initialize a StelProjector |
 StelQGLViewport | Manages OpenGL viewport |
 StelRegionObject | Simple abstract class defining basic methods implemented by all objects that need to be stored in a StelSphericalIndex |
  StelObject | The base abstract class for sky objects used in Stellarium like Stars, Planets, Constellations etc.. |
   BigStarCatalogExtension::StarWrapperBase | A Star (Star1,Star2,Star3,...) cannot be a StelObject |
    BigStarCatalogExtension::StarWrapper< Star > | |
    BigStarCatalogExtension::StarWrapper< Star1 > | |
     BigStarCatalogExtension::StarWrapper1 | |
    BigStarCatalogExtension::StarWrapper< Star2 > | |
     BigStarCatalogExtension::StarWrapper2 | |
    BigStarCatalogExtension::StarWrapper< Star3 > | |
     BigStarCatalogExtension::StarWrapper3 | |
   Constellation | Models a grouping of stars in a Sky Culture |
   Nebula | |
   Planet | |
    Comet | |
    MinorPlanet | |
 StelRenderClient | Provides access to scene rendering so StelRenderer can control it |
 StelRenderer | Main class of the Renderer subsystem |
  StelQGLRenderer | Base class for renderer based on OpenGL and at the same time Qt's QGL |
   StelQGL1Renderer | Renderer backend using OpenGL 1.2 with Qt |
   StelQGL2Renderer | Renderer backend using OpenGL 2.1 or GLSL 2.0 with Qt |
 StelRendererStatistics | Stores and provides access to statistics about a StelRenderer backend |
 StelSkyCulture | Store basic info about a sky culture for stellarium |
 StelSphericalIndex | Container allowing to store and query SphericalRegion |
  StelSphericalIndexMultiRes | Container allowing to store and query SphericalRegion |
 StelStyle | Holds the information related to a color style for GUI and modules of Stellarium |
 StelTextureCache< TextureBackend > | Caches textures, ensuring no texture is loaded twice |
 StelTextureCache< StelQGLTextureBackend > | |
 StelTextureNew | Texture interface |
 StelToneReproducer | Converts tones in function of the eye adaptation to luminance |
 StelTranslator | Class used to translate strings to any language |
 StelVertexAttribute | Describes a single vertex attribute (e.g |
 StelVertexBufferBackend | Base class of all vertex buffer backends |
  StelQGLArrayVertexBufferBackend | Base class for QGL-using vertex buffer backends based on separate attribute arrays |
   StelQGL1ArrayVertexBufferBackend | OpenGL 1 vertex array style VertexBuffer backend |
   StelQGL2ArrayVertexBufferBackend | OpenGL 2 vertex array style VertexBuffer backend, used for testing and transition |
  StelQGLInterleavedArrayVertexBufferBackend | Base class for QGL-using vertex buffer backends based on interleaved attribute arrays |
   StelQGL1InterleavedArrayVertexBufferBackend | OpenGL 1 interleaved vertex array VertexBuffer backend |
   StelQGL2InterleavedArrayVertexBufferBackend | OpenGL 2 interleaved vertex array VertexBuffer backend |
 StelViewportEffect | Allow to apply visual effects on the whole Stellarium viewport |
  StelViewportDistorterFisheyeToSphericMirror | |
 TextParams | Parameters specifying how to draw text |
 TextureParams | Parameters specifying how to construct a texture |
 TrailGroup | |
 TrailPoint | |
 Translations | |
 TriangleIterator< V > | Allows iteration over triangles in QVectors of vertices |
 Triplet< T > | A simple struct holding a triplet of values of some type |
 varstar | |
 Vector2< T > | A templatized 2d vector |
 Vector2< float > | |
 Vector3< T > | A templatized 3d vector |
 Vector3< double > | |
 Vector3< float > | |
 Vector4< T > | A templatized 4d vector |
 Vector4< float > | |
 Vector4< int > | |
 VertexP2 | Vertex with only a 2D position |
 VertexP3T2 | Vertex with a 3D position and a 2D texture coordinate |
 VertexP3T2C4 | Vertex with a 3D position, 2D texture coordinate and an RGBA color |