Notation used in Ruby API documentation
Module: QtNetwork
Description: Binding of QHostAddress
Sub-classes: ConversionModeFlag, QFlags_ConversionModeFlag, SpecialAddress, QFlags_SpecialAddress
new QHostAddress | new | Constructor QHostAddress::QHostAddress() | |
new QHostAddress | new | (string address) | Constructor QHostAddress::QHostAddress(const QString &address) |
new QHostAddress | new | (const QHostAddress copy) | Constructor QHostAddress::QHostAddress(const QHostAddress ©) |
[const] | bool | != | (const QHostAddress address) | Method bool QHostAddress::operator !=(const QHostAddress &address) |
[const] | bool | != | (const QHostAddress_SpecialAddress address) | Method bool QHostAddress::operator !=(QHostAddress::SpecialAddress address) |
[const] | bool | == | (const QHostAddress address) | Method bool QHostAddress::operator ==(const QHostAddress &address) |
[const] | bool | == | (const QHostAddress_SpecialAddress address) | Method bool QHostAddress::operator ==(QHostAddress::SpecialAddress address) |
void | _assign | (const QHostAddress other) | Assigns another object to self | |
[const] | QHostAddress ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
QHostAddress | assign | (const QHostAddress other) | Method QHostAddress &QHostAddress::operator=(const QHostAddress &other) | |
QHostAddress | assign | (string address) | Method QHostAddress &QHostAddress::operator=(const QString &address) | |
QHostAddress | assign | (const QHostAddress_SpecialAddress address) | Method QHostAddress &QHostAddress::operator=(QHostAddress::SpecialAddress address) | |
void | clear | Method void QHostAddress::clear() | ||
[const] | new QHostAddress ptr | dup | Creates a copy of self | |
[const] | bool | isBroadcast? | Method bool QHostAddress::isBroadcast() | |
[const] | bool | isEqual? | (const QHostAddress address, QHostAddress_QFlags_ConversionModeFlag mode = QHostAddress::TolerantConversion) | Method bool QHostAddress::isEqual(const QHostAddress &address, QFlags<QHostAddress::ConversionModeFlag> mode) |
[const] | bool | isGlobal? | Method bool QHostAddress::isGlobal() | |
[const] | bool | isInSubnet? | (const QHostAddress subnet, int netmask) | Method bool QHostAddress::isInSubnet(const QHostAddress &subnet, int netmask) |
[const] | bool | isInSubnet? | (const QPair_QHostAddress_int subnet) | Method bool QHostAddress::isInSubnet(const QPair<QHostAddress, int> &subnet) |
[const] | bool | isLinkLocal? | Method bool QHostAddress::isLinkLocal() | |
[const] | bool | isLoopback? | Method bool QHostAddress::isLoopback() | |
[const] | bool | isMulticast? | Method bool QHostAddress::isMulticast() | |
[const] | bool | isNull? | Method bool QHostAddress::isNull() | |
[const] | bool | isSiteLocal? | Method bool QHostAddress::isSiteLocal() | |
[const] | bool | isUniqueLocalUnicast? | Method bool QHostAddress::isUniqueLocalUnicast() | |
[const] | QAbstractSocket_NetworkLayerProtocol | protocol | Method QAbstractSocket::NetworkLayerProtocol QHostAddress::protocol() | |
[const] | string | scopeId | Method QString QHostAddress::scopeId() | |
void | scopeId= | (string id) | Method void QHostAddress::setScopeId(const QString &id) | |
void | setAddress | (unsigned int ip4Addr) | Method void QHostAddress::setAddress(quint32 ip4Addr) | |
bool | setAddress | (string address) | Method bool QHostAddress::setAddress(const QString &address) | |
void | setAddress | (const QHostAddress_SpecialAddress address) | Method void QHostAddress::setAddress(QHostAddress::SpecialAddress address) | |
void | setScopeId | (string id) | Method void QHostAddress::setScopeId(const QString &id) | |
void | swap | (QHostAddress other) | Method void QHostAddress::swap(QHostAddress &other) | |
[const] | unsigned int | toIPv4Address | Method quint32 QHostAddress::toIPv4Address() | |
[const] | unsigned int | toIPv4Address | (bool ptr ok) | Method quint32 QHostAddress::toIPv4Address(bool *ok) |
[const] | string | toString | Method QString QHostAddress::toString() | |
[const] | string | to_s | Method QString QHostAddress::toString() |
[static,const] | QHostAddress_SpecialAddress | Any | Enum constant QHostAddress::Any | |
[static,const] | QHostAddress_SpecialAddress | AnyIPv4 | Enum constant QHostAddress::AnyIPv4 | |
[static,const] | QHostAddress_SpecialAddress | AnyIPv6 | Enum constant QHostAddress::AnyIPv6 | |
[static,const] | QHostAddress_SpecialAddress | Broadcast | Enum constant QHostAddress::Broadcast | |
[static,const] | QHostAddress_ConversionModeFlag | ConvertLocalHost | Enum constant QHostAddress::ConvertLocalHost | |
[static,const] | QHostAddress_ConversionModeFlag | ConvertUnspecifiedAddress | Enum constant QHostAddress::ConvertUnspecifiedAddress | |
[static,const] | QHostAddress_ConversionModeFlag | ConvertV4CompatToIPv4 | Enum constant QHostAddress::ConvertV4CompatToIPv4 | |
[static,const] | QHostAddress_ConversionModeFlag | ConvertV4MappedToIPv4 | Enum constant QHostAddress::ConvertV4MappedToIPv4 | |
[static,const] | QHostAddress_SpecialAddress | LocalHost | Enum constant QHostAddress::LocalHost | |
[static,const] | QHostAddress_SpecialAddress | LocalHostIPv6 | Enum constant QHostAddress::LocalHostIPv6 | |
[static,const] | QHostAddress_SpecialAddress | Null | Enum constant QHostAddress::Null | |
[static,const] | QHostAddress_ConversionModeFlag | StrictConversion | Enum constant QHostAddress::StrictConversion | |
[static,const] | QHostAddress_ConversionModeFlag | TolerantConversion | Enum constant QHostAddress::TolerantConversion | |
new QHostAddress | new_ip4 | (unsigned int ip4Addr) | Constructor QHostAddress::QHostAddress(quint32 ip4Addr) | |
new QHostAddress | new_special | (const QHostAddress_SpecialAddress address) | Constructor QHostAddress::QHostAddress(QHostAddress::SpecialAddress address) | |
QPair_QHostAddress_int | parseSubnet | (string subnet) | Static method QPair<QHostAddress, int> QHostAddress::parseSubnet(const QString &subnet) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | (1) Signature: [const] bool != (const QHostAddress address) Description: Method bool QHostAddress::operator !=(const QHostAddress &address) |
(2) Signature: [const] bool != (const QHostAddress_SpecialAddress address) Description: Method bool QHostAddress::operator !=(QHostAddress::SpecialAddress address) | |
== | (1) Signature: [const] bool == (const QHostAddress address) Description: Method bool QHostAddress::operator ==(const QHostAddress &address) |
(2) Signature: [const] bool == (const QHostAddress_SpecialAddress address) Description: Method bool QHostAddress::operator ==(QHostAddress::SpecialAddress address) | |
Any | Signature: [static,const] QHostAddress_SpecialAddress Any Description: Enum constant QHostAddress::Any Python specific notes: |
AnyIPv4 | Signature: [static,const] QHostAddress_SpecialAddress AnyIPv4 Description: Enum constant QHostAddress::AnyIPv4 Python specific notes: |
AnyIPv6 | Signature: [static,const] QHostAddress_SpecialAddress AnyIPv6 Description: Enum constant QHostAddress::AnyIPv6 Python specific notes: |
Broadcast | Signature: [static,const] QHostAddress_SpecialAddress Broadcast Description: Enum constant QHostAddress::Broadcast Python specific notes: |
ConvertLocalHost | Signature: [static,const] QHostAddress_ConversionModeFlag ConvertLocalHost Description: Enum constant QHostAddress::ConvertLocalHost Python specific notes: |
ConvertUnspecifiedAddress | Signature: [static,const] QHostAddress_ConversionModeFlag ConvertUnspecifiedAddress Description: Enum constant QHostAddress::ConvertUnspecifiedAddress Python specific notes: |
ConvertV4CompatToIPv4 | Signature: [static,const] QHostAddress_ConversionModeFlag ConvertV4CompatToIPv4 Description: Enum constant QHostAddress::ConvertV4CompatToIPv4 Python specific notes: |
ConvertV4MappedToIPv4 | Signature: [static,const] QHostAddress_ConversionModeFlag ConvertV4MappedToIPv4 Description: Enum constant QHostAddress::ConvertV4MappedToIPv4 Python specific notes: |
LocalHost | Signature: [static,const] QHostAddress_SpecialAddress LocalHost Description: Enum constant QHostAddress::LocalHost Python specific notes: |
LocalHostIPv6 | Signature: [static,const] QHostAddress_SpecialAddress LocalHostIPv6 Description: Enum constant QHostAddress::LocalHostIPv6 Python specific notes: |
Null | Signature: [static,const] QHostAddress_SpecialAddress Null Description: Enum constant QHostAddress::Null Python specific notes: |
StrictConversion | Signature: [static,const] QHostAddress_ConversionModeFlag StrictConversion Description: Enum constant QHostAddress::StrictConversion Python specific notes: |
TolerantConversion | Signature: [static,const] QHostAddress_ConversionModeFlag TolerantConversion Description: Enum constant QHostAddress::TolerantConversion Python specific notes: |
_assign | Signature: void _assign (const QHostAddress other) Description: Assigns another object to self |
_const_cast | Signature: [const] QHostAddress ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
assign | (1) Signature: QHostAddress assign (const QHostAddress other) Description: Method QHostAddress &QHostAddress::operator=(const QHostAddress &other) |
(2) Signature: QHostAddress assign (string address) Description: Method QHostAddress &QHostAddress::operator=(const QString &address) | |
(3) Signature: QHostAddress assign (const QHostAddress_SpecialAddress address) Description: Method QHostAddress &QHostAddress::operator=(QHostAddress::SpecialAddress address) | |
clear | Signature: void clear Description: Method void QHostAddress::clear() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QHostAddress ptr dup Description: Creates a copy of self Python specific notes: |
isBroadcast? | Signature: [const] bool isBroadcast? Description: Method bool QHostAddress::isBroadcast() |
isEqual? | Signature: [const] bool isEqual? (const QHostAddress address, QHostAddress_QFlags_ConversionModeFlag mode = QHostAddress::TolerantConversion) Description: Method bool QHostAddress::isEqual(const QHostAddress &address, QFlags<QHostAddress::ConversionModeFlag> mode) |
isGlobal? | Signature: [const] bool isGlobal? Description: Method bool QHostAddress::isGlobal() |
isInSubnet? | (1) Signature: [const] bool isInSubnet? (const QHostAddress subnet, int netmask) Description: Method bool QHostAddress::isInSubnet(const QHostAddress &subnet, int netmask) |
(2) Signature: [const] bool isInSubnet? (const QPair_QHostAddress_int subnet) Description: Method bool QHostAddress::isInSubnet(const QPair<QHostAddress, int> &subnet) | |
isLinkLocal? | Signature: [const] bool isLinkLocal? Description: Method bool QHostAddress::isLinkLocal() |
isLoopback? | Signature: [const] bool isLoopback? Description: Method bool QHostAddress::isLoopback() |
isMulticast? | Signature: [const] bool isMulticast? Description: Method bool QHostAddress::isMulticast() |
isNull? | Signature: [const] bool isNull? Description: Method bool QHostAddress::isNull() |
isSiteLocal? | Signature: [const] bool isSiteLocal? Description: Method bool QHostAddress::isSiteLocal() |
isUniqueLocalUnicast? | Signature: [const] bool isUniqueLocalUnicast? Description: Method bool QHostAddress::isUniqueLocalUnicast() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
new | (1) Signature: [static] new QHostAddress new Description: Constructor QHostAddress::QHostAddress() This method creates an object of class QHostAddress. Python specific notes: |
(2) Signature: [static] new QHostAddress new (string address) Description: Constructor QHostAddress::QHostAddress(const QString &address) This method creates an object of class QHostAddress. Python specific notes: | |
(3) Signature: [static] new QHostAddress new (const QHostAddress copy) Description: Constructor QHostAddress::QHostAddress(const QHostAddress ©) This method creates an object of class QHostAddress. Python specific notes: | |
new_ip4 | Signature: [static] new QHostAddress new_ip4 (unsigned int ip4Addr) Description: Constructor QHostAddress::QHostAddress(quint32 ip4Addr) This method creates an object of class QHostAddress. |
new_special | Signature: [static] new QHostAddress new_special (const QHostAddress_SpecialAddress address) Description: Constructor QHostAddress::QHostAddress(QHostAddress::SpecialAddress address) This method creates an object of class QHostAddress. |
parseSubnet | Signature: [static] QPair_QHostAddress_int parseSubnet (string subnet) Description: Static method QPair<QHostAddress, int> QHostAddress::parseSubnet(const QString &subnet) This method is static and can be called without an instance. |
protocol | Signature: [const] QAbstractSocket_NetworkLayerProtocol protocol Description: Method QAbstractSocket::NetworkLayerProtocol QHostAddress::protocol() |
scopeId | Signature: [const] string scopeId Description: Method QString QHostAddress::scopeId() Python specific notes: |
scopeId= | Signature: void scopeId= (string id) Description: Method void QHostAddress::setScopeId(const QString &id) Python specific notes: |
setAddress | (1) Signature: void setAddress (unsigned int ip4Addr) Description: Method void QHostAddress::setAddress(quint32 ip4Addr) |
(2) Signature: bool setAddress (string address) Description: Method bool QHostAddress::setAddress(const QString &address) | |
(3) Signature: void setAddress (const QHostAddress_SpecialAddress address) Description: Method void QHostAddress::setAddress(QHostAddress::SpecialAddress address) | |
setScopeId | Signature: void setScopeId (string id) Description: Method void QHostAddress::setScopeId(const QString &id) Python specific notes: |
swap | Signature: void swap (QHostAddress other) Description: Method void QHostAddress::swap(QHostAddress &other) |
toIPv4Address | (1) Signature: [const] unsigned int toIPv4Address Description: Method quint32 QHostAddress::toIPv4Address() |
(2) Signature: [const] unsigned int toIPv4Address (bool ptr ok) Description: Method quint32 QHostAddress::toIPv4Address(bool *ok) | |
toString | Signature: [const] string toString Description: Method QString QHostAddress::toString() Python specific notes: |
to_s | Signature: [const] string to_s Description: Method QString QHostAddress::toString() Python specific notes: |