![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <contentblock.h>
Public Member Functions | |
| LinkData ()=default | |
| LinkData (LinkOrigin o, LinkState s, std::optional< SourceLocation > loc=std::nullopt) | |
Public Attributes | |
| LinkOrigin | origin { LinkOrigin::Auto } |
| LinkState | state { LinkState::Unresolved } |
| std::optional< SourceLocation > | sourceLocation |
| Set for author-written links; unset for synthesized links. | |
Definition at line 64 of file contentblock.h.
|
default |
|
inline |
Definition at line 70 of file contentblock.h.
References origin.
Referenced by IR::makeResolvedLink(), and IR::makeTopicLink().
| LinkOrigin IR::InlineContent::LinkData::origin { LinkOrigin::Auto } |
Definition at line 65 of file contentblock.h.
Referenced by LinkData().
| std::optional<SourceLocation> IR::InlineContent::LinkData::sourceLocation |
Set for author-written links; unset for synthesized links.
Definition at line 67 of file contentblock.h.
| LinkState IR::InlineContent::LinkData::state { LinkState::Unresolved } |
Definition at line 66 of file contentblock.h.