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
QHelpDataIndexItem Struct Reference

#include <qhelpdatainterface_p.h>

+ Collaboration diagram for QHelpDataIndexItem:

Public Member Functions

 QHelpDataIndexItem ()
 
 QHelpDataIndexItem (const QString &n, const QString &id, const QString &r)
 
bool operator== (const QHelpDataIndexItem &other) const
 

Public Attributes

QString name
 
QString identifier
 
QString reference
 

Detailed Description

Definition at line 41 of file qhelpdatainterface_p.h.

Constructor & Destructor Documentation

◆ QHelpDataIndexItem() [1/2]

QHelpDataIndexItem::QHelpDataIndexItem ( )
inline

Definition at line 42 of file qhelpdatainterface_p.h.

◆ QHelpDataIndexItem() [2/2]

QHelpDataIndexItem::QHelpDataIndexItem ( const QString & n,
const QString & id,
const QString & r )
inline

Definition at line 43 of file qhelpdatainterface_p.h.

References QHelpDataIndexItem().

Referenced by QHelpDataIndexItem().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

bool QHelpDataIndexItem::operator== ( const QHelpDataIndexItem & other) const

Definition at line 66 of file qhelpdatainterface.cpp.

Member Data Documentation

◆ identifier

QString QHelpDataIndexItem::identifier

Definition at line 47 of file qhelpdatainterface_p.h.

◆ name

QString QHelpDataIndexItem::name

◆ reference

QString QHelpDataIndexItem::reference

Definition at line 48 of file qhelpdatainterface_p.h.


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