|
enum | CPositionsColumns {
CColumnName,
CColumnRA,
CColumnDec,
CColumnMagnitude,
CColumnAngularSize,
CColumnExtra,
CColumnTransit,
CColumnMaxElevation,
CColumnElongation,
CColumnType,
CColumnCount
} |
| Defines the number and the order of the columns in the table that lists celestial bodies positions. More...
|
|
enum | HECPositionsColumns {
HECColumnName,
HECColumnSymbol,
HECColumnLatitude,
HECColumnLongitude,
HECColumnDistance,
HECColumnCount
} |
| Defines the number and the order of the columns in the table that major planets positions (heliocentric ecliptic coordinates) More...
|
|
enum | EphemerisColumns {
EphemerisCOName,
EphemerisDate,
EphemerisRA,
EphemerisDec,
EphemerisMagnitude,
EphemerisPhase,
EphemerisDistance,
EphemerisElongation,
EphemerisCount
} |
| Defines the number and the order of the columns in the ephemeris table. More...
|
|
enum | RTSColumns {
RTSCOName,
RTSRiseDate,
RTSTransitDate,
RTSSetDate,
RTSTransitAltitude,
RTSMagnitude,
RTSElongation,
RTSAngularDistance,
RTSCount
} |
| Defines the number and the order of the columns in the rises, transits and sets table. More...
|
|
enum | PhenomenaColumns {
PhenomenaType,
PhenomenaDate,
PhenomenaObject1,
PhenomenaMagnitude1,
PhenomenaObject2,
PhenomenaMagnitude2,
PhenomenaSeparation,
PhenomenaElevation,
PhenomenaElongation,
PhenomenaAngularDistance,
PhenomenaCount
} |
| Defines the number and the order of the columns in the phenomena table. More...
|
|
enum | PhenomenaTypeIndex {
Conjunction = 0,
Opposition = 1,
GreatestElongation = 2,
StationaryPoint = 3,
OrbitalPoint = 4,
Shadows = 5,
Quadrature = 6
} |
|
enum | WUTColumns {
WUTObjectName,
WUTMagnitude,
WUTRiseTime,
WUTTransitTime,
WUTMaxElevation,
WUTSetTime,
WUTAngularSize,
WUTConstellation,
WUTObjectType,
WUTCount
} |
| Defines the number and the order of the columns in the WUT tool. More...
|
|
enum | LunarEclipseColumns {
LunarEclipseDate,
LunarEclipseSaros,
LunarEclipseType,
LunarEclipseGamma,
LunarEclipsePMag,
LunarEclipseUMag,
LunarEclipseVisConditions,
LunarEclipseCount
} |
| Defines the number and the order of the columns in the lunar eclipse table. More...
|
|
enum | LunarEclipseContactColumns {
LunarEclipseContact,
LunarEclipseContactDate,
LunarEclipseContactAltitude,
LunarEclipseContactAzimuth,
LunarEclipseContactLatitude,
LunarEclipseContactLongitude,
LunarEclipseContactPA,
LunarEclipseContactDistance,
LunarEclipseContactCount
} |
| Defines the number and the order of the columns in the lunar eclipse contact table. More...
|
|
enum | SolarEclipseColumns {
SolarEclipseDate,
SolarEclipseSaros,
SolarEclipseType,
SolarEclipseGamma,
SolarEclipseMag,
SolarEclipseLatitude,
SolarEclipseLongitude,
SolarEclipseAltitude,
SolarEclipsePathwidth,
SolarEclipseDuration,
SolarEclipseCount
} |
| Defines the number and the order of the columns in the global solar eclipse table. More...
|
|
enum | SolarEclipseContactColumns {
SolarEclipseContact,
SolarEclipseContactDate,
SolarEclipseContactLatitude,
SolarEclipseContactLongitude,
SolarEclipseContactPathwidth,
SolarEclipseContactDuration,
SolarEclipseContactType,
SolarEclipseContactCount
} |
| Defines the number and the order of the columns in the global solar eclipse contact table. More...
|
|
enum | SolarEclipseLocalColumns {
SolarEclipseLocalDate,
SolarEclipseLocalType,
SolarEclipseLocalFirstContact,
SolarEclipseLocal2ndContact,
SolarEclipseLocalMaximum,
SolarEclipseLocalMagnitude,
SolarEclipseLocal3rdContact,
SolarEclipseLocalLastContact,
SolarEclipseLocalDuration,
SolarEclipseLocalCount
} |
|
enum | TransitColumns {
TransitDate,
TransitPlanet,
TransitContact1,
TransitContact2,
TransitMid,
TransitSeparation,
TransitContact3,
TransitContact4,
TransitDuration,
TransitObservableDuration,
TransitCount
} |
| Defines the number and the order of the columns in transit table. More...
|
|
|
bool | askConfirmation () |
|
void | askColor () |
| To be called by a connected QToolButton with a color background. More...
|
|
void | enableKineticScrolling (bool b) |
| enable kinetic scrolling. This should be connected to StelApp's StelGui signal flagUseKineticScrollingChanged.
|
|
void | handleFontChanged () |
| connect from StelApp to handle font and font size changes.
|
|
void | handleColorSchemeChanged () |
| connect from StelApp to handle CSS style changes
|
|
virtual void | updateNightModeProperty (bool n) |
|
static void | connectCheckBox (QAbstractButton *checkBox, const QString &actionName) |
| Helper function to connect a checkbox to the StelAction with the specified name.
|
|
static void | connectCheckBox (QAbstractButton *checkBox, StelAction *action) |
| Helper function to connect a checkbox to the given StelAction.
|
|
static void | connectIntProperty (QLineEdit *lineEdit, const QString &propName) |
| Helper function to connect a QLineEdit to an integer StelProperty. 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 (AngleSpinBox *spinBox, const QString &propName) |
| Helper function to connect an AngleSpinBox to a double or float StelProperty representing decimal degrees. 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 | connectStringProperty (QComboBox *comboBox, const QString &propName) |
| Helper function to connect a QComboBox to a QString StelProperty. More...
|
|
static void | connectStringProperty (QLineEdit *lineEdit, const QString &propName) |
| Helper function to connect a QLineEdit to a QString StelProperty. More...
|
|
static void | connectBoolProperty (QAbstractButton *checkBox, const QString &propName) |
| Helper function to connect a checkbox to a bool StelProperty. More...
|
|
static void | connectBoolProperty (QGroupBox *checkBox, const QString &propName) |
| Helper function to connect a groupbox to a bool StelProperty. More...
|
|
bool | visible |
|