[][src]Module qt_core::ops

Functions that provide access to C++ operators

Functions

add_char_q_byte_array

This is an overloaded function.

add_char_q_byte_array2

This is an overloaded function.

add_char_q_string

Calls C++ function: QString operator+(const char* s1, const QString& s2).

add_char_q_string2

Calls C++ function: QString operator+(char c, const QString& s).

add_double_q_margins_f

Calls C++ function: QMarginsF operator+(double lhs, const QMarginsF& rhs).

add_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator+(double lhs, qfloat16 rhs).

add_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: float operator+(float lhs, qfloat16 rhs).

add_int_q_margins

Calls C++ function: QMargins operator+(int lhs, const QMargins& rhs).

add_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator+(int lhs, qfloat16 rhs).

bit_or_2_url_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOption f1, QUrl::UrlFormattingOption f2).

bit_or_component_formatting_option_q_url_two_flags_of_url_formatting_option_component_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::ComponentFormattingOption f, QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> i).

bit_or_component_formatting_option_url_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::ComponentFormattingOption f, QUrl::UrlFormattingOption i).

bit_or_q_flags_component_formatting_option_q_url_two_flags_of_url_formatting_option_component_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QFlags<QUrl::ComponentFormattingOption> f, QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> i).

bit_or_q_flags_component_formatting_option_url_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QFlags<QUrl::ComponentFormattingOption> f, QUrl::UrlFormattingOption i).

bit_or_url_formatting_option_component_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOption i, QUrl::ComponentFormattingOption f).

bit_or_url_formatting_option_q_flags_component_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOption i, QFlags<QUrl::ComponentFormattingOption> f).

bit_or_url_formatting_option_q_url_two_flags_of_url_formatting_option_component_formatting_option

Calls C++ function: QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> operator|(QUrl::UrlFormattingOption f1, QUrlTwoFlags<QUrl::UrlFormattingOption, QUrl::ComponentFormattingOption> f2).

div_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator/(double lhs, qfloat16 rhs).

div_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: float operator/(float lhs, qfloat16 rhs).

div_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator/(int lhs, qfloat16 rhs).

eq_char_q_byte_array

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_char_q_latin1_string

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_char_q_latin1_char

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_char_q_string

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_char_q_string_ref

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_q_cbor_known_tags_q_cbor_tagcpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

eq_q_cbor_tag_q_cbor_known_tagscpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

ge_char_q_byte_array

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_char_q_latin1_string

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_char_q_latin1_char

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_char_q_string

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_char_q_string_ref

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

ge_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if the numeric Unicode value of c1 is greater than or equal to that of c2; otherwise returns false.

gt_char_q_byte_array

Calls C++ function: bool operator>(const char* a1, const QByteArray& a2).

gt_char_q_latin1_string

Calls C++ function: bool operator>(const char* s1, QLatin1String s2).

gt_char_q_latin1_char

Calls C++ function: bool operator>(char lhs, QLatin1Char rhs).

gt_char_q_string

Calls C++ function: bool operator>(const char* s1, const QString& s2).

gt_char_q_string_ref

Calls C++ function: bool operator>(const char* s1, const QStringRef& s2).

gt_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: bool operator>(double lhs, qfloat16 rhs).

gt_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: bool operator>(float lhs, qfloat16 rhs).

gt_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: bool operator>(int a, qfloat16 b).

le_char_q_byte_array

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_char_q_latin1_string

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_char_q_latin1_char

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_char_q_string

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_char_q_string_ref

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

le_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

lt_char_q_byte_array

Calls C++ function: bool operator<(const char* a1, const QByteArray& a2).

lt_char_q_latin1_string

Calls C++ function: bool operator<(const char* s1, QLatin1String s2).

lt_char_q_latin1_char

Calls C++ function: bool operator<(char lhs, QLatin1Char rhs).

lt_char_q_string

Calls C++ function: bool operator<(const char* s1, const QString& s2).

lt_char_q_string_ref

Calls C++ function: bool operator<(const char* s1, const QStringRef& s2).

lt_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: bool operator<(double lhs, qfloat16 rhs).

lt_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: bool operator<(float lhs, qfloat16 rhs).

lt_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: bool operator<(int a, qfloat16 b).

mul_double_q_margins

This is an overloaded function.

mul_double_q_margins_f

Calls C++ function: QMarginsF operator*(double lhs, const QMarginsF& rhs).

mul_double_q_point

Calls C++ function: QPoint operator*(double factor, const QPoint& p).

mul_double_q_point_f

Calls C++ function: QPointF operator*(double c, const QPointF& p).

mul_double_q_size

Calls C++ function: QSize operator*(double c, const QSize& s).

mul_double_q_size_f

Calls C++ function: QSizeF operator*(double c, const QSizeF& s).

mul_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator*(double lhs, qfloat16 rhs).

mul_float_q_point

Calls C++ function: QPoint operator*(float factor, const QPoint& p).

mul_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: float operator*(float lhs, qfloat16 rhs).

mul_int_q_margins

This is an overloaded function.

mul_int_q_point

Calls C++ function: QPoint operator*(int factor, const QPoint& p).

mul_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator*(int lhs, qfloat16 rhs).

sub_double_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator-(double lhs, qfloat16 rhs).

sub_float_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: float operator-(float lhs, qfloat16 rhs).

sub_int_qfloat16cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0"

Calls C++ function: double operator-(int lhs, qfloat16 rhs).