![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhelpdatainterface_p.h>
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 |
Definition at line 41 of file qhelpdatainterface_p.h.
|
inline |
Definition at line 42 of file qhelpdatainterface_p.h.
|
inline |
Definition at line 43 of file qhelpdatainterface_p.h.
References QHelpDataIndexItem().
Referenced by QHelpDataIndexItem().
bool QHelpDataIndexItem::operator== | ( | const QHelpDataIndexItem & | other | ) | const |
Definition at line 66 of file qhelpdatainterface.cpp.
QString QHelpDataIndexItem::identifier |
Definition at line 47 of file qhelpdatainterface_p.h.
QString QHelpDataIndexItem::name |
Definition at line 46 of file qhelpdatainterface_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QString QHelpDataIndexItem::reference |
Definition at line 48 of file qhelpdatainterface_p.h.