Quantum GIS API Documentation  1.8
src/gui/qgsscalecombobox.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                               qgsscalecombobox.h
00003                               ------------------------
00004   begin                : January 7, 2012
00005   copyright            : (C) 2012 by Alexander Bruy
00006   email                : alexander dot bruy at gmail dot com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef QGSSCALECOMBOBOX_H
00019 #define QGSSCALECOMBOBOX_H
00020 
00021 #include <QComboBox>
00022 
00027 class GUI_EXPORT QgsScaleComboBox : public QComboBox
00028 {
00029     Q_OBJECT
00030   public:
00031     QgsScaleComboBox( QWidget* parent = 0 );
00032     virtual ~QgsScaleComboBox();
00033 
00034   protected:
00035     void showPopup();
00036 };
00037 
00038 #endif // QGSSCALECOMBOBOX_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines