19 #ifndef TEXTUSERINTERFACE_HPP_
20 #define _TEXTUSERINTERFACE_HPP_ 1
22 #include "StelModule.hpp"
23 #include "DummyDialog.hpp"
45 virtual void handleKeys(
class QKeyEvent* event);
63 void setHomePlanet(QString planetName);
64 void setAltitude(
int altitude);
65 void setLatitude(
double latitude);
66 void setLongitude(
double longitude);
67 void setStartupDateMode(QString mode);
68 void setDateFormat(QString format);
69 void setTimeFormat(QString format);
70 void setSkyCulture(QString i18);
71 void setAppLanguage(QString lang);
72 void saveDefaultSettings(
void);
74 void setBortleScale(
int bortle);
85 double getLatitude(
void);
86 double getLongitude(
void);
92 #include "StelPluginInterface.hpp"