~treaves/stellarium/SearchGoto

« back to all changes in this revision

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

  • Committer: Timothy Reaves
  • Date: 2011-02-01 13:17:34 UTC
  • mfrom: (4870.1.4 signalsAndSlots)
  • Revision ID: treaves@silverfieldstech.com-20110201131734-dlixznpj88f2bmyk
Refactoring to use signals/slots for module-related functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        //! Used to control fading when turning on and off the grid lines and great circles.
59
59
        virtual void update(double deltaTime);
60
60
 
61
 
        //! Sets the colors of the grids and great circles.
62
 
        //! Sets the colors of the Equatorial Grid, Azimuthal Grid,
63
 
        //! Meridian Line, Equator Line and Ecliptic Line.
64
 
        virtual void setStelStyle(const QString& section);
65
 
 
66
61
        //! Used to determine the order in which the various modules are drawn.
67
62
        virtual double getCallOrder(StelModuleActionName actionName) const;
68
63
 
132
127
        //! Set the color of the Meridian Line.
133
128
        void setColorMeridianLine(const Vec3f& v);
134
129
 
 
130
private slots:
 
131
        //! Sets the colors of: grids and great circles, Equatorial Grid, Azimuthal Grid, 
 
132
        //! Meridian Line, Equator Line and Ecliptic Line.
 
133
        void setStelStyle(const QString& section);
 
134
 
135
135
private:
136
136
        SkyGrid * equGrid;      // Equatorial grid
137
137
        SkyGrid * equJ2000Grid; // Equatorial J2000 grid