![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qstring.h>#include <QtCore/qloggingcategory.h>Go to the source code of this file.
Namespaces | |
| namespace | Utilities |
| This namespace holds QDoc-internal utility methods. | |
Functions | |
| void | Utilities::startDebugging (const QString &message) |
| void | Utilities::stopDebugging (const QString &message) |
| bool | Utilities::debugging () |
| const INode * | Utilities::nodeForString (const QString &string) |
| Converts a string representation of a pointer address to an INode pointer. | |
| QString | Utilities::stringForNode (const INode *node) |
| Converts an INode pointer address to its string representation. | |
| QString | Utilities::uniqueIdentifier (const Location &loc, const QString &prefix) |
| Returns a unique identifier based on location loc, with a given prefix. | |
| QString | Utilities::separator (qsizetype wordPosition, qsizetype numberOfWords) |
| QString | Utilities::comma (qsizetype wordPosition, qsizetype numberOfWords) |
| QString | Utilities::asAsciiPrintable (const QString &str) |
| Returns an ascii-printable representation of str. | |
| QString | Utilities::protect (const QString &string) |
| QStringList | Utilities::getInternalIncludePaths (const QString &compiler) |
| bool | Utilities::isGeneratedFile (const QString &path) |
Variables | |
| static constexpr QLatin1StringView | Utilities::samp = "&"_L1 |
| static constexpr QLatin1StringView | Utilities::slt = "<"_L1 |
| static constexpr QLatin1StringView | Utilities::sgt = ">"_L1 |
| static constexpr QLatin1StringView | Utilities::squot = """_L1 |