![]() |
Stellarium 0.15.2
|
Main window of the ArchaeoLines plug-in. More...
#include <ArchaeoLinesDialog.hpp>
Inheritance diagram for ArchaeoLinesDialog:
Collaboration diagram for ArchaeoLinesDialog:Public Slots | |
| void | retranslate () |
| void | setEquinoxColor (QColor color) |
| void | setSolsticeColor (QColor color) |
| void | setCrossquarterColor (QColor color) |
| void | setMajorStandstillColor (QColor color) |
| void | setMinorStandstillColor (QColor color) |
| void | setZenithPassageColor (QColor color) |
| void | setNadirPassageColor (QColor color) |
| void | setCurrentSunColor (QColor color) |
| void | setCurrentMoonColor (QColor color) |
| void | setCurrentPlanetColor (QColor color) |
| void | setSelectedObjectColor (QColor color) |
| void | setGeographicLocation1Color (QColor color) |
| void | setGeographicLocation2Color (QColor color) |
| void | setCustomAzimuth1Color (QColor color) |
| void | setCustomAzimuth2Color (QColor color) |
| void | setCustomDeclination1Color (QColor color) |
| void | setCustomDeclination2Color (QColor color) |
| void | askEquinoxColor () |
| void | askSolsticeColor () |
| void | askCrossquarterColor () |
| void | askMajorStandstillColor () |
| void | askMinorStandstillColor () |
| void | askZenithPassageColor () |
| void | askNadirPassageColor () |
| void | askCurrentSunColor () |
| void | askCurrentMoonColor () |
| void | askCurrentPlanetColor () |
| void | askSelectedObjectColor () |
| void | askGeographicLocation1Color () |
| void | askGeographicLocation2Color () |
| void | askCustomAzimuth1Color () |
| void | askCustomAzimuth2Color () |
| void | askCustomDeclination1Color () |
| void | askCustomDeclination2Color () |
Public Slots inherited from StelDialog | |
| virtual void | retranslate ()=0 |
| Retranslate the content of the dialog. More... | |
| void | setVisible (bool) |
| On the first call with "true" populates the window contents. More... | |
| void | close () |
| Closes the window (the window widget is not deleted, just not visible). More... | |
| void | handleMovedTo (QPoint newPos) |
| Adds dialog location to config.ini; should be connected in createDialogContent() More... | |
| void | handleDialogSizeChanged (QSizeF size) |
| Stores dialog sizes into config.ini; should be connected from the proxy. More... | |
| QString | getDialogName () |
Protected Member Functions | |
| void | createDialogContent () |
| Initialize the dialog widgets and connect the signals/slots. More... | |
Additional Inherited Members | |
Signals inherited from StelDialog | |
| void | visibleChanged (bool) |
Public Member Functions inherited from StelDialog | |
| StelDialog (QString dialogName="Default", QObject *parent=NULL) | |
| bool | visible () const |
| Returns true if the dialog contents have been constructed and are currently shown. More... | |
Static Protected Member Functions inherited from StelDialog | |
| static void | connectCheckBox (QAbstractButton *checkBox, const QString &actionName) |
| Helper function to connect a checkbox to the StelAction with the specified name. More... | |
| static void | connectCheckBox (QAbstractButton *checkBox, StelAction *action) |
| Helper function to connect a checkbox to the given StelAction. More... | |
| static void | connectIntProperty (QSpinBox *spinBox, const QString &propName) |
| Helper function to connect a QSpinBox to an integer StelProperty. More... | |
| static void | connectIntProperty (QComboBox *comboBox, const QString &propName) |
| Helper function to connect a QComboBox to an integer StelProperty. More... | |
| static void | connectIntProperty (QSlider *slider, const QString &propName, int minValue, int maxValue) |
| Helper function to connect a QSlider to an double or float StelProperty. More... | |
| static void | connectDoubleProperty (QDoubleSpinBox *spinBox, const QString &propName) |
| Helper function to connect a QDoubleSpinBox to an double or float StelProperty. More... | |
| static void | connectDoubleProperty (QSlider *slider, const QString &propName, double minValue, double maxValue) |
| Helper function to connect a QSlider to an double or float StelProperty. More... | |
| static void | connectBoolProperty (QAbstractButton *checkBox, const QString &propName) |
| Helper function to connect a checkbox to a bool StelProperty. More... | |
Protected Attributes inherited from StelDialog | |
| QWidget * | dialog |
| The main dialog. More... | |
| class CustomProxy * | proxy |
| QString | dialogName |
| The name should be set in derived classes' constructors and can be used to store and retrieve the panel locations. More... | |
Properties inherited from StelDialog | |
| bool | visible |
Main window of the ArchaeoLines plug-in.
Definition at line 36 of file ArchaeoLinesDialog.hpp.
|
protectedvirtual |
Initialize the dialog widgets and connect the signals/slots.
Implements StelDialog.
1.8.11