• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Buildtool Widgets Library
 

KDevelop Buildtool Widgets Library

  • buildtools
  • lib
  • widgets
environmentvariableswidget.h
1 /* This file is part of the KDE project
2  Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
3  Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef _ENVIRONMENTVARIABLESWIDGET_H_
22 #define _ENVIRONMENTVARIABLESWIDGET_H_
23 
24 #include "environmentvariableswidgetbase.h"
25 
26 #include <tqdom.h>
27 
31 class EnvironmentVariablesWidget : public EnvironmentVariablesWidgetBase
32 {
33  Q_OBJECT
34 
35 
36 public:
37  EnvironmentVariablesWidget( TQDomDocument &dom, const TQString &configGroup,
38  TQWidget *parent=0, const char *name=0 );
39  ~EnvironmentVariablesWidget();
40 
42  void readEnvironment(TQDomDocument &dom, const TQString &configGroup);
43 
45  void changeConfigGroup( const TQString &configGroup);
46 
47 public slots:
48  void accept();
49 
50 private:
51  virtual void addVarClicked();
52  virtual void removeVarClicked();
53  virtual void editVarClicked();
54  virtual void environmentClicked();
55 
56  TQDomDocument &m_dom;
57  TQString m_configGroup;
58 };
59 
60 #endif
EnvironmentVariablesWidget::changeConfigGroup
void changeConfigGroup(const TQString &configGroup)
changes the path in the DOM structure where the environment variables are stored
Definition: environmentvariableswidget.cpp:103
EnvironmentVariablesWidget::readEnvironment
void readEnvironment(TQDomDocument &dom, const TQString &configGroup)
read in a set of environment variables from the DOM document
Definition: environmentvariableswidget.cpp:82
EnvironmentVariablesWidget
Environment variables widget.
Definition: environmentvariableswidget.h:31

KDevelop Buildtool Widgets Library

Skip menu "KDevelop Buildtool Widgets Library"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

KDevelop Buildtool Widgets Library

Skip menu "KDevelop Buildtool Widgets Library"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Buildtool Widgets Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.