|
Doxygen
|
#include <src/util.h>
Public Member Functions | |
| const Definition * | scope () const |
| const FileDef * | fileScope () const |
| const Definition * | self () const |
| const ArgumentList * | argumentList () const |
| bool | autoBreak () const |
| bool | external () const |
| bool | keepSpaces () const |
| int | indentLevel () const |
| size_t | breakThreshold () const |
| LinkifyTextOptions & | setScope (const Definition *scope) |
| LinkifyTextOptions & | setFileScope (const FileDef *fileScope) |
| LinkifyTextOptions & | setSelf (const Definition *self) |
| LinkifyTextOptions & | setArgumentList (const ArgumentList *al) |
| LinkifyTextOptions & | setAutoBreak (bool autoBreak) |
| LinkifyTextOptions & | setExternal (bool external) |
| LinkifyTextOptions & | setKeepSpaces (bool keepSpaces) |
| LinkifyTextOptions & | setIndentLevel (int indentLevel) |
| LinkifyTextOptions & | setBreakThreshold (size_t breakThreshold) |
Private Attributes | |
| const Definition * | m_scope = nullptr |
| const FileDef * | m_fileScope = nullptr |
| const Definition * | m_self = nullptr |
| const ArgumentList * | m_al = nullptr |
| bool | m_autoBreak = false |
| bool | m_external = true |
| bool | m_keepSpaces = false |
| int | m_indentLevel = 0 |
| size_t | m_breakThreshold = 30 |
|
inline |
|
inline |
Definition at line 103 of file util.h.
References m_autoBreak.
Referenced by linkifyText(), and setAutoBreak().
|
inline |
Definition at line 107 of file util.h.
References m_breakThreshold.
Referenced by linkifyText(), and setBreakThreshold().
|
inline |
Definition at line 104 of file util.h.
References m_external.
Referenced by linkifyText(), and setExternal().
|
inline |
Definition at line 100 of file util.h.
References m_fileScope.
Referenced by linkifyText(), and setFileScope().
|
inline |
Definition at line 106 of file util.h.
References m_indentLevel.
Referenced by linkifyText(), and setIndentLevel().
|
inline |
Definition at line 105 of file util.h.
References m_keepSpaces.
Referenced by linkifyText(), and setKeepSpaces().
|
inline |
Definition at line 99 of file util.h.
References m_scope.
Referenced by linkifyText(), and setScope().
|
inline |
Definition at line 101 of file util.h.
References m_self.
Referenced by linkifyText(), and setSelf().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 113 of file util.h.
References fileScope(), and m_fileScope.
Referenced by MemberDefImpl::_writeTemplatePrefix(), generateSqlite3ForMember(), generateXMLForClass(), generateXMLForConcept(), generateXMLForMember(), insertMemberFunctionParams(), MemberDefImpl::writeDeclaration(), writeDefArgumentList(), MemberDefImpl::writeDocumentation(), writeExceptionListImpl(), MemberDefImpl::writeMemberDocSimple(), and writeTemplateArgumentList().
|
inline |
|
inline |
|
inline |
Definition at line 110 of file util.h.
References m_scope, and scope().
Referenced by MemberDefImpl::_writeTemplatePrefix(), generateSqlite3ForMember(), generateXMLForClass(), generateXMLForConcept(), generateXMLForMember(), insertMemberFunctionParams(), MemberDefImpl::writeDeclaration(), writeDefArgumentList(), MemberDefImpl::writeDocumentation(), writeExceptionListImpl(), MemberDefImpl::writeMemberDocSimple(), and writeTemplateArgumentList().
|
inline |
Definition at line 116 of file util.h.
References m_self, and self().
Referenced by MemberDefImpl::_writeTemplatePrefix(), generateSqlite3ForMember(), generateXMLForMember(), insertMemberFunctionParams(), MemberDefImpl::writeDeclaration(), writeDefArgumentList(), MemberDefImpl::writeDocumentation(), writeExceptionListImpl(), and MemberDefImpl::writeMemberDocSimple().
|
private |
Definition at line 142 of file util.h.
Referenced by argumentList(), and setArgumentList().
|
private |
Definition at line 143 of file util.h.
Referenced by autoBreak(), and setAutoBreak().
|
private |
Definition at line 147 of file util.h.
Referenced by breakThreshold(), and setBreakThreshold().
|
private |
Definition at line 144 of file util.h.
Referenced by external(), and setExternal().
|
private |
Definition at line 140 of file util.h.
Referenced by fileScope(), and setFileScope().
|
private |
Definition at line 146 of file util.h.
Referenced by indentLevel(), and setIndentLevel().
|
private |
Definition at line 145 of file util.h.
Referenced by keepSpaces(), and setKeepSpaces().
|
private |
Definition at line 139 of file util.h.
Referenced by scope(), and setScope().
|
private |