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

KDevelop QMake parser

  • TQMake
  • NewLineAST
Public Member Functions | List of all members
TQMake::NewLineAST Class Reference

#include <qmakeast.h>

Inheritance diagram for TQMake::NewLineAST:
TQMake::AST

Public Member Functions

virtual void writeBack (TQString &buffer)
 
- Public Member Functions inherited from TQMake::AST
 AST (NodeType nodeType)
 
virtual void addChildAST (AST *node)
 
virtual void removeChildAST (AST *node)
 
virtual NodeType nodeType () const
 
void setDepth (int depth)
 
int depth () const
 
virtual TQString indentation ()
 

Additional Inherited Members

- Public Types inherited from TQMake::AST
enum  NodeType {
  ProjectAST, AssignmentAST, NewLineAST, CommentAST,
  IncludeAST, OrOperatorAST
}
 
- Public Attributes inherited from TQMake::AST
TQValueList< AST * > m_children
 
- Protected Attributes inherited from TQMake::AST
NodeType m_nodeType
 

Detailed Description

New line AST node.

Represents line feeds in files.

Definition at line 196 of file qmakeast.h.

Member Function Documentation

◆ writeBack()

void TQMake::NewLineAST::writeBack ( TQString &  buffer)
virtual

Writes information stored in the AST into the buffer.

This is a default implementation which iterates over child nodes and calls writeBack for each child node.

Reimplemented from TQMake::AST.

Definition at line 144 of file qmakeast.cpp.


The documentation for this class was generated from the following files:
  • qmakeast.h
  • qmakeast.cpp

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.