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

KDevelop Buildtool Base Library

  • buildtools
  • lib
  • base
kdevbuildtool.h
1 /* This file is part of the KDE project
2  Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org>
3  Copyright (C) 2004 Alexander Dymo <adymo@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 #ifndef KDEVBUILDTOOL_H
21 #define KDEVBUILDTOOL_H
22 
23 #include <kdevproject.h>
24 
25 class KDevMakeFrontend;
26 class KDevAppFrontend;
27 
29 class KDevBuildTool: public KDevProject
30 {
31 public:
32  KDevBuildTool(const KDevPluginInfo* info, TQObject* parent, const char* name);
33 
35  KDevMakeFrontend *makeFrontend();
37  KDevAppFrontend *appFrontend();
38 
39 };
40 
41 #endif
KDevBuildTool::makeFrontend
KDevMakeFrontend * makeFrontend()
Definition: kdevbuildtool.cpp:29
KDevBuildTool
Base class for KDevelop build tool support plugins.
Definition: kdevbuildtool.h:29
KDevBuildTool::appFrontend
KDevAppFrontend * appFrontend()
Definition: kdevbuildtool.cpp:34

KDevelop Buildtool Base Library

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

KDevelop Buildtool Base Library

Skip menu "KDevelop Buildtool Base 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 Base Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.