My Project
|
Go to the source code of this file.
Classes | |
class | GroupDef |
class | GroupSDict |
class | GroupList |
class | GroupListIterator |
Functions | |
void | addClassToGroups (Entry *root, ClassDef *cd) |
void | addNamespaceToGroups (Entry *root, NamespaceDef *nd) |
void | addGroupToGroups (Entry *root, GroupDef *subGroup) |
void | addMemberToGroups (Entry *root, MemberDef *md) |
void | addPageToGroups (Entry *root, PageDef *pd) |
void | addExampleToGroups (Entry *root, PageDef *eg) |
void | addDirToGroups (Entry *root, DirDef *dd) |
Definition at line 1306 of file groupdef.cpp.
References GroupDef::addClass(), SDict< T >::find(), Grouping::groupname, Entry::groups, Doxygen::groupSDict, and Definition::makePartOfGroup().
Referenced by addClassToContext().
Definition at line 1341 of file groupdef.cpp.
References GroupDef::addDir(), SDict< T >::find(), Grouping::groupname, Entry::groups, Doxygen::groupSDict, and Definition::makePartOfGroup().
Referenced by findDirDocumentation().
Definition at line 1496 of file groupdef.cpp.
References GroupDef::addExample(), SDict< T >::find(), Grouping::groupname, Entry::groups, Doxygen::groupSDict, and Definition::makePartOfGroup().
Definition at line 1359 of file groupdef.cpp.
References GroupDef::addGroup(), Entry::fileName, SDict< T >::find(), GroupDef::findGroup(), Grouping::groupname, Entry::groups, Doxygen::groupSDict, Definition::makePartOfGroup(), Definition::name(), Entry::startLine, and warn().
Referenced by organizeSubGroupsFiltered().
Add a member to the group with the highest priority
Definition at line 1390 of file groupdef.cpp.
References Entry::doc, Entry::fileName, SDict< T >::find(), MemberDef::getClassDefOfAnonymousType(), MemberDef::getGroupDef(), MemberDef::getGroupFileName(), MemberDef::getGroupHasDocs(), MemberDef::getGroupPri(), Grouping::getGroupPriName(), MemberDef::getGroupStartLine(), Grouping::GROUPING_LOWEST, Grouping::groupname, Entry::groups, Doxygen::groupSDict, GroupDef::insertMember(), Definition::name(), Grouping::pri, GroupDef::removeMember(), MemberDef::setGroupDef(), ClassDef::setGroupDefForAllMembers(), Entry::startLine, and warn().
Referenced by addInterfaceOrServiceToServiceOrSingleton(), addMemberDocs(), addMethodToClass(), addVariableToClass(), addVariableToFile(), buildFunctionList(), findDefineDocumentation(), findEnumDocumentation(), findEnums(), and findMember().
void addNamespaceToGroups | ( | Entry * | root, |
NamespaceDef * | nd | ||
) |
Definition at line 1324 of file groupdef.cpp.
References GroupDef::addNamespace(), SDict< T >::find(), Grouping::groupname, Entry::groups, Doxygen::groupSDict, and Definition::makePartOfGroup().
Referenced by buildNamespaceList().