~treaves/stellarium/SearchGoto

« back to all changes in this revision

Viewing changes to plugins/SolarSystemEditor/src/SolarSystemEditor.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:
81
81
        virtual double getCallOrder(StelModuleActionName actionName) const;
82
82
        //! called when the "configure" button in the "Plugins" tab is pressed
83
83
        virtual bool configureGui(bool show);
84
 
        virtual void updateI18n();
85
84
        
86
85
        //! Reads a single comet's orbital elements from a string.
87
86
        //! This function converts a line of comet orbital elements in MPC format
227
226
        //TODO: This should be part of SolarSystem::reloadPlanets()
228
227
        void solarSystemChanged();
229
228
 
 
229
private slots:
 
230
        void updateI18n();
 
231
 
230
232
private:
231
233
        bool isInitialized;
232
234