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

#include <helpprojectwriter.h>

Collaboration diagram for Keyword:

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 {}

Detailed Description

Definition at line 8 of file generate_keywords.cpp.

Constructor & Destructor Documentation

◆ Keyword() [1/2]

Keyword::Keyword ( QString name,
const QString & id,
QString ref )
inline

Definition at line 42 of file helpprojectwriter.h.

References Keyword().

Referenced by Keyword().

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

◆ Keyword() [2/2]

Keyword::Keyword ( QString name,
QStringList ids,
QString ref )
inline

Definition at line 46 of file helpprojectwriter.h.

References Keyword().

Referenced by Keyword().

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

Member Function Documentation

◆ operator<()

bool Keyword::operator< ( const Keyword & o) const
inline

Definition at line 50 of file helpprojectwriter.h.

Member Data Documentation

◆ lexem

const char * Keyword::lexem

Definition at line 10 of file generate_keywords.cpp.

◆ m_ids

QStringList Keyword::m_ids {}

Definition at line 40 of file helpprojectwriter.h.

◆ m_name

QString Keyword::m_name {}

Definition at line 39 of file helpprojectwriter.h.

◆ m_ref

QString Keyword::m_ref {}

Definition at line 41 of file helpprojectwriter.h.

◆ token

const char * Keyword::token

Definition at line 11 of file generate_keywords.cpp.


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