My Project
|
#include <entry.h>
Public Attributes | |
QCString | tagName |
QCString | fileName |
QCString | anchor |
This struct is used to capture the tag file information for an Entry.
QCString TagInfo::anchor |
Definition at line 54 of file entry.h.
Referenced by addInstance(), TagFileParser::buildMemberList(), EntryNav::EntryNav(), and MemberDef::setTagInfo().
QCString TagInfo::fileName |
Definition at line 53 of file entry.h.
Referenced by addClassToContext(), addInstance(), addRelatedPage(), buildGroupListFiltered(), TagFileParser::buildLists(), TagFileParser::buildMemberList(), buildNamespaceList(), buildScopeFromQualifiedName(), EntryNav::EntryNav(), MemberDef::setTagInfo(), res2cc_cmd.VerbatimFile::writeDirEntry(), res2cc_cmd.CSSFile::writeDirEntry(), res2cc_cmd.LumFile::writeDirEntry(), and res2cc_cmd.LumaFile::writeDirEntry().
QCString TagInfo::tagName |
Definition at line 52 of file entry.h.
Referenced by addClassToContext(), addEnumValuesToEnums(), addInstance(), addInterfaceOrServiceToServiceOrSingleton(), addMethodToClass(), addRelatedPage(), addVariableToClass(), addVariableToFile(), buildGroupListFiltered(), TagFileParser::buildLists(), TagFileParser::buildMemberList(), buildNamespaceList(), buildScopeFromQualifiedName(), EntryNav::EntryNav(), findDefineDocumentation(), findUsingDeclImports(), and MemberDef::setTagInfo().