![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <docprivate.h>
Public Member Functions | |
| DocPrivate (const Location &start=Location(), const Location &end=Location(), QString source=QString()) | |
| ~DocPrivate () | |
| Deletes the DocPrivateExtra. | |
| void | addAlso (const Text &also) |
| void | constructExtra () |
| void | ref () |
| bool | deref () |
Public Attributes | |
| int | count { 1 } |
| Location | m_start_loc {} |
| Location | m_end_loc {} |
| QString | m_src {} |
| Text | m_text {} |
| QSet< QString > | m_params {} |
| QList< Text > | m_alsoList {} |
| QStringList | m_enumItemList {} |
| QStringList | m_omitEnumItemList {} |
| QSet< QString > | m_metacommandsUsed {} |
| CommandMap | m_metaCommandMap {} |
| DocPrivateExtra * | extra { nullptr } |
| TopicList | m_topics {} |
| bool | m_hasLegalese: 1 |
Definition at line 43 of file docprivate.h.
|
inlineexplicit |
Definition at line 46 of file docprivate.h.
References DocPrivate(), and m_hasLegalese.
Referenced by DocPrivate().
| QT_BEGIN_NAMESPACE DocPrivate::~DocPrivate | ( | ) |
Deletes the DocPrivateExtra.
Definition at line 14 of file docprivate.cpp.
Definition at line 19 of file docprivate.cpp.
| void DocPrivate::constructExtra | ( | ) |
Definition at line 24 of file docprivate.cpp.
References extra.
Referenced by Doc::constructExtra(), Doc::keywords(), DocParser::parse(), processComparesWithCommand(), Doc::tableOfContents(), Doc::tableOfContentsLevels(), and Doc::targets().
|
inline |
Definition at line 54 of file docprivate.h.
References count.
Referenced by Doc::~Doc(), and Doc::operator=().
|
inline |
Definition at line 53 of file docprivate.h.
References count.
Referenced by Doc::operator=().
| int DocPrivate::count { 1 } |
Definition at line 56 of file docprivate.h.
| DocPrivateExtra* DocPrivate::extra { nullptr } |
Definition at line 68 of file docprivate.h.
Referenced by Doc::comparesWithMap(), constructExtra(), Doc::hasKeywords(), Doc::hasTableOfContents(), Doc::hasTargets(), Doc::keywords(), Doc::metaTagMap(), processComparesWithCommand(), Doc::tableOfContents(), Doc::tableOfContentsLevels(), and Doc::targets().
Definition at line 63 of file docprivate.h.
| Location DocPrivate::m_end_loc {} |
Definition at line 59 of file docprivate.h.
| QStringList DocPrivate::m_enumItemList {} |
Definition at line 64 of file docprivate.h.
| bool DocPrivate::m_hasLegalese |
Definition at line 71 of file docprivate.h.
Referenced by DocPrivate(), Doc::legaleseText(), and DocParser::parse().
| CommandMap DocPrivate::m_metaCommandMap {} |
Definition at line 67 of file docprivate.h.
Referenced by Doc::metaCommandArgs(), DocParser::parse(), and processComparesWithCommand().
Definition at line 66 of file docprivate.h.
| QStringList DocPrivate::m_omitEnumItemList {} |
Definition at line 65 of file docprivate.h.
Definition at line 62 of file docprivate.h.
| QString DocPrivate::m_src {} |
Definition at line 60 of file docprivate.h.
| Location DocPrivate::m_start_loc {} |
Definition at line 58 of file docprivate.h.
| Text DocPrivate::m_text {} |
Definition at line 61 of file docprivate.h.
Referenced by Doc::body(), DocParser::parse(), and processComparesWithCommand().
| TopicList DocPrivate::m_topics {} |
Definition at line 69 of file docprivate.h.
Referenced by DocParser::parse(), and Doc::topicsUsed().