![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <helpprojectwriter.h>
Public Member Functions | |
Keyword (QString name, const QString &id, QString ref) | |
Keyword (QString name, QStringList ids, QString ref) | |
bool | operator< (const Keyword &o) const |
Public Attributes | |
const char * | lexem |
const char * | token |
QString | m_name {} |
QStringList | m_ids {} |
QString | m_ref {} |
Definition at line 8 of file generate_keywords.cpp.
Definition at line 42 of file helpprojectwriter.h.
References Keyword().
Referenced by Keyword().
|
inline |
Definition at line 46 of file helpprojectwriter.h.
References Keyword().
Referenced by Keyword().
|
inline |
Definition at line 50 of file helpprojectwriter.h.
const char * Keyword::lexem |
Definition at line 10 of file generate_keywords.cpp.
QStringList Keyword::m_ids {} |
Definition at line 40 of file helpprojectwriter.h.
QString Keyword::m_name {} |
Definition at line 39 of file helpprojectwriter.h.
QString Keyword::m_ref {} |
Definition at line 41 of file helpprojectwriter.h.
const char * Keyword::token |
Definition at line 11 of file generate_keywords.cpp.