#include <entry.h>
Public Types | |
enum | GroupPri_t { GROUPING_LOWEST, GROUPING_AUTO_WEAK, 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 |
Definition at line 142 of file entry.h.
enum Grouping::GroupPri_t |
Grouping::Grouping | ( | const char * | gn, | |
GroupPri_t | p | |||
) | [inline] |
static const char* Grouping::getGroupPriName | ( | GroupPri_t | priority | ) | [inline, static] |
Definition at line 156 of file entry.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 174 of file entry.h.
Referenced by addClassToGroups(), addDirToGroups(), addExampleToGroups(), addGroupToGroups(), addMemberToGroups(), addNamespaceToGroups(), and marshalGroupingList().
priority of this definition
Definition at line 175 of file entry.h.
Referenced by addMemberToGroups(), and marshalGroupingList().