My Project
|
#include <types.h>
Public Types | |
enum | GroupPri_t { GROUPING_LOWEST, GROUPING_AUTO_WEAK = GROUPING_LOWEST, GROUPING_AUTO_ADD, GROUPING_AUTO_DEF, GROUPING_AUTO_HIGHEST = GROUPING_AUTO_DEF, GROUPING_INGROUP, GROUPING_HIGHEST = GROUPING_INGROUP } |
Public Member Functions | |
Grouping (const char *gn, GroupPri_t p) | |
Grouping (const Grouping &g) | |
Static Public Member Functions | |
static const char * | getGroupPriName (GroupPri_t priority) |
Public Attributes | |
QCString | groupname |
name of the group | |
GroupPri_t | pri |
priority of this definition | |
enum Grouping::GroupPri_t |
Grouping priority
|
inline |
|
inline |
|
inlinestatic |
Definition at line 75 of file types.h.
References GROUPING_AUTO_ADD, GROUPING_AUTO_DEF, GROUPING_AUTO_WEAK, and GROUPING_INGROUP.
Referenced by addMemberToGroups().
QCString Grouping::groupname |
name of the group
Definition at line 93 of file types.h.
Referenced by addClassToGroups(), addDirToGroups(), addExampleToGroups(), addGroupToGroups(), addMemberToGroups(), addNamespaceToGroups(), addRelatedPage(), buildFileList(), findUsingDirectives(), and marshalGroupingList().
GroupPri_t Grouping::pri |
priority of this definition
Definition at line 94 of file types.h.
Referenced by addMemberToGroups(), and marshalGroupingList().