Kstars
locationdialog.h
Contains all relevant information for specifying a location on Earth: City Name, State/Province name,...
Definition geolocation.h:28
Dialog for changing the geographic location of the observer.
Definition locationdialog.h:61
void enqueueFilterCity()
Filter by city / province / country only after a few milliseconds.
Definition locationdialog.cpp:160
bool updateCity()
When the "Update City" QPushButton is clicked, update the city information in the user's custom city ...
Definition locationdialog.cpp:274
void filterCity()
When text is entered in the City/Province/Country Filter KLineEdits, the List of cities is trimmed to...
Definition locationdialog.cpp:173
void findCitiesNear(int longitude, int latitude)
Show only cities within 3 degrees of point specified by arguments.
Definition locationdialog.cpp:492
bool addCity()
When the "Add new city" QPushButton is clicked, add the manually-entered city information to the user...
Definition locationdialog.cpp:269
QString selectedCountryName() const
Definition locationdialog.h:100
bool removeCity()
When the "Remove City" QPushButton is clicked, remove the city information from the user's custom cit...
Definition locationdialog.cpp:282
void changeCity()
When the selected city in the QListBox changes, repaint the MapCanvas so that the crosshairs icon app...
Definition locationdialog.cpp:214
QString selectedProvinceName() const
Definition locationdialog.h:97
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.