~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to src/gui/StelGui.hpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2014-10-19 16:47:53 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20141019164753-d3uwu66f4syh2ev5
Tags: 0.13.1-1
* Imported Upstream version 0.13.1
* Ensure proper Cmake version
* d/watch: veryfing tarball signatures
* d/patches: drop patches
* Bumped standards version to 3.9.6
* Override "package-contains-timestamped-gzip"

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        //! Load a Qt style sheet to define the widgets style
73
73
        void loadStyle(const QString& fileName);
74
74
        
75
 
        //! Get the button bar at the bottom of the screensetDateTime
 
75
        //! Get the button bar at the bottom of the screen
76
76
        BottomStelBar* getButtonBar() const;
77
77
        
78
78
        //! Get the button bar of the left of the screen
88
88
        //! Get whether the button toggling nebulae background is visible
89
89
        bool getFlagShowNebulaBackgroundButton() const;
90
90
 
91
 
        //! returns true if the gui has complted init process.
 
91
        bool getFlagShowDecimalDegrees() const;
 
92
 
 
93
        //! returns true if the gui has completed init process.
92
94
        bool initComplete(void) const;
93
95
 
94
96
#ifdef ENABLE_SCRIPT_CONSOLE
114
116
        //! Define whether the button toggling nebulae background should be visible
115
117
        void setFlagShowNebulaBackgroundButton(bool b);
116
118
 
 
119
        void setFlagShowDecimalDegrees(bool b);
 
120
 
117
121
        //! Get the auto-hide status of the horizontal toolbar.
118
122
        bool getAutoHideHorizontalButtonBar() const;
119
123
        //! Set the auto-hide status of the horizontal toolbar.
193
197
 
194
198
        bool initDone;
195
199
 
 
200
        bool flagShowDecimalDegrees;
 
201
 
196
202
        QSizeF savedProgressBarSize;
197
203
 
198
204
        // Currently used StelStyle