~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to src/gui/LocationDialog.hpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2014-10-19 16:47:53 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20141019164753-d3uwu66f4syh2ev5
Tags: 0.13.1-1
* Imported Upstream version 0.13.1
* Ensure proper Cmake version
* d/watch: veryfing tarball signatures
* d/patches: drop patches
* Bumped standards version to 3.9.6
* Override "package-contains-timestamped-gzip"

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        void updateFromProgram(const StelLocation& location);
83
83
        
84
84
        //! Called when the map is clicked.
 
85
        //! GZ_New: create new list for places nearby and feed into location list box.
85
86
        void setPositionFromMap(double longitude, double latitude);
86
87
        
87
88
        //! Called when the user activates an item from the locations list.
97
98
        
98
99
        //! Called when the user clicks on the delete button
99
100
        void deleteCurrentLocationFromList();
 
101
 
 
102
        //! filter city list to show entries from single country only
 
103
        void filterSitesByCountry();
 
104
 
 
105
        //! reset city list to complete list (may have been reduced to picked list)
 
106
        void resetCompleteList();
 
107
 
 
108
        //! called when the user wants get location from network
 
109
        void ipQueryLocation(bool state);
100
110
        
101
111
        //! Called when the user wants to use the current location as default
102
 
        void setDefaultLocation();
 
112
        void setDefaultLocation(bool state);
103
113
        
104
114
private:
105
115
        QString lastPlanet;