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);
77 virtual void createDialogContent();
78 Ui_manualImportWindow * ui;
81 #endif //_MANUAL_IMPORT_WINDOW_
Window for manual entry of Solar System object properties.
A local copy of StelDialog, the base class for all the GUI windows in Stellarium, included to allow t...
Main class of the Solar System Editor plug-in.