• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • TDevelop Extra Interfaces Library
 

TDevelop Extra Interfaces Library

  • lib
  • interfaces
  • extras
kdevcompileroptions.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
3  Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.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 
26 #ifndef _KDEVCOMPILEROPTIONS_H_
27 #define _KDEVCOMPILEROPTIONS_H_
28 
29 #include <tqobject.h>
30 
72 class KDevCompilerOptions : public TQObject
73 {
74  Q_OBJECT
75 
76 
77 public:
78  KDevCompilerOptions( TQObject *parent=0, const char *name=0 );
79 
88  virtual TQString exec(TQWidget *parent, const TQString &flags) = 0;
89 };
90 
91 #endif
KDevCompilerOptions
The interface to compiler options configuration.
Definition: kdevcompileroptions.h:72
KDevCompilerOptions::exec
virtual TQString exec(TQWidget *parent, const TQString &flags)=0
Opens a dialog which allows the user to configure the compiler options.

TDevelop Extra Interfaces Library

Skip menu "TDevelop Extra Interfaces Library"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

TDevelop Extra Interfaces Library

Skip menu "TDevelop Extra Interfaces 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 TDevelop Extra Interfaces Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.