|
| | GroupDef (const char *fileName, int line, const char *name, const char *title, const char *refFileName=0) |
| |
| | ~GroupDef () |
| |
| DefType | definitionType () const |
| |
| QCString | getOutputFileBase () const |
| |
| QCString | anchor () const |
| |
| QCString | displayName (bool=TRUE) const |
| |
| const char * | groupTitle () const |
| |
| void | setGroupTitle (const char *newtitle) |
| |
| bool | hasGroupTitle () const |
| |
| void | addFile (const FileDef *def) |
| |
| bool | addClass (const ClassDef *def) |
| |
| bool | addNamespace (const NamespaceDef *def) |
| |
| void | addGroup (const GroupDef *def) |
| |
| void | addParentGroup (const GroupDef *def) |
| |
| void | addPage (PageDef *def) |
| |
| void | addExample (const PageDef *def) |
| |
| void | addDir (const DirDef *dd) |
| |
| bool | insertMember (MemberDef *def, bool docOnly=FALSE) |
| |
| void | removeMember (MemberDef *md) |
| |
| bool | findGroup (const GroupDef *def) const |
| |
| void | writeDocumentation (OutputList &ol) |
| |
| void | writeMemberPages (OutputList &ol) |
| |
| void | writeQuickMemberLinks (OutputList &ol, MemberDef *currentMd) const |
| |
| void | writeTagFile (FTextStream &) |
| |
| int | countMembers () const |
| |
| bool | isLinkableInProject () const |
| |
| bool | isLinkable () const |
| |
| bool | isASubGroup () const |
| |
| void | computeAnchors () |
| |
| void | addMembersToMemberGroup () |
| |
| void | distributeMemberGroupDocumentation () |
| |
| void | findSectionsInDocumentation () |
| |
| void | addListReferences () |
| |
| void | sortMemberLists () |
| |
| bool | subGrouping () const |
| |
| void | setGroupScope (Definition *d) |
| |
| Definition * | getGroupScope () const |
| |
| MemberList * | getMemberList (MemberListType lt) const |
| |
| const QList< MemberList > & | getMemberLists () const |
| |
| MemberGroupSDict * | getMemberGroupSDict () const |
| |
| FileList * | getFiles () const |
| |
| ClassSDict * | getClasses () const |
| |
| NamespaceSDict * | getNamespaces () const |
| |
| GroupList * | getSubGroups () const |
| |
| PageSDict * | getPages () const |
| |
| DirList * | getDirs () const |
| |
| PageSDict * | getExamples () const |
| |
| bool | hasDetailedDescription () const |
| |
| void | sortSubGroups () |
| |
| | Definition (const char *defFileName, int defLine, int defColumn, const char *name, const char *b=0, const char *d=0, bool isSymbol=TRUE) |
| |
| virtual | ~Definition () |
| |
| const QCString & | name () const |
| |
| QCString | localName () const |
| |
| virtual QCString | qualifiedName () const |
| |
| QCString | symbolName () const |
| |
| virtual QCString | getSourceFileBase () const |
| |
| virtual QCString | getSourceAnchor () const |
| |
| virtual QCString | documentation () const |
| |
| int | docLine () const |
| |
| QCString | docFile () const |
| |
| virtual QCString | briefDescription (bool abbreviate=FALSE) const |
| |
| QCString | briefDescriptionAsTooltip () const |
| |
| int | briefLine () const |
| |
| QCString | inbodyDocumentation () const |
| |
| QCString | inbodyFile () const |
| |
| int | inbodyLine () const |
| |
| QCString | briefFile () const |
| |
| QCString | getDefFileName () const |
| |
| QCString | getDefFileExtension () const |
| |
| int | getDefLine () const |
| |
| int | getDefColumn () const |
| |
| virtual bool | hasDocumentation () const |
| |
| virtual bool | hasUserDocumentation () const |
| |
| virtual bool | isVisibleInProject () const |
| |
| virtual bool | isVisible () const |
| |
| bool | isHidden () const |
| |
| bool | isArtificial () const |
| |
| virtual QCString | getReference () const |
| |
| virtual bool | isReference () const |
| |
| QCString | externalReference (const QCString &relPath) const |
| |
| int | getStartBodyLine () const |
| |
| int | getEndBodyLine () const |
| |
| FileDef * | getBodyDef () const |
| |
| SrcLangExt | getLanguage () const |
| |
| GroupList * | partOfGroups () const |
| |
| QList< ListItemInfo > * | xrefListItems () const |
| |
| virtual Definition * | findInnerCompound (const char *name) |
| |
| virtual Definition * | getOuterScope () const |
| |
| MemberSDict * | getReferencesMembers () const |
| |
| MemberSDict * | getReferencedByMembers () const |
| |
| bool | hasSections () const |
| |
| bool | hasSources () const |
| |
| bool | hasBriefDescription () const |
| |
| QCString | id () const |
| |
| virtual void | setName (const char *name) |
| |
| void | setId (const char *name) |
| |
| virtual void | setDocumentation (const char *d, const char *docFile, int docLine, bool stripWhiteSpace=TRUE) |
| |
| virtual void | setBriefDescription (const char *b, const char *briefFile, int briefLine) |
| |
| virtual void | setInbodyDocumentation (const char *d, const char *docFile, int docLine) |
| |
| void | setReference (const char *r) |
| |
| void | addSectionsToDefinition (QList< SectionInfo > *anchorList) |
| |
| void | setBodySegment (int bls, int ble) |
| |
| void | setBodyDef (FileDef *fd) |
| |
| void | addSourceReferencedBy (MemberDef *d) |
| |
| void | addSourceReferences (MemberDef *d) |
| |
| void | setRefItems (const QList< ListItemInfo > *sli) |
| |
| void | mergeRefItems (Definition *d) |
| |
| virtual void | addInnerCompound (Definition *d) |
| |
| virtual void | setOuterScope (Definition *d) |
| |
| virtual void | setHidden (bool b) |
| |
| void | setArtificial (bool b) |
| |
| void | setLanguage (SrcLangExt lang) |
| |
| QCString | convertNameToFile (const char *name, bool allowDots=FALSE) const |
| |
| void | writeSourceDef (OutputList &ol, const char *scopeName) |
| |
| void | writeInlineCode (OutputList &ol, const char *scopeName) |
| |
| void | writeSourceRefs (OutputList &ol, const char *scopeName) |
| |
| void | writeSourceReffedBy (OutputList &ol, const char *scopeName) |
| |
| void | makePartOfGroup (GroupDef *gd) |
| |
| void | writeNavigationPath (OutputList &ol) const |
| |
| QCString | navigationPathAsString () const |
| |
| QCString | pathFragment () const |
| |
| void | writeDocAnchorsToTagFile (FTextStream &) |
| |
| void | setLocalName (const QCString name) |
| |
| void | addSectionsToIndex () |
| |
| void | writeToc (OutputList &ol) |
| |
| void | setCookie (Cookie *cookie) |
| |
| Cookie * | cookie () const |
| |
| | DefinitionIntf () |
| |
| virtual | ~DefinitionIntf () |
| |
|
| MemberList * | createMemberList (MemberListType lt) |
| |
| void | addMemberToList (MemberListType lt, MemberDef *md) |
| |
| void | writeMemberDeclarations (OutputList &ol, MemberListType lt, const QCString &title) |
| |
| void | writeMemberDocumentation (OutputList &ol, MemberListType lt, const QCString &title) |
| |
| void | removeMemberFromList (MemberListType lt, MemberDef *md) |
| |
| void | writeGroupGraph (OutputList &ol) |
| |
| void | writeFiles (OutputList &ol, const QCString &title) |
| |
| void | writeNamespaces (OutputList &ol, const QCString &title) |
| |
| void | writeNestedGroups (OutputList &ol, const QCString &title) |
| |
| void | writeDirs (OutputList &ol, const QCString &title) |
| |
| void | writeClasses (OutputList &ol, const QCString &title) |
| |
| void | writeInlineClasses (OutputList &ol) |
| |
| void | writePageDocumentation (OutputList &ol) |
| |
| void | writeDetailedDescription (OutputList &ol, const QCString &title) |
| |
| void | writeBriefDescription (OutputList &ol) |
| |
| void | writeMemberGroups (OutputList &ol) |
| |
| void | startMemberDeclarations (OutputList &ol) |
| |
| void | endMemberDeclarations (OutputList &ol) |
| |
| void | startMemberDocumentation (OutputList &ol) |
| |
| void | endMemberDocumentation (OutputList &ol) |
| |
| void | writeAuthorSection (OutputList &ol) |
| |
| void | writeSummaryLinks (OutputList &ol) |
| |
| void | updateLanguage (const Definition *) |
| |
A model of a group of symbols.
Definition at line 45 of file groupdef.h.