[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents
Jason Harris
kstars at 30doradus.org
Sat Oct 15 16:19:53 CEST 2005
SVN commit 470882 by harris:
Added components to fill in solar-system hierarchy:
PlanetComponent, SunComponent, CometsComponent, PlutoComponent
Added SingleComponent and ListComponent base classes (for components
that contain a single object and a list of objects, respectively)
Expanded APIDOX for many components.
Worked on filling in the missing member functions.
CCMAIL: kstars-devel at kde.org
M +8 -7 Makefile.am
M +6 -2 abstractplanetcomponent.cpp
M +1 -1 abstractplanetcomponent.h
M +24 -43 asteroidscomponent.cpp
M +19 -37 asteroidscomponent.h
A cometscomponent.cpp [License: GPL (v2+)]
A cometscomponent.h [License: GPL (v2+)]
M +2 -1 constellationlinescomponent.h
M +2 -1 constellationnamescomponent.h
M +6 -5 coordinategridcomponent.h
M +6 -5 customcatalogscomponent.h
M +8 -7 deepskycomponent.h
M +33 -9 eclipticcomponent.h
M +38 -15 equatorcomponent.h
M +32 -9 horizoncomponent.h
M +25 -8 jupitermoonscomponent.h
A listcomponent.cpp [License: GPL (v2+)]
A listcomponent.h [License: GPL (v2+)]
M +34 -9 milkywaycomponent.h
M +67 -21 mooncomponent.cpp
M +35 -16 mooncomponent.h
A planetcomponent.cpp [License: GPL (v2+)]
A planetcomponent.h [License: GPL (v2+)]
A plutocomponent.cpp [License: GPL (v2+)]
A plutocomponent.h [License: GPL (v2+)]
A singlecomponent.cpp [License: GPL (v2+)]
A singlecomponent.h [License: GPL (v2+)]
M +2 -0 skycomponent.cpp
M +98 -44 skycomponent.h
M +18 -0 skycomposite.cpp
M +76 -24 skycomposite.h
M +8 -0 solarsystemcomposite.cpp
M +6 -0 solarsystemcomposite.h
A suncomponent.cpp [License: GPL (v2+)]
A suncomponent.h [License: GPL (v2+)]
More information about the Kstars-devel
mailing list