My Project
|
Class representing a piece of plain text in a template. More...
Public Member Functions | |
TemplateNodeText (TemplateParser *, TemplateNode *parent, int, const QCString &data) | |
void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNode | |
TemplateNode (TemplateNode *parent) | |
virtual | ~TemplateNode () |
TemplateNode * | parent () |
Private Attributes | |
QCString | m_data |
Class representing a piece of plain text in a template.
Definition at line 2690 of file template.cpp.
|
inline |
Definition at line 2693 of file template.cpp.
References TRACE.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 2699 of file template.cpp.
References m_data, TemplateContextImpl::needsRecoding(), TemplateContextImpl::recode(), TemplateSpacelessIntf::remove(), TemplateContextImpl::spacelessEnabled(), and TemplateContextImpl::spacelessIntf().
|
private |
Definition at line 2728 of file template.cpp.
Referenced by render().