Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
doc_src_qthelp.cpp File Reference

(ea3365ef1f9338cf534e8840a2d1f1c5a23c03c0)

Go to the source code of this file.

Functions

 if (links.count())
 

Variables

QHelpEngineCore helpEngine ("mycollection.qhc")
 [6]
 
QList< QHelpLinklinks
 

Function Documentation

◆ if()

if ( links. count())

Definition at line 14 of file doc_src_qthelp.cpp.

Variable Documentation

◆ helpEngine

QHelpEngineCore helpEngine ( "mycollection.qhc" )

[6]

◆ links

QList< QHelpLink > links
Initial value:
=
helpEngine.documentsForIdentifier(QLatin1String("MyDialog::ChangeButton"))
QList< QHelpLink > documentsForIdentifier(const QString &id) const
QHelpEngineCore helpEngine("mycollection.qhc")
[6]
QLatin1StringView QLatin1String
Definition qstringfwd.h:31

Definition at line 9 of file doc_src_qthelp.cpp.