~peppujols/stellarium/printsky

« back to all changes in this revision

Viewing changes to src/core/modules/StarMgr.hpp

  • Committer: Pep Pujols
  • Date: 2012-02-17 14:58:45 UTC
  • mfrom: (4722.1.5 printsky)
  • Revision ID: maslarocaxica@gmail.com-20120217145845-fo4jextrb9z83sbb
Merge from code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *
15
15
 * You should have received a copy of the GNU General Public License
16
16
 * along with this program; if not, write to the Free Software
17
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
17
 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335, USA.
18
18
 */
19
19
 
20
20
#ifndef _STARMGR_HPP_
82
82
        virtual void init();
83
83
 
84
84
        //! Draw the stars and the star selection indicator if necessary.
85
 
        virtual void draw(StelCore* core); //! Draw all the stars
 
85
        virtual void draw(StelCore* core);
86
86
 
87
87
        //! Update any time-dependent features.
88
88
        //! Includes fading in and out stars and labels when they are turned on and off.