• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.12
  • kdeedu
  • marble
  • src
  • lib
  • marble
TileLevelRangeWidget.h
Go to the documentation of this file.
1 // This library is free software; you can redistribute it and/or
2 // modify it under the terms of the GNU Lesser General Public
3 // License as published by the Free Software Foundation; either
4 // version 2.1 of the License, or (at your option) any later version.
5 //
6 // This library is distributed in the hope that it will be useful,
7 // but WITHOUT ANY WARRANTY; without even the implied warranty of
8 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9 // Lesser General Public License for more details.
10 //
11 // You should have received a copy of the GNU Lesser General Public
12 // License along with this library. If not, see <http://www.gnu.org/licenses/>.
13 
14 #ifndef MARBLE_TILELEVELRANGEWIDGET_H
15 #define MARBLE_TILELEVELRANGEWIDGET_H
16 
17 #include <QWidget>
18 
19 #include "marble_export.h"
20 
21 namespace Marble
22 {
23 
24 class MARBLE_EXPORT TileLevelRangeWidget: public QWidget
25 {
26  Q_OBJECT
27 
28  public:
29  explicit TileLevelRangeWidget( QWidget * const parent = 0, Qt::WindowFlags const f = 0 );
30  ~TileLevelRangeWidget();
31 
32  virtual QSize sizeHint() const;
33 
34  void setAllowedLevelRange( int const minimumLevel, int const maximumLevel );
35  void setDefaultLevel( int const );
36 
37  int topLevel() const;
38  int bottomLevel() const;
39 
40  Q_SIGNALS:
41  void topLevelChanged( int );
42  void bottomLevelChanged( int );
43 
44  private Q_SLOTS:
45  void setMaximumTopLevel( int const );
46  void setMinimumBottomLevel( int const );
47 
48  private:
49  Q_DISABLE_COPY( TileLevelRangeWidget )
50  class Private;
51  Private * const d;
52 };
53 
54 }
55 
56 #endif
Marble::TileLevelRangeWidget
Definition: TileLevelRangeWidget.h:24
QWidget
MARBLE_EXPORT
#define MARBLE_EXPORT
Definition: marble_export.h:20
marble_export.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal