• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • KDevelop Platform Libraries
  • Sitemap
  • Contact Us
 

util

environmentselectionwidget.h

00001 /* This file is part of KDevelop
00002 Copyright 2007 Dukju Ahn <dukjuahn@gmail.com>
00003 
00004 This library is free software; you can redistribute it and/or
00005 modify it under the terms of the GNU Library General Public
00006 License as published by the Free Software Foundation; either
00007 version 2 of the License, or (at your option) any later version.
00008 
00009 This library is distributed in the hope that it will be useful,
00010 but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012 Library General Public License for more details.
00013 
00014 You should have received a copy of the GNU Library General Public License
00015 along with this library; see the file COPYING.LIB.  If not, write to
00016 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017 Boston, MA 02110-1301, USA.
00018 */
00019 #ifndef ENVIRONMENTSELECTIONWIDGET_H
00020 #define ENVIRONMENTSELECTIONWIDGET_H
00021 
00022 #include <kcombobox.h>
00023 #include "utilexport.h"
00024 
00025 namespace KDevelop
00026 {
00027 
00052 class KDEVPLATFORMUTIL_EXPORT EnvironmentSelectionWidget : public KComboBox
00053 {
00054     Q_OBJECT
00055     Q_PROPERTY( QString currentProfile READ currentProfile WRITE setCurrentProfile USER true )
00056 
00057 public:
00058     explicit EnvironmentSelectionWidget( QWidget *parent = 0 );
00059     ~EnvironmentSelectionWidget();
00060 
00066     QString currentProfile() const;
00067 
00072     void setCurrentProfile( const QString& text );
00073 
00074 private:
00075     class EnvironmentSelectionWidgetPrivate* const d;
00076     friend class EnvironmentSelectionWidgetPrivate;
00077 
00078 };
00079 
00080 }
00081 
00082 #endif

util

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

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   codegen
  •   duchain
  •   editor
  • outputview
  • project
  • shell
  • sublime
  • util
  • vcs
Generated for KDevelop Platform Libraries by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal