Skip to main content

The NavIndexEntry Struct Reference

Declaration

struct NavIndexEntry { ... }

Public Constructors Index

NavIndexEntry (const QCString &u, const QCString &p)

Public Member Attributes Index

QCStringurl
QCStringpath

Definition at line 516 of file ftvhelp.cpp.

Public Constructors

NavIndexEntry()

NavIndexEntry::NavIndexEntry (const QCString & u, const QCString & p)
inline

Definition at line 518 of file ftvhelp.cpp.

518 NavIndexEntry(const QCString &u,const QCString &p) : url(u), path(p) {}

References path and url.

Public Member Attributes

path

QCString NavIndexEntry::path

Definition at line 520 of file ftvhelp.cpp.

Referenced by generateJSNavTree and NavIndexEntry.

url

QCString NavIndexEntry::url

Definition at line 519 of file ftvhelp.cpp.

Referenced by generateJSNavTree and NavIndexEntry.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.