21 #ifndef _MANUAL_IMPORT_WINDOW_ 22 #define _MANUAL_IMPORT_WINDOW_ 25 #include "StelDialog.hpp" 27 #include "SolarSystemEditor.hpp" 31 class Ui_manualImportWindow;
51 void parseColorString(QString);
53 void toggleCometOrbit(
bool);
54 void toggleEllipticOrbit(
bool);
55 void toggleObjectSpecificOrbit(
bool);
57 void toggleMeanMotionOrPeriod(
bool);
59 void selectPlanetTextureFile();
60 void selectRingTextureFile();
68 void setColorButtonColor(QColor newColor);
70 void selectTextureFile(QLineEdit * filePathLineEdit);
73 bool verifyTextureFile(QString filePath);
74 bool verifyPowerOfTwo(
int value);
78 Ui_manualImportWindow * ui;
81 #endif //_MANUAL_IMPORT_WINDOW_ Window for manual entry of Solar System object properties.
Base class for all the GUI windows in Stellarium.
Main class of the Solar System Editor plug-in.
virtual void createDialogContent()
Initialize the dialog widgets and connect the signals/slots.