kstars Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
AddCatDialogDialog for adding custom object catalogs to KStars
AddLinkDialog
ADVTreeData
AltVsTimeAltitude vs
AstroCalcAstrocalc is the base class for the KStars astronomical calculator
AVTPlotWidgetAn extension of the KStarsPlotWidget for the AltVsTime tool
CCDPreviewWG
CCDVideoWG
ClickLabelQLabel with a clicked() signal
ColorSchemeThis class stores all of the adjustable colors in KStars, in a QMap object keyed by the names of the colors
ContrastBrightnessDlg
CSegmentA segment of a constellation boundary
CustomCatalogObject catalog added by the user
DeepSkyObjectProvides all necessary information about a deep-sky object: data inherited from SkyObject (coordinates, type, magnitude, 2 names, and URLs) and data specific to DeepSkyObjects (common name, angular size, position angle, Image, catalog) Information about a "dep-sky" object; i.e., anything that's not a solar system body or a star
DetailDialogWindow showing detailed information for a selected object
DeviceManager
dmsAn angle, stored as degrees, but expressible in many ways
dmsBoxA KLineEdit which is capable of displaying and parsing angle values flexibly and robustly
DragListBoxExtension of KListBox that allows Drag-and-Drop with other DragListBoxes
EclipticPositionThe ecliptic position of a planet (Longitude, Latitude, and distance from Sun)
FileSourceFileSource is an asynchronous class for reloading star data while running the program
FindDialogDialog window for finding SkyObjects by name.Find Object Dialog
FITSChangeCommand
FITSFrame
FITSHistogram
FITSHistogramCommand
FITSImage
FITSProcess
FITSProcessCommand
FITSViewer
FocusDialogA small dialog for setting the focus coordinates manually
FOVClass encapulating a Field-of-View symbol
FOVDialogSelect a Field-of-View indicator (or create a new one)
GeoLocationContains all relevant information for specifying a location on Earth: City Name, State/Province name, Country Name, Longitude, Latitude, Elevation, Time Zone, and Daylight Savings Time rule.Relevant data about an observing location on Earth
IDevice
ImageReductionDlg
imagesequence
ImageViewerImage viewer widget for KStars
INDI_D
INDI_E
INDI_G
INDI_P
INDIDriver
INDIFITSConf
INDIHostsInfo
INDIMenu
INDIStdDevice
INDIStdProperty
InfoBoxInfoBoxencapsulates a lightweight floating "window" to be drawn directly on a pixmap
InfoBoxesInfoboxes manages the three infobox objects which are drawn on the Skymap.Infoboxes encapsulates and manages the three Infobox objects
JMoonToolDisplay the positions of Jupiter's moons as a function of time
JupiterMoonsImplements the four largest moons of Jupiter
KSAsteroidA subclass of KSPlanetBase that implements asteroids
KSCometA subclass of KSPlanetBase that implements comets
KSFileReaderThis class will read an entire file into a QStringList, where each item in the list is a line in the file
KSMoonA subclass of SkyObject that provides information needed for the Moon.Provides necessary information about the Moon
KSNewStuffSubclass of KNewStuff, which provides a GUI for downloading extra application data from the internet
KSNumbersThere are several time-dependent values used in position calculations, that are not specific to an object.Store several time-dependent astronomical quantities
KSPlanetA subclass of KSPlanetBase for seven of the major planets in the solar system (Earth and Pluto have their own specialized classes derived from KSPlanetBase).Provides necessary information about objects in the solar system
KSPlanet::OrbitDataThis class contains doubles A,B,C which represent a single term in a planet's positional expansion sums (each sum-term is A*COS(B+C*T))
KSPlanet::OrbitDataCollOrbitDataColl contains three groups of six QPtrVectors
KSPlanet::OrbitDataManagerOrbitDataManager places the OrbitDataColl objects for all planets in a QDict indexed by the planets' names
KSPlanetBaseA subclass of SkyObject that provides additional information needed for solar system objects.Provides necessary information about objects in the solar system
KSPlutoA subclass of KSAsteroid that represents the planet Pluto.Provides necessary information about Pluto
KSPopupMenuThe KStars Popup Menu
KSSunChild class of KSPlanetBase; encapsulates information about the Sun.Provides necessary information about the Sun
KStarsThis is the main window for KStars
KStars::privatedata
KStarsDataKStarsData manages all the data objects used by KStars: Lists of stars, deep-sky objects, planets, geographic locations, and constellations
KStarsDateTimeExtension of ExtDateTime for KStars Instead of an integer Julian Day, KStarsDateTime uses a long double Julian Day, in which the fractional portion encodes the time of day to a precision of a less than a second
KStarsInterfaceThis class encapsulates the DCOP functions for KStars
KStarsPlotWidgetA plotting widget for KStars tools, derived from the more generic class KPlotWidget
KStarsSplashThe KStars Splash Screen.the KStars Splash Screen
KSUtilsKStars utility functions
KSWizardThe Setup Wizard will be automatically opened when KStars runs for the first time
LCGeneratorKStars Light Curve Generator This class provides a simple interface that enables a user to download variable stars light curves from an online AAVSO database given few basic parameters
LocationDialogDialog for changing the geographic location of the observer.Geographic Location dialog
LogEditSimple derivative of KTextEdit, that just adds a focusOut() signal, emitted when the edit loses focus
MagnitudeSpinBoxA special spinbox for entering magnitude values.a custom spinbox for magnitude (float) values
MapCanvasUsed in LocationDialog for displaying a map of the Earth.Widget used in the LocationDialog for displaying the world map
modCalcAngDist
modCalcApCoord
modCalcAzel
modCalcDayLength
modCalcEclCoordsClass which implements the KStars calculator module to compute geocentric ecliptic coordinates to/from geocentric equatorial coordinates
modCalcEquinox
modCalcGalCoordClass which implements the KStars calculator module to compute Galactic coordinates to/from Equatorial coordinates
modCalcGeodCoord
modCalcJD
modCalcPlanets
modCalcPrec
modCalcSidTime
modCalcVlsr
NewFOVDefining a new FOV symbol
ObjectNameListThis class provides an interface like a QPtrList, but sorts objects internally in 27 lists
ObservingListTool window for managing a custom list of objects.Tool for managing a custom list of objects
ObsListWizardWizard for constructing observing lists
OpsAdvancedThe Advanced Tab of the Options window
OpsCatalogThe Catalog page for the Options window.Catalog page of the Options window
OpsColorsThe Colors page allows the user to adjust all of the colors used to display the night sky.The Colors page of the Options window
OpsGuides
OpsSolarSystemThe Solar System page for the Options window.The Solar System page of the Options window
PlanetCatalogThis class contains a QPtrList of the eight major planets, as well as pointers to objects representing the Earth and Sun.the collection of planet objects
PlanetViewerDisplay an overhead view of the solar system
PVPlotWidget
ScriptBuilderA GUI tool for building behavioral DCOP scripts for KStars
ScriptFunctionJason Harris
SimClockKstars simulation clock
SimClockInterface
SimclockInterfaceDCOP functions for the KSTars simulation clock
SimpleAdding a custom URL to a popup menu
SkyMapThis is the canvas on which the sky is painted.Canvas widget for displaying the sky bitmap; also handles user interaction events
SkyObjectProvides all necessary information about an object in the sky: its coordinates, name(s), type, magnitude, and QStringLists of URLs for images and webpages regarding the object.Information about an object in the sky
SkyObjectNameConvenience class which contains a SkyObject's name and a pointer to the SkyObject itself.convenience class for indexing SkyObjects by name
SkyObjectNameListItemClass for filling list of named objects in the Find Object dialog (FindDialog).Derivative of QListBoxItem specifically for SkyObjects
SkyPointThe sky coordinates of a point in the sky.Stores dms coordinates for a point in the sky. for converting between coordinate systems
SortedList< T >Reimplemented from QPtrList for sorting objects in the list
StarDataSinkStarDataSink receives data from an FileSource object and appends these data to a QList of star data
StarObjectThis is a subclass of SkyObject.subclass of SkyObject specialized for stars
StarPixmapStores a two-dimensional array of star images, indexed by both size and color
StreamWG
telescopeProp
telescopeWizardProcess
ThumbImage
ThumbnailEditor
ThumbnailPickerDialog for modifying an object's thumbnail image
timeBoxThis class creates a QHBox with 3 QLineEdit Fields which will contain either Time (Hour, Minute, Second) or Date (Day, Month, Year)
TimeDialogA class for adjusting the Time and Date.Dialog for adjusting the Time and Date
TimeSpinBoxCustom spinbox to handle selection of timestep values with variable units
TimeStepBoxThis composite widget consists of a TimeSpinBox (a QSpinBox), coupled with a TimeUnitBox (a second pair of up/down buttons).Composite spinbox for specifying a time step
TimeUnitBoxA pair of buttons, arranged one above the other, labeled "+"/"-".provides a second set of up/down buttons for TimeStepBox
TimeZoneRuleThis class provides the information needed to determine whether Daylight Savings Time (DST; a.k.a
ToggleActionSubclass of Kaction that allows for the action to have a boolean state (on/off) The class stores the current state, and changes the Action's iconset to reflect the state
VariableStarInfo
VideoWG
WUTDialogWhat's up tonight dialog is a window which lists all skyobjects that will be visible during the next night
KDE Home | KDE Accessibility Home | Description of Access Keys