|
void | setFlagUseButtonsBackground (bool b) |
| Set the state of the flag of usage background for GUI buttons.
|
|
bool | getFlagUseButtonsBackground () const |
| Get the state of the flag of usage background for GUI buttons.
|
|
void | setFlagUseKineticScrolling (bool b) |
| Set the state of the flag for kinetic scrolling.
|
|
bool | getFlagUseKineticScrolling () const |
| Get the state of the flag for kinetic scrolling.
|
|
void | setFlagShowQuitButton (bool b) |
| Define whether the button for exit should be visible.
|
|
bool | getFlagShowQuitButton () const |
| Get whether the exit button is visible.
|
|
void | setFlagShowFlipButtons (bool b) |
| Define whether the buttons toggling image flip should be visible.
|
|
bool | getFlagShowFlipButtons () const |
| Get whether the buttons toggling image flip are visible.
|
|
void | setFlagShowNebulaBackgroundButton (bool b) |
| Define whether the button toggling nebulae background should be visible.
|
|
bool | getFlagShowNebulaBackgroundButton () const |
| Get whether the button toggling nebulae background is visible.
|
|
void | setFlagShowDSSButton (bool b) |
| Define whether the button toggling DSS survey (TOAST) should be visible.
|
|
bool | getFlagShowDSSButton () const |
| Get whether the button toggling DSS survey (TOAST) is visible.
|
|
void | setFlagShowHiPSButton (bool b) |
| Define whether the button toggling HiPS surveys should be visible.
|
|
bool | getFlagShowHiPSButton () const |
| Get whether the button toggling HiPS surveys is visible.
|
|
void | setFlagShowGotoSelectedObjectButton (bool b) |
| Define whether the button for centering on selected object should be visible. If not, user can still press SPACE to center.
|
|
bool | getFlagShowGotoSelectedObjectButton () const |
| Get whether the button for centering on selected object is visible.
|
|
void | setFlagShowNightmodeButton (bool b) |
| Define whether the button toggling nightmode should be visible in addition to the Ctrl+N hotkey.
|
|
bool | getFlagShowNightmodeButton () const |
| Get whether the button toggling nightmode is visible.
|
|
void | setFlagShowFullscreenButton (bool b) |
| Define whether the button toggling fullscreen view should be visible in addition to F11 hotkey.
|
|
bool | getFlagShowFullscreenButton () const |
| Get whether the button toggling fullscreen view is visible.
|
|
void | setFlagShowBookmarksButton (bool b) |
| Define whether the button toggling bookmarks should be visible.
|
|
bool | getFlagShowBookmarksButton () const |
| Get whether the button toggling bookmarks is visible.
|
|
void | setFlagShowICRSGridButton (bool b) |
| Define whether the button toggling ICRS grid should be visible.
|
|
bool | getFlagShowICRSGridButton () const |
| Get whether the button toggling ICRS grid is visible.
|
|
void | setFlagShowGalacticGridButton (bool b) |
| Define whether the button toggling galactic grid should be visible.
|
|
bool | getFlagShowGalacticGridButton () const |
| Get whether the button toggling galactic grid is visible.
|
|
void | setFlagShowEclipticGridButton (bool b) |
| Define whether the button toggling ecliptic grid should be visible.
|
|
bool | getFlagShowEclipticGridButton () const |
| Get whether the button toggling ecliptic grid is visible.
|
|
void | setFlagShowConstellationBoundariesButton (bool b) |
| Define whether the button toggling constellation boundaries should be visible.
|
|
bool | getFlagShowConstellationBoundariesButton () const |
| Get whether the button toggling constellation boundaries is visible.
|
|
void | setFlagShowAsterismLinesButton (bool b) |
| Define whether the button toggling asterism lines should be visible.
|
|
bool | getFlagShowAsterismLinesButton () const |
| Get whether the button toggling asterism lines is visible.
|
|
void | setFlagShowAsterismLabelsButton (bool b) |
| Define whether the button toggling asterism labels should be visible.
|
|
bool | getFlagShowAsterismLabelsButton () const |
| Get whether the button toggling asterism labels is visible.
|
|
bool | getAutoHideHorizontalButtonBar () const |
| Get the auto-hide status of the horizontal toolbar.
|
|
void | setAutoHideHorizontalButtonBar (bool b) |
| Set the auto-hide status of the horizontal toolbar. More...
|
|
bool | getAutoHideVerticalButtonBar () const |
| Get the auto-hide status of the vertical toolbar.
|
|
void | setAutoHideVerticalButtonBar (bool b) |
| Set the auto-hide status of the vertical toolbar. More...
|
|
void | setScriptKeys (bool b) |
| change keys when a script is running / not running
|
|
void | increaseScriptSpeed () |
|
void | decreaseScriptSpeed () |
|
void | setRealScriptSpeed () |
|
void | stopScript () |
|
void | pauseScript () |
|
void | resumeScript () |
|
void | setGuiVisible (bool) |
| Hide or show the GUI. Public so it can be called from scripts.
|
|