![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <helpdocsettings.h>
Public Member Functions | |
HelpDocSettings () | |
HelpDocSettings (const HelpDocSettings &other) | |
HelpDocSettings (HelpDocSettings &&other) | |
~HelpDocSettings () | |
HelpDocSettings & | operator= (const HelpDocSettings &other) |
HelpDocSettings & | operator= (HelpDocSettings &&other) |
void | swap (HelpDocSettings &other) noexcept |
bool | addDocumentation (const QString &fileName) |
bool | removeDocumentation (const QString &namespaceName) |
QString | namespaceName (const QString &fileName) const |
QStringList | components () const |
QList< QVersionNumber > | versions () const |
QStringList | namespaces () const |
QMap< QString, QString > | namespaceToFileName () const |
Static Public Member Functions | |
static HelpDocSettings | readSettings (QHelpEngineCore *helpEngine) |
static bool | applySettings (QHelpEngineCore *helpEngine, const HelpDocSettings &settings) |
Definition at line 15 of file helpdocsettings.h.
HelpDocSettings::HelpDocSettings | ( | ) |
Definition at line 34 of file helpdocsettings.cpp.
References HelpDocSettings().
Referenced by HelpDocSettings().
|
default |
|
default |
|
default |
bool HelpDocSettings::addDocumentation | ( | const QString & | fileName | ) |
Definition at line 49 of file helpdocsettings.cpp.
|
static |
Definition at line 167 of file helpdocsettings.cpp.
References readSettings().
QStringList HelpDocSettings::components | ( | ) | const |
Definition at line 110 of file helpdocsettings.cpp.
Definition at line 105 of file helpdocsettings.cpp.
QStringList HelpDocSettings::namespaces | ( | ) | const |
Definition at line 120 of file helpdocsettings.cpp.
Definition at line 125 of file helpdocsettings.cpp.
|
default |
|
default |
|
static |
Definition at line 130 of file helpdocsettings.cpp.
Referenced by applySettings().
bool HelpDocSettings::removeDocumentation | ( | const QString & | namespaceName | ) |
Definition at line 79 of file helpdocsettings.cpp.
|
inlinenoexcept |
Definition at line 26 of file helpdocsettings.h.
QList< QVersionNumber > HelpDocSettings::versions | ( | ) | const |
Definition at line 115 of file helpdocsettings.cpp.