[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Tue Mar 9 19:14:20 CET 2004
CVS commit by harris:
Removing SkyMap::drawSymbol(); replacing with object-specific functions:
DeepSkyObject::drawSymbol()
DeepSkyObject::drawImage()
StarObject::draw()
I had also added code to indicate in the map when a star is a multiple
star, with a short horizontal line segment (which is typically how it
is done in printed sky charts). However, I don't like how it turned
out. I left the code in, but commented out (in StarObject::draw()).
Feel free to uncomment it and let me know what you think.
CCMAIL: kstars-devel at kde.org
M +143 -0 deepskyobject.cpp 1.2
M +8 -0 deepskyobject.h 1.3
M +0 -8 skymap.h 1.56
M +28 -175 skymapdraw.cpp 1.52
M +17 -0 starobject.cpp 1.20
M +2 -0 starobject.h 1.18
More information about the Kstars-devel
mailing list