• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop QMake parser
 

KDevelop QMake parser

  • buildtools
  • lib
  • parsers
  • qmake
qmakedriver.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2005 by Alexander Dymo *
3  * adymo@kdevelop.org *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU Library General Public License as *
7  * published by the Free Software Foundation; either version 2 of the *
8  * License, or (at your option) any later version. *
9  * *
10  * This program 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 *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU Library General Public *
16  * License along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
19  ***************************************************************************/
20 #ifndef TQMAKETQMAKEDRIVER_H
21 #define TQMAKETQMAKEDRIVER_H
22 
23 class TQString;
24 class KURL;
25 
26 namespace TQMake {
27 
33 class ProjectAST;
34 
39 class Driver{
40 public:
46  static int parseFile(const char *fileName, ProjectAST **ast, int debug);
47  static int parseFile(TQString fileName, ProjectAST **ast, int debug);
48  static int parseFile(KURL fileName, ProjectAST **ast, int debug);
49  static int parseString(const char* string, ProjectAST **ast, int debug);
50 
51 };
52 
53 }
54 
55 #endif
TQMake::ProjectAST
Project AST node.
Definition: qmakeast.h:106
TQMake
Definition: location.hh:47
TQMake::Driver
Driver.
Definition: qmakedriver.h:39
TQMake::Driver::parseFile
static int parseFile(const char *fileName, ProjectAST **ast, int debug)
Parses the file fileName and stores the resulting ProjectAST root into ast.
Definition: qmakedriver.cpp:35

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • 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 QMake parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.