|
void | setFlagShowFlipButtons (bool b) |
| Define whether the buttons toggling image flip should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowNebulaBackgroundButton (bool b) |
| Define whether the button toggling nebulae background should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowObsListButton (bool b) |
| Define whether the button toggling observing list should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowICRSGridButton (bool b) |
| Define whether the button toggling ICRS grid should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowGalacticGridButton (bool b) |
| Define whether the button toggling galactic grid should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowEclipticGridButton (bool b) |
| Define whether the button toggling ecliptic grid should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowConstellationBoundariesButton (bool b) |
| Define whether the button toggling constellation boundaries should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowConstellationArtsButton (bool b) |
| Define whether the button toggling constellation arts should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowAsterismLinesButton (bool b) |
| Define whether the button toggling asterism lines should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowAsterismLabelsButton (bool b) |
| Define whether the button toggling asterism labels should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowDSSButton (bool b) |
| Define whether the button toggling DSS survey (TOAST) should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowHiPSButton (bool b) |
| Define whether the button toggling HiPS surveys should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowGotoSelectedObjectButton (bool b) |
| Define whether the button for centering on selected object should be visible. More...
|
|
void | setFlagShowNightmodeButton (bool b) |
| Define whether the button toggling nightmode should be visible in addition to the Ctrl+N hotkey. More...
|
|
void | setFlagShowFullscreenButton (bool b) |
| Define whether the button toggling fullscreen view should be visible in addition to F11 hotkey. More...
|
|
void | setFlagShowQuitButton (bool b) |
| Define whether the button for exit should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowCardinalButton (bool b) |
| Define whether the button toggling cardinal should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagShowCompassButton (bool b) |
| Define whether the button toggling compass marks should be visible This immediately also stores flag to config.ini.
|
|
void | setFlagUseButtonsBackground (bool b) |
| Set the state of the flag of usage background for GUI buttons This immediately also stores flag to config.ini.
|
|
void | setFlagUseKineticScrolling (bool b) |
| Set the state of the flag for kinetic scrolling This immediately also stores flag to config.ini.
|
|
void | setFlagEnableFocusOnDaySpinner (bool b) |
| Set the state of the flag for enable focus on day spinner in Date and Time dialog This immediately also stores flag to config.ini.
|
|
void | setAutoHideHorizontalButtonBar (bool b) |
| Set the auto-hide status of the horizontal toolbar. More...
|
|
void | setAutoHideVerticalButtonBar (bool b) |
| Set the auto-hide status of the vertical toolbar. More...
|
|
void | setGuiVisible (bool) |
| Hide or show the GUI. Public so it can be called from scripts.
|
|
void | displayAllInfo () |
|
void | displayDefaultInfo () |
|
void | displayShortInfo () |
|
void | displayNoneInfo () |
|
void | displayCustomInfo () |
|
|
void | visibleChanged (bool b) |
|
void | autoHideHorizontalButtonBarChanged (bool b) |
|
void | autoHideVerticalButtonBarChanged (bool b) |
|
void | flagUseButtonsBackgroundChanged (bool b) |
|
void | flagUseKineticScrollingChanged (bool b) |
|
void | flagEnableFocusOnDaySpinnerChanged (bool b) |
|
void | flagShowQuitButtonChanged (bool b) |
|
void | flagShowFlipButtonsChanged (bool b) |
|
void | flagShowNebulaBackgroundButtonChanged (bool b) |
|
void | flagShowDSSButtonChanged (bool b) |
|
void | flagShowHiPSButtonChanged (bool b) |
|
void | flagShowGotoSelectedObjectButtonChanged (bool b) |
|
void | flagShowNightmodeButtonChanged (bool b) |
|
void | flagShowFullscreenButtonChanged (bool b) |
|
void | flagShowObsListButtonChanged (bool b) |
|
void | flagShowICRSGridButtonChanged (bool b) |
|
void | flagShowGalacticGridButtonChanged (bool b) |
|
void | flagShowEclipticGridButtonChanged (bool b) |
|
void | flagShowConstellationBoundariesButtonChanged (bool b) |
|
void | flagShowConstellationArtsButtonChanged (bool b) |
|
void | flagShowAsterismLinesButtonChanged (bool b) |
|
void | flagShowAsterismLabelsButtonChanged (bool b) |
|
void | flagShowCardinalButtonChanged (bool b) |
|
void | flagShowCompassButtonChanged (bool b) |
|
void | infoStringChanged () |
|
void | guiStyleChanged (const QString &style) |
|
void | htmlStyleChanged (const QString &style) |
|
Main class for the GUI based on QGraphicView.
It manages the various qt configuration windows, the buttons bars, the list of shortcuts.