~daggerstab/stellarium/oculars-gui-improvement

« back to all changes in this revision

Viewing changes to src/gui/LocationDialog.hpp

  • Committer: Bogdan Marinov
  • Date: 2011-11-10 23:39:52 UTC
  • mfrom: (4948.1.52 stellarium)
  • Revision ID: bogdan.marinov84@gmail.com-20111110233952-d44bk1q756mybt1k
merged in trunk at revision 5000

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        
64
64
        //! Update the map for the given location.
65
65
        void setMapForLocation(const StelLocation& loc);
 
66
 
 
67
        //! Populates the drop-down list of planets.
 
68
        //! The displayed names are localized in the current interface language.
 
69
        //! The original names are kept in the user data field of each QComboBox
 
70
        //! item.
 
71
        void populatePlanetList();
66
72
        
67
73
private slots:
68
74
        //! Update the widget to make sure it is synchrone if the location is changed programmatically