Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
A record of a linkable target within the documentation. More...
#include <tree.h>
Public Types | |
enum | TargetType { Unknown , Target , Keyword , Contents , ContentsKeyword } |
A type of a linkable target record. More... | |
Public Member Functions | |
TargetRec (QString name, TargetRec::TargetType type, Node *node, int priority) | |
bool | isEmpty () const |
Node::Genus | genus () const |
Public Attributes | |
Node * | m_node { nullptr } |
QString | m_ref {} |
TargetType | m_type {} |
int | m_priority {} |
A type of a linkable target record.
\value Unknown Unknown/target not set. \value Target A location marked with a \target command. \value Keyword A location marked with a \keyword command. \value Contents A table of contents item (section title). \value ContentsKeyword A \keyword tied to a section title.
Enumerator | |
---|---|
Unknown | |
Target | |
Keyword | |
Contents | |
ContentsKeyword |
|
inline |
Definition at line 29 of file tree.h.
References ContentsKeyword, Keyword, m_node, m_priority, and m_type.
|
inlinenodiscard |
Definition at line 42 of file tree.h.
References Node< _Tp >::DontCare, Node< _Tp >::genus(), and m_node.
Definition at line 44 of file tree.h.
Referenced by TargetRec(), and genus().
int TargetRec::m_priority {} |
Definition at line 47 of file tree.h.
Referenced by TargetRec().
TargetType TargetRec::m_type {} |
Definition at line 46 of file tree.h.
Referenced by TargetRec().