Skip to main content

The TagAnchorInfo Class Reference

Information about an linkable anchor. More...

Declaration

class anonymous{tagreader.cpp}::TagAnchorInfo { ... }

Public Constructors Index

TagAnchorInfo (const QCString &f, const QCString &l, const QCString &t=QCString())

Public Member Attributes Index

QCStringlabel
QCStringfileName
QCStringtitle

Description

Information about an linkable anchor.

Definition at line 48 of file tagreader.cpp.

Public Constructors

TagAnchorInfo()

anonymous{tagreader.cpp}::TagAnchorInfo::TagAnchorInfo (const QCString & f, const QCString & l, const QCString & t=QCString())
inline

Definition at line 51 of file tagreader.cpp.

52 const QCString &l,
53 const QCString &t=QCString())
54 : label(l), fileName(f), title(t) {}

References fileName, label and title.

Public Member Attributes

fileName

QCString anonymous{tagreader.cpp}::TagAnchorInfo::fileName

Definition at line 56 of file tagreader.cpp.

Referenced by TagAnchorInfo.

label

QCString anonymous{tagreader.cpp}::TagAnchorInfo::label

Definition at line 55 of file tagreader.cpp.

Referenced by TagAnchorInfo.

title

QCString anonymous{tagreader.cpp}::TagAnchorInfo::title

Definition at line 57 of file tagreader.cpp.

Referenced by TagAnchorInfo.


The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.