TQMake::IncludeAST Class Reference
#include <qmakeast.h>
Inheritance diagram for TQMake::IncludeAST:

Public Member Functions | |
virtual void | writeBack (TQString &buffer) |
![]() | |
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 () |
Public Attributes | |
TQString | projectName |
![]() | |
TQValueList< AST * > | m_children |
Additional Inherited Members | |
![]() | |
enum | NodeType { ProjectAST, AssignmentAST, NewLineAST, CommentAST, IncludeAST, OrOperatorAST } |
![]() | |
NodeType | m_nodeType |
Detailed Description
Member Function Documentation
◆ writeBack()
|
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 162 of file qmakeast.cpp.
The documentation for this class was generated from the following files: