Notation used in Ruby API documentation
Module: QtNetwork
Description: Binding of QNetworkConfiguration
Sub-classes: BearerType, QFlags_BearerType, Purpose, QFlags_Purpose, StateFlag, QFlags_StateFlag, Type, QFlags_Type
new QNetworkConfiguration | new | Constructor QNetworkConfiguration::QNetworkConfiguration() | |
new QNetworkConfiguration | new | (const QNetworkConfiguration other) | Constructor QNetworkConfiguration::QNetworkConfiguration(const QNetworkConfiguration &other) |
[const] | bool | != | (const QNetworkConfiguration other) | Method bool QNetworkConfiguration::operator!=(const QNetworkConfiguration &other) |
[const] | bool | == | (const QNetworkConfiguration other) | Method bool QNetworkConfiguration::operator==(const QNetworkConfiguration &other) |
void | _assign | (const QNetworkConfiguration other) | Assigns another object to self | |
[const] | QNetworkConfiguration 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. | ||
QNetworkConfiguration | assign | (const QNetworkConfiguration other) | Method QNetworkConfiguration &QNetworkConfiguration::operator=(const QNetworkConfiguration &other) | |
[const] | QNetworkConfiguration_BearerType | bearerType | Method QNetworkConfiguration::BearerType QNetworkConfiguration::bearerType() | |
[const] | QNetworkConfiguration_BearerType | bearerTypeFamily | Method QNetworkConfiguration::BearerType QNetworkConfiguration::bearerTypeFamily() | |
[const] | string | bearerTypeName | Method QString QNetworkConfiguration::bearerTypeName() | |
[const] | QNetworkConfiguration[] | children | Method QList<QNetworkConfiguration> QNetworkConfiguration::children() | |
[const] | int | connectTimeout | Method int QNetworkConfiguration::connectTimeout() | |
[const] | new QNetworkConfiguration ptr | dup | Creates a copy of self | |
[const] | string | identifier | Method QString QNetworkConfiguration::identifier() | |
[const] | bool | isRoamingAvailable? | Method bool QNetworkConfiguration::isRoamingAvailable() | |
[const] | bool | isValid? | Method bool QNetworkConfiguration::isValid() | |
[const] | string | name | Method QString QNetworkConfiguration::name() | |
[const] | QNetworkConfiguration_Purpose | purpose | Method QNetworkConfiguration::Purpose QNetworkConfiguration::purpose() | |
bool | setConnectTimeout | (int timeout) | Method bool QNetworkConfiguration::setConnectTimeout(int timeout) | |
[const] | QNetworkConfiguration_QFlags_StateFlag | state | Method QFlags<QNetworkConfiguration::StateFlag> QNetworkConfiguration::state() | |
void | swap | (QNetworkConfiguration other) | Method void QNetworkConfiguration::swap(QNetworkConfiguration &other) | |
[const] | QNetworkConfiguration_Type | type | Method QNetworkConfiguration::Type QNetworkConfiguration::type() |
[static,const] | QNetworkConfiguration_StateFlag | Active | Enum constant QNetworkConfiguration::Active | |
[static,const] | QNetworkConfiguration_BearerType | Bearer2G | Enum constant QNetworkConfiguration::Bearer2G | |
[static,const] | QNetworkConfiguration_BearerType | Bearer3G | Enum constant QNetworkConfiguration::Bearer3G | |
[static,const] | QNetworkConfiguration_BearerType | Bearer4G | Enum constant QNetworkConfiguration::Bearer4G | |
[static,const] | QNetworkConfiguration_BearerType | BearerBluetooth | Enum constant QNetworkConfiguration::BearerBluetooth | |
[static,const] | QNetworkConfiguration_BearerType | BearerCDMA2000 | Enum constant QNetworkConfiguration::BearerCDMA2000 | |
[static,const] | QNetworkConfiguration_BearerType | BearerEVDO | Enum constant QNetworkConfiguration::BearerEVDO | |
[static,const] | QNetworkConfiguration_BearerType | BearerEthernet | Enum constant QNetworkConfiguration::BearerEthernet | |
[static,const] | QNetworkConfiguration_BearerType | BearerHSPA | Enum constant QNetworkConfiguration::BearerHSPA | |
[static,const] | QNetworkConfiguration_BearerType | BearerLTE | Enum constant QNetworkConfiguration::BearerLTE | |
[static,const] | QNetworkConfiguration_BearerType | BearerUnknown | Enum constant QNetworkConfiguration::BearerUnknown | |
[static,const] | QNetworkConfiguration_BearerType | BearerWCDMA | Enum constant QNetworkConfiguration::BearerWCDMA | |
[static,const] | QNetworkConfiguration_BearerType | BearerWLAN | Enum constant QNetworkConfiguration::BearerWLAN | |
[static,const] | QNetworkConfiguration_BearerType | BearerWiMAX | Enum constant QNetworkConfiguration::BearerWiMAX | |
[static,const] | QNetworkConfiguration_StateFlag | Defined | Enum constant QNetworkConfiguration::Defined | |
[static,const] | QNetworkConfiguration_StateFlag | Discovered | Enum constant QNetworkConfiguration::Discovered | |
[static,const] | QNetworkConfiguration_Type | InternetAccessPoint | Enum constant QNetworkConfiguration::InternetAccessPoint | |
[static,const] | QNetworkConfiguration_Type | Invalid | Enum constant QNetworkConfiguration::Invalid | |
[static,const] | QNetworkConfiguration_Purpose | PrivatePurpose | Enum constant QNetworkConfiguration::PrivatePurpose | |
[static,const] | QNetworkConfiguration_Purpose | PublicPurpose | Enum constant QNetworkConfiguration::PublicPurpose | |
[static,const] | QNetworkConfiguration_Type | ServiceNetwork | Enum constant QNetworkConfiguration::ServiceNetwork | |
[static,const] | QNetworkConfiguration_Purpose | ServiceSpecificPurpose | Enum constant QNetworkConfiguration::ServiceSpecificPurpose | |
[static,const] | QNetworkConfiguration_StateFlag | Undefined | Enum constant QNetworkConfiguration::Undefined | |
[static,const] | QNetworkConfiguration_Purpose | UnknownPurpose | Enum constant QNetworkConfiguration::UnknownPurpose | |
[static,const] | QNetworkConfiguration_Type | UserChoice | Enum constant QNetworkConfiguration::UserChoice |
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 |
!= | Signature: [const] bool != (const QNetworkConfiguration other) Description: Method bool QNetworkConfiguration::operator!=(const QNetworkConfiguration &other) |
== | Signature: [const] bool == (const QNetworkConfiguration other) Description: Method bool QNetworkConfiguration::operator==(const QNetworkConfiguration &other) |
Active | Signature: [static,const] QNetworkConfiguration_StateFlag Active Description: Enum constant QNetworkConfiguration::Active Python specific notes: |
Bearer2G | Signature: [static,const] QNetworkConfiguration_BearerType Bearer2G Description: Enum constant QNetworkConfiguration::Bearer2G Python specific notes: |
Bearer3G | Signature: [static,const] QNetworkConfiguration_BearerType Bearer3G Description: Enum constant QNetworkConfiguration::Bearer3G Python specific notes: |
Bearer4G | Signature: [static,const] QNetworkConfiguration_BearerType Bearer4G Description: Enum constant QNetworkConfiguration::Bearer4G Python specific notes: |
BearerBluetooth | Signature: [static,const] QNetworkConfiguration_BearerType BearerBluetooth Description: Enum constant QNetworkConfiguration::BearerBluetooth Python specific notes: |
BearerCDMA2000 | Signature: [static,const] QNetworkConfiguration_BearerType BearerCDMA2000 Description: Enum constant QNetworkConfiguration::BearerCDMA2000 Python specific notes: |
BearerEVDO | Signature: [static,const] QNetworkConfiguration_BearerType BearerEVDO Description: Enum constant QNetworkConfiguration::BearerEVDO Python specific notes: |
BearerEthernet | Signature: [static,const] QNetworkConfiguration_BearerType BearerEthernet Description: Enum constant QNetworkConfiguration::BearerEthernet Python specific notes: |
BearerHSPA | Signature: [static,const] QNetworkConfiguration_BearerType BearerHSPA Description: Enum constant QNetworkConfiguration::BearerHSPA Python specific notes: |
BearerLTE | Signature: [static,const] QNetworkConfiguration_BearerType BearerLTE Description: Enum constant QNetworkConfiguration::BearerLTE Python specific notes: |
BearerUnknown | Signature: [static,const] QNetworkConfiguration_BearerType BearerUnknown Description: Enum constant QNetworkConfiguration::BearerUnknown Python specific notes: |
BearerWCDMA | Signature: [static,const] QNetworkConfiguration_BearerType BearerWCDMA Description: Enum constant QNetworkConfiguration::BearerWCDMA Python specific notes: |
BearerWLAN | Signature: [static,const] QNetworkConfiguration_BearerType BearerWLAN Description: Enum constant QNetworkConfiguration::BearerWLAN Python specific notes: |
BearerWiMAX | Signature: [static,const] QNetworkConfiguration_BearerType BearerWiMAX Description: Enum constant QNetworkConfiguration::BearerWiMAX Python specific notes: |
Defined | Signature: [static,const] QNetworkConfiguration_StateFlag Defined Description: Enum constant QNetworkConfiguration::Defined Python specific notes: |
Discovered | Signature: [static,const] QNetworkConfiguration_StateFlag Discovered Description: Enum constant QNetworkConfiguration::Discovered Python specific notes: |
InternetAccessPoint | Signature: [static,const] QNetworkConfiguration_Type InternetAccessPoint Description: Enum constant QNetworkConfiguration::InternetAccessPoint Python specific notes: |
Invalid | Signature: [static,const] QNetworkConfiguration_Type Invalid Description: Enum constant QNetworkConfiguration::Invalid Python specific notes: |
PrivatePurpose | Signature: [static,const] QNetworkConfiguration_Purpose PrivatePurpose Description: Enum constant QNetworkConfiguration::PrivatePurpose Python specific notes: |
PublicPurpose | Signature: [static,const] QNetworkConfiguration_Purpose PublicPurpose Description: Enum constant QNetworkConfiguration::PublicPurpose Python specific notes: |
ServiceNetwork | Signature: [static,const] QNetworkConfiguration_Type ServiceNetwork Description: Enum constant QNetworkConfiguration::ServiceNetwork Python specific notes: |
ServiceSpecificPurpose | Signature: [static,const] QNetworkConfiguration_Purpose ServiceSpecificPurpose Description: Enum constant QNetworkConfiguration::ServiceSpecificPurpose Python specific notes: |
Undefined | Signature: [static,const] QNetworkConfiguration_StateFlag Undefined Description: Enum constant QNetworkConfiguration::Undefined Python specific notes: |
UnknownPurpose | Signature: [static,const] QNetworkConfiguration_Purpose UnknownPurpose Description: Enum constant QNetworkConfiguration::UnknownPurpose Python specific notes: |
UserChoice | Signature: [static,const] QNetworkConfiguration_Type UserChoice Description: Enum constant QNetworkConfiguration::UserChoice Python specific notes: |
_assign | Signature: void _assign (const QNetworkConfiguration other) Description: Assigns another object to self |
_const_cast | Signature: [const] QNetworkConfiguration 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 | Signature: QNetworkConfiguration assign (const QNetworkConfiguration other) Description: Method QNetworkConfiguration &QNetworkConfiguration::operator=(const QNetworkConfiguration &other) |
bearerType | Signature: [const] QNetworkConfiguration_BearerType bearerType Description: Method QNetworkConfiguration::BearerType QNetworkConfiguration::bearerType() |
bearerTypeFamily | Signature: [const] QNetworkConfiguration_BearerType bearerTypeFamily Description: Method QNetworkConfiguration::BearerType QNetworkConfiguration::bearerTypeFamily() |
bearerTypeName | Signature: [const] string bearerTypeName Description: Method QString QNetworkConfiguration::bearerTypeName() |
children | Signature: [const] QNetworkConfiguration[] children Description: Method QList<QNetworkConfiguration> QNetworkConfiguration::children() |
connectTimeout | Signature: [const] int connectTimeout Description: Method int QNetworkConfiguration::connectTimeout() |
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 QNetworkConfiguration ptr dup Description: Creates a copy of self Python specific notes: |
identifier | Signature: [const] string identifier Description: Method QString QNetworkConfiguration::identifier() |
isRoamingAvailable? | Signature: [const] bool isRoamingAvailable? Description: Method bool QNetworkConfiguration::isRoamingAvailable() |
isValid? | Signature: [const] bool isValid? Description: Method bool QNetworkConfiguration::isValid() |
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. |
name | Signature: [const] string name Description: Method QString QNetworkConfiguration::name() |
new | (1) Signature: [static] new QNetworkConfiguration new Description: Constructor QNetworkConfiguration::QNetworkConfiguration() This method creates an object of class QNetworkConfiguration. Python specific notes: |
(2) Signature: [static] new QNetworkConfiguration new (const QNetworkConfiguration other) Description: Constructor QNetworkConfiguration::QNetworkConfiguration(const QNetworkConfiguration &other) This method creates an object of class QNetworkConfiguration. Python specific notes: | |
purpose | Signature: [const] QNetworkConfiguration_Purpose purpose Description: Method QNetworkConfiguration::Purpose QNetworkConfiguration::purpose() |
setConnectTimeout | Signature: bool setConnectTimeout (int timeout) Description: Method bool QNetworkConfiguration::setConnectTimeout(int timeout) |
state | Signature: [const] QNetworkConfiguration_QFlags_StateFlag state Description: Method QFlags<QNetworkConfiguration::StateFlag> QNetworkConfiguration::state() |
swap | Signature: void swap (QNetworkConfiguration other) Description: Method void QNetworkConfiguration::swap(QNetworkConfiguration &other) |
type | Signature: [const] QNetworkConfiguration_Type type Description: Method QNetworkConfiguration::Type QNetworkConfiguration::type() |