Crate qt_core

source ·
Expand description

This crate was generated by ritual. See README for more information.

Re-exports

Modules

Macros

  • Creates a QDebug that logs a critical message with attached information about current file, line, and module.
  • Creates a QDebug that logs a debug message with attached information about current file, line, and module.
  • Creates a QDebug that logs an informational message with attached information about current file, line, and module.
  • Initializes Qt resources specified by the .qrc file with the specified base name.
  • Creates a QMessageLogger with attached information about current file, line, and module.
  • Creates a QDebug that logs a warning message with attached information about current file, line, and module.

Structs

Traits

  • Argument types compatible for signal connection.
  • Values that can be used for specifying the receiving side of a Qt signal connection.

Functions

  • Returns the arccosine of v as an angle in radians. Arccosine is the inverse operation of cosine.

  • Adds a global routine that will be called from the QCoreApplication destructor. This function is normally used to add cleanup routines for program-wide functionality.

  • Calls C++ function: void qAddPreRoutine(void (*FN_PTR)() arg1).
  • Calls C++ function: QString qAppName().
  • Returns the arcsine of v as an angle in radians. Arcsine is the inverse operation of sine.

  • Returns the arctangent of v as an angle in radians. Arctangent is the inverse operation of tangent.

  • Returns the arctangent of a point specified by the coordinates y and x. This function will return the angle (argument) of that point.

  • Return the ceiling of the value v.

  • Returns the CRC-16 checksum of the first len bytes of data.

  • Returns the CRC-16 checksum of the first len bytes of data.

  • Compresses the data byte array and returns the compressed data in a new byte array.

  • Compresses the data byte array and returns the compressed data in a new byte array.

  • This is an overloaded function.

  • This is an overloaded function.

  • Returns the cosine of an angle v in radians.

  • Returns the number of consecutive zero bits in v, when searching from the MSB. For example, qCountLeadingZeroBits(quint32(1)) returns 31 and qCountLeadingZeroBits(quint32(8)) returns 28.

  • Returns the number of consecutive zero bits in v, when searching from the MSB. For example, qCountLeadingZeroBits(quint32(1)) returns 31 and qCountLeadingZeroBits(quint32(8)) returns 28.

  • Returns the number of consecutive zero bits in v, when searching from the MSB. For example, qCountLeadingZeroBits(quint32(1)) returns 31 and qCountLeadingZeroBits(quint32(8)) returns 28.

  • Returns the number of consecutive zero bits in v, when searching from the MSB. For example, qCountLeadingZeroBits(quint32(1)) returns 31 and qCountLeadingZeroBits(quint32(8)) returns 28.

  • Returns the number of consecutive zero bits in v, when searching from the MSB. For example, qCountLeadingZeroBits(quint32(1)) returns 31 and qCountLeadingZeroBits(quint32(8)) returns 28.

  • Returns the number of consecutive zero bits in v, when searching from the LSB. For example, qCountTrailingZeroBits(1) returns 0 and qCountTrailingZeroBits(8) returns 3.

  • This is an overloaded function.

  • This is an overloaded function.

  • This is an overloaded function.

  • Calls C++ function: unsigned int qCountTrailingZeroBits(unsigned long v).
  • This function converts the degrees in double to radians.

  • This function converts the degrees in float to radians.

  • q_environment_variable_1acpp_lib_version="5.11.3" or cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: QString qEnvironmentVariable(const char* varName).
  • q_environment_variable_2acpp_lib_version="5.11.3" or cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: QString qEnvironmentVariable(const char* varName, const QString& defaultValue).
  • Returns the numerical value of the environment variable varName. If ok is not null, sets *ok to true or false depending on the success of the conversion.

  • Returns the numerical value of the environment variable varName. If ok is not null, sets *ok to true or false depending on the success of the conversion.

  • Returns whether the environment variable varName is empty.

  • Returns whether the environment variable varName is set.

  • Returns the exponential function of e to the power of v.

  • Returns the absolute value of v as a qreal.

  • Calls C++ function: double qFastCos(double x).
  • Calls C++ function: double qFastSin(double x).
  • Returns the number of representable floating-point numbers between a and b.

  • Returns the number of representable floating-point numbers between a and b.

  • q_float_from_float16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Converts len qfloat16 from in to floats and stores them in out. Both in and out must have len allocated entries.

  • q_float_to_float16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Converts len floats from in to qfloat16 and stores them in out. Both in and out must have len allocated entries.

  • Return the floor of the value v.

  • Generates a formatted string out of the type, context, str arguments.

  • q_fp_classify_doublecpp_lib_version="5.14.0"

    Classifies a floating-point value.

  • q_fp_classify_floatcpp_lib_version="5.14.0"

    Classifies a floating-point value.

  • q_fp_classify_qfloat16cpp_lib_version="5.14.0"

    Classifies a floating-point value.

  • Calls C++ function: void qFreeAligned(void* ptr).
  • Compares the floating point value p1 and p2 and returns true if they are considered equal, otherwise false.

  • Compares the floating point value p1 and p2 and returns true if they are considered equal, otherwise false.

  • q_fuzzy_compare_2_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Compares the floating point value p1 and p2 and returns true if they are considered equal, otherwise false.

  • Returns true if the absolute value of d is within 0.000000000001 of 0.0.

  • Returns true if the absolute value of f is within 0.00001f of 0.0.

  • q_fuzzy_is_null_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: bool qFuzzyIsNull(qfloat16 f).
  • Returns the current global QHash seed.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the memory block of size len pointed to by p, using seed to seed the calculation.

  • Returns the hash value for the memory block of size len pointed to by p, using seed to seed the calculation.

  • Returns the hash value for the memory block of size len pointed to by p, using seed to seed the calculation.

  • Returns the hash value for the memory block of size len pointed to by p, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • q_hash_q_cbor_arraycpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QCborArray& array).
  • q_hash_q_cbor_array_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QCborArray& array, unsigned int seed = …).
  • q_hash_q_cbor_mapcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QCborMap& map).
  • q_hash_q_cbor_map_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QCborMap& map, unsigned int seed = …).
  • q_hash_q_cbor_simple_typecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(QCborSimpleType tag).
  • q_hash_q_cbor_simple_type_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(QCborSimpleType tag, unsigned int seed = …).
  • q_hash_q_cbor_tagcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(QCborTag tag).
  • q_hash_q_cbor_tag_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(QCborTag tag, unsigned int seed = …).
  • q_hash_q_cbor_valuecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QCborValue& value).
  • q_hash_q_cbor_value_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QCborValue& value, unsigned int seed = …).
  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Calls C++ function: unsigned int qHash(const QItemSelectionRange& arg1).
  • q_hash_q_json_arraycpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QJsonArray& array).
  • q_hash_q_json_array_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QJsonArray& array, unsigned int seed = …).
  • q_hash_q_json_objectcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QJsonObject& object).
  • q_hash_q_json_object_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QJsonObject& object, unsigned int seed = …).
  • q_hash_q_json_valuecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QJsonValue& value).
  • q_hash_q_json_value_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QJsonValue& value, unsigned int seed = …).
  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Calls C++ function: unsigned int qHash(const QList<QLocale::Country>& key).
  • Calls C++ function: unsigned int qHash(const QList<QLocale::Country>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<Qt::DayOfWeek>& key).
  • Calls C++ function: unsigned int qHash(const QList<Qt::DayOfWeek>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<int>& key).
  • Calls C++ function: unsigned int qHash(const QList<int>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QAbstractAnimation*>& key).
  • Calls C++ function: unsigned int qHash(const QList<QAbstractAnimation*>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QAbstractState*>& key).
  • Calls C++ function: unsigned int qHash(const QList<QAbstractState*>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QAbstractTransition*>& key).
  • Calls C++ function: unsigned int qHash(const QList<QAbstractTransition*>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QByteArray>& key).
  • Calls C++ function: unsigned int qHash(const QList<QByteArray>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QItemSelectionRange>& key).
  • Calls C++ function: unsigned int qHash(const QList<QItemSelectionRange>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QLocale>& key).
  • Calls C++ function: unsigned int qHash(const QList<QLocale>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QMimeType>& key).
  • Calls C++ function: unsigned int qHash(const QList<QMimeType>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QModelIndex>& key).
  • Calls C++ function: unsigned int qHash(const QList<QModelIndex>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QObject*>& key).
  • Calls C++ function: unsigned int qHash(const QList<QObject*>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QPair<QString, QString>>& key).
  • Calls C++ function: unsigned int qHash(const QList<QPair<QString, QString>>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QPersistentModelIndex>& key).
  • Calls C++ function: unsigned int qHash(const QList<QPersistentModelIndex>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QString>& key).
  • Calls C++ function: unsigned int qHash(const QList<QString>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QList<QUrl>& key).
  • Calls C++ function: unsigned int qHash(const QList<QUrl>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QLocale& key).
  • Calls C++ function: unsigned int qHash(const QLocale& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QMimeType& key).
  • Calls C++ function: unsigned int qHash(const QMimeType& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QModelIndex& index).
  • Calls C++ function: unsigned int qHash(const QPair<qint64, unsigned int>& key).
  • Calls C++ function: unsigned int qHash(const QPair<qint64, unsigned int>& key, unsigned int seed = …).
  • q_hash_q_pair_of_q_cbor_value_q_cbor_valuecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QPair<QCborValue, QCborValue>& key).
  • q_hash_q_pair_of_q_cbor_value_q_cbor_value_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QPair<QCborValue, QCborValue>& key, unsigned int seed = …).
  • q_hash_q_pair_of_q_cbor_value_ref_q_cbor_value_refcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QPair<QCborValueRef, QCborValueRef>& key).
  • q_hash_q_pair_of_q_cbor_value_ref_q_cbor_value_ref_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QPair<QCborValueRef, QCborValueRef>& key, unsigned int seed = …).
  • q_hash_q_pair_of_q_string_q_json_valuecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QPair<QString, QJsonValue>& key).
  • q_hash_q_pair_of_q_string_q_json_value_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QPair<QString, QJsonValue>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QPair<QString, QString>& key).
  • Calls C++ function: unsigned int qHash(const QPair<QString, QString>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QPersistentModelIndex& index).
  • Calls C++ function: unsigned int qHash(const QPersistentModelIndex& index, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QRegExp& key).
  • Calls C++ function: unsigned int qHash(const QRegExp& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QRegularExpression& key).
  • Calls C++ function: unsigned int qHash(const QRegularExpression& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QSet<QAbstractState*>& key).
  • Calls C++ function: unsigned int qHash(const QSet<QAbstractState*>& key, unsigned int seed = …).
  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • q_hash_q_string_viewcpp_lib_version="5.11.3" or cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(QStringView key).
  • q_hash_q_string_view_uintcpp_lib_version="5.11.3" or cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(QStringView key, unsigned int seed = …).
  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Calls C++ function: unsigned int qHash(const QUrl& url).
  • Calls C++ function: unsigned int qHash(const QUrlQuery& key).
  • Calls C++ function: unsigned int qHash(const QUrlQuery& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QUrl& url, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QUuid& uuid).
  • Calls C++ function: unsigned int qHash(const QUuid& uuid, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QVector<int>& key).
  • Calls C++ function: unsigned int qHash(const QVector<int>& key, unsigned int seed = …).
  • q_hash_q_vector_of_q_cbor_valuecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QVector<QCborValue>& key).
  • q_hash_q_vector_of_q_cbor_value_uintcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned int qHash(const QVector<QCborValue>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QVector<QStringRef>& key).
  • Calls C++ function: unsigned int qHash(const QVector<QStringRef>& key, unsigned int seed = …).
  • Calls C++ function: unsigned int qHash(const QVector<unsigned int>& key).
  • Calls C++ function: unsigned int qHash(const QVector<unsigned int>& key, unsigned int seed = …).
  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the hash value for the key, using seed to seed the calculation.

  • Returns the bit pattern for an infinite number as a double.

  • Calls C++ function: int qIntCast(double f).
  • Calls C++ function: int qIntCast(float f).
  • q_int_cast_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: int qIntCast(qfloat16 f).
  • Returns true if the qfloat16 f is a finite number.

  • Returns true if the qfloat16 f is a finite number.

  • q_is_finite_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Returns true if the qfloat16 f is a finite number.

  • Returns true if the qfloat16 f is equivalent to infinity.

  • Returns true if the qfloat16 f is equivalent to infinity.

  • q_is_inf_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Returns true if the qfloat16 f is equivalent to infinity.

  • Returns true if the qfloat16 f is not a number (NaN).

  • Returns true if the qfloat16 f is not a number (NaN).

  • q_is_nan_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Returns true if the qfloat16 f is not a number (NaN).

  • Calls C++ function: bool qIsNull(double d).
  • Calls C++ function: bool qIsNull(float f).
  • q_is_null_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: bool qIsNull(qfloat16 f).
  • q_ln

    Returns the natural logarithm of v. Natural logarithm uses base e.

  • q_make_pair_2_q_cbor_valuecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Returns a QPair<T1, T2> that contains value1 and value2. Example:

  • q_make_pair_2_q_cbor_value_refcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Returns a QPair<T1, T2> that contains value1 and value2. Example:

  • Returns a QPair<T1, T2> that contains value1 and value2. Example:

  • Returns a QPair<T1, T2> that contains value1 and value2. Example:

  • Returns a QPair<T1, T2> that contains value1 and value2. Example:

  • Returns a QPair<T1, T2> that contains value1 and value2. Example:

  • Calls C++ function: void* qMallocAligned(unsigned long size, unsigned long alignment).
  • Calls C++ function: void* qMallocAligned(size_t size, size_t alignment).
  • This is an overloaded function.

  • This is an overloaded function.

  • This function returns the nearest power of two greater than value. For 0 it returns 1, and for values larger than or equal to 2^31 it returns 0.

  • This function returns the nearest power of two greater than value. For 0 it returns 1, and for values larger than or equal to 2^63 it returns 0.

  • q_plugin_arch_requirementscpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: unsigned char qPluginArchRequirements().
  • Calls C++ function: QPointer<QObject> qPointerFromVariant<QObject>(const QVariant& variant).
  • Returns the number of bits set in v. This number is also called the Hamming Weight of v.

  • This is an overloaded function.

  • This is an overloaded function.

  • This is an overloaded function.

  • Calls C++ function: unsigned int qPopulationCount(unsigned long v).
  • Returns the value of x raised to the power of y. That is, x is the base and y is the exponent.

  • Returns the bit pattern of a quiet NaN as a double.

  • This function converts the radians in double to degrees.

  • This function converts the radians in float to degrees.

  • Calls C++ function: void* qReallocAligned(void* ptr, unsigned long size, unsigned long oldsize, unsigned long alignment).
  • Calls C++ function: void* qReallocAligned(void* ptr, size_t size, size_t oldsize, size_t alignment).
  • Registers the plugin specified with the plugin loader, and is used by Q_IMPORT_PLUGIN().

  • Removes the cleanup routine specified by ptr from the list of routines called by the QCoreApplication destructor. The routine must have been previously added to the list by a call to qAddPostRoutine(), otherwise this function has no effect.

  • Rounds value to the nearest 64-bit integer.

  • Rounds value to the nearest 64-bit integer.

  • q_round64_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Rounds value to the nearest 64-bit integer.

  • Rounds value to the nearest integer.

  • Rounds value to the nearest integer.

  • q_round_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    Rounds value to the nearest integer.

  • Returns the bit pattern of a signalling NaN as a double.

  • Sets the global QHash seed to newSeed.

  • Changes the output of the default message handler.

  • Calls C++ function: bool qSharedBuild().
  • Returns the sine of the angle v in radians.

  • Returns the square root of v. This function returns a NaN if v is a negative number.

  • Returns the tangent of an angle v in radians.

  • Uncompresses the data byte array and returns a new byte array with the uncompressed data.

  • Uncompresses the data byte array and returns a new byte array with the uncompressed data.

  • Returns a variant containing a copy of the given value with template type T.

  • Sets the contents of the given variant to a copy of the value with the specified template type T.

  • qbswap_doublecpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: double qbswap(double source).
  • qbswap_floatcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: float qbswap(float source).
  • Calls C++ function: qint8 qbswap(qint8 source).
  • Calls C++ function: qint16 qbswap(qint16 source).
  • Calls C++ function: void qbswap(qint16 source, void* dest).
  • Calls C++ function: qint32 qbswap(qint32 source).
  • Calls C++ function: void qbswap(qint32 source, void* dest).
  • Calls C++ function: qint64 qbswap(qint64 source).
  • Calls C++ function: void qbswap(qint64 source, void* dest).
  • qbswap_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"
    Calls C++ function: qfloat16 qbswap(qfloat16 source).
  • Calls C++ function: quint8 qbswap(quint8 source).
  • Calls C++ function: quint16 qbswap(quint16 source).
  • Calls C++ function: void qbswap(quint16 source, void* dest).
  • Calls C++ function: quint32 qbswap(quint32 source).
  • Calls C++ function: void qbswap(quint32 source, void* dest).
  • Calls C++ function: quint64 qbswap(quint64 source).
  • Calls C++ function: void qbswap(quint64 source, void* dest).
  • qdbg
    Returns an object that implements std::fmt::Debug for a value that has a QDebug operator.
  • Returns the value of the environment variable with name varName. To get the variable string, use QByteArray::constData(). To convert the data to a QString use QString::fromLocal8Bit().

  • This function sets the value of the environment variable named varName. It will create the variable if it does not exist. It returns 0 if the variable could not be set.

  • Thread-safe version of the standard C++ rand() function.

  • Creates a QString from a Rust string.
  • Thread-safe version of the standard C++ srand() function.

  • A safe strcmp() function.

  • A safe strcmp() function.

  • A safe strcmp() function.

  • A safe strcmp() function.

  • Copies all the characters up to and including the '\0' from src into dst and returns a pointer to dst. If src is 0, it immediately returns 0.

  • Returns a duplicate string.

  • A safe stricmp() function.

  • A safe strlen() function.

  • A safe strncmp() function.

  • A safe strncpy() function.

  • A safe strnicmp() function.

  • qstrnicmp_char_longlong_charcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    A safe strnicmp() function.

  • qstrnicmp_char_longlong_char_longlongcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

    A safe strnicmp() function.

  • A safe strnlen() function.

  • Calls C++ function: const QMetaObject* qt_getQtMetaObject().
  • Calls C++ function: void qt_message_output(QtMsgType arg1, const QMessageLogContext& context, const QString& message).
  • Calls C++ function: QDebug qt_QMetaEnum_debugOperator(QDebug& arg1, int value, const QMetaObject* meta, const char* name).
  • Calls C++ function: QDebug qt_QMetaEnum_flagDebugOperator(QDebug& dbg, quint64 value, const QMetaObject* meta, const char* name).
  • Calls C++ function: void qt_QMetaEnum_flagDebugOperator(QDebug& debug, unsigned long sizeofT, int value).
  • Calls C++ function: void qt_QMetaEnum_flagDebugOperator(QDebug& debug, size_t sizeofT, int value).
  • The qtTrId function finds and returns a translated string.

  • The qtTrId function finds and returns a translated string.

  • This function deletes the variable varName from the environment.

Attribute Macros

  • Generates a method that returns a slot object bound to self.