My Project
|
Public Types | |
enum | Type { Template, Block } |
Public Member Functions | |
IncludeEntry (Type type, const QCString &fileName, const QCString &blockName, int line) | |
Type | type () const |
QCString | fileName () const |
QCString | blockName () const |
int | line () const |
Private Attributes | |
Type | m_type |
QCString | m_fileName |
QCString | m_blockName |
int | m_line |
Definition at line 5061 of file template.cpp.
|
inline |
Definition at line 5065 of file template.cpp.
|
inline |
Definition at line 5069 of file template.cpp.
References m_blockName.
Referenced by TemplateEngine::Private::printIncludeContext().
|
inline |
Definition at line 5068 of file template.cpp.
References m_fileName.
Referenced by TemplateEngine::Private::printIncludeContext().
|
inline |
Definition at line 5070 of file template.cpp.
References m_line.
Referenced by TemplateEngine::Private::printIncludeContext().
|
inline |
Definition at line 5067 of file template.cpp.
References m_type.
Referenced by TemplateEngine::Private::printIncludeContext().
|
private |
Definition at line 5075 of file template.cpp.
Referenced by blockName().
|
private |
Definition at line 5074 of file template.cpp.
Referenced by fileName().
|
private |
Definition at line 5076 of file template.cpp.
Referenced by line().
|
private |
Definition at line 5073 of file template.cpp.
Referenced by type().