KLayout Manual: Main Index » Class Index » API reference - Class QNetworkReply_NetworkError

API reference - Class QNetworkReply_NetworkError

Notation used in Ruby API documentation

Description: This class represents the QNetworkReply::NetworkError enum

Public constructors

new QNetworkReply_NetworkErrornew(unsigned int arg1)Creates the enum object from an integer

Public methods

[const]bool==(QNetworkReply_NetworkError other)Compares the enum class against an enum of it's own type
[const]bool==(unsigned int other)Compares the enum class against an integer
[const]voidassign(const QNetworkReply_NetworkError other)Assign the contents of another object to self
voidcreateEnsures the C++ object is created
voiddestroyExplicitly destroy the object
[const]booldestroyed?Returns a value indicating whether the object was already destroyed
[const]QNetworkReply_NetworkErrordupCreates a copy of self
[const]boolis_const_object?Returns a value indicating whether the reference is a const reference
[const]unsigned intto_iConverts the enum class to an integer
[const]stringto_sConverts the enum class to a string

Public static methods and constants

new QNetworkReply_NetworkErrorAuthenticationRequiredErrorEnum constant QNetworkReply::AuthenticationRequiredError
new QNetworkReply_NetworkErrorConnectionRefusedErrorEnum constant QNetworkReply::ConnectionRefusedError
new QNetworkReply_NetworkErrorContentAccessDeniedEnum constant QNetworkReply::ContentAccessDenied
new QNetworkReply_NetworkErrorContentNotFoundErrorEnum constant QNetworkReply::ContentNotFoundError
new QNetworkReply_NetworkErrorContentOperationNotPermittedErrorEnum constant QNetworkReply::ContentOperationNotPermittedError
new QNetworkReply_NetworkErrorContentReSendErrorEnum constant QNetworkReply::ContentReSendError
new QNetworkReply_NetworkErrorHostNotFoundErrorEnum constant QNetworkReply::HostNotFoundError
new QNetworkReply_NetworkErrorNoErrorEnum constant QNetworkReply::NoError
new QNetworkReply_NetworkErrorOperationCanceledErrorEnum constant QNetworkReply::OperationCanceledError
new QNetworkReply_NetworkErrorProtocolFailureEnum constant QNetworkReply::ProtocolFailure
new QNetworkReply_NetworkErrorProtocolInvalidOperationErrorEnum constant QNetworkReply::ProtocolInvalidOperationError
new QNetworkReply_NetworkErrorProtocolUnknownErrorEnum constant QNetworkReply::ProtocolUnknownError
new QNetworkReply_NetworkErrorProxyAuthenticationRequiredErrorEnum constant QNetworkReply::ProxyAuthenticationRequiredError
new QNetworkReply_NetworkErrorProxyConnectionClosedErrorEnum constant QNetworkReply::ProxyConnectionClosedError
new QNetworkReply_NetworkErrorProxyConnectionRefusedErrorEnum constant QNetworkReply::ProxyConnectionRefusedError
new QNetworkReply_NetworkErrorProxyNotFoundErrorEnum constant QNetworkReply::ProxyNotFoundError
new QNetworkReply_NetworkErrorProxyTimeoutErrorEnum constant QNetworkReply::ProxyTimeoutError
new QNetworkReply_NetworkErrorRemoteHostClosedErrorEnum constant QNetworkReply::RemoteHostClosedError
new QNetworkReply_NetworkErrorSslHandshakeFailedErrorEnum constant QNetworkReply::SslHandshakeFailedError
new QNetworkReply_NetworkErrorTimeoutErrorEnum constant QNetworkReply::TimeoutError
new QNetworkReply_NetworkErrorUnknownContentErrorEnum constant QNetworkReply::UnknownContentError
new QNetworkReply_NetworkErrorUnknownNetworkErrorEnum constant QNetworkReply::UnknownNetworkError
new QNetworkReply_NetworkErrorUnknownProxyErrorEnum constant QNetworkReply::UnknownProxyError

Detailed description

[const] bool ==(QNetworkReply_NetworkError other)

Description: Compares the enum class against an enum of it's own type

[const] bool ==(unsigned int other)

Description: Compares the enum class against an integer

[static] new QNetworkReply_NetworkError AuthenticationRequiredError

Description: Enum constant QNetworkReply::AuthenticationRequiredError

[static] new QNetworkReply_NetworkError ConnectionRefusedError

Description: Enum constant QNetworkReply::ConnectionRefusedError

[static] new QNetworkReply_NetworkError ContentAccessDenied

Description: Enum constant QNetworkReply::ContentAccessDenied

[static] new QNetworkReply_NetworkError ContentNotFoundError

Description: Enum constant QNetworkReply::ContentNotFoundError

[static] new QNetworkReply_NetworkError ContentOperationNotPermittedError

Description: Enum constant QNetworkReply::ContentOperationNotPermittedError

[static] new QNetworkReply_NetworkError ContentReSendError

Description: Enum constant QNetworkReply::ContentReSendError

[static] new QNetworkReply_NetworkError HostNotFoundError

Description: Enum constant QNetworkReply::HostNotFoundError

[static] new QNetworkReply_NetworkError NoError

Description: Enum constant QNetworkReply::NoError

[static] new QNetworkReply_NetworkError OperationCanceledError

Description: Enum constant QNetworkReply::OperationCanceledError

[static] new QNetworkReply_NetworkError ProtocolFailure

Description: Enum constant QNetworkReply::ProtocolFailure

[static] new QNetworkReply_NetworkError ProtocolInvalidOperationError

Description: Enum constant QNetworkReply::ProtocolInvalidOperationError

[static] new QNetworkReply_NetworkError ProtocolUnknownError

Description: Enum constant QNetworkReply::ProtocolUnknownError

[static] new QNetworkReply_NetworkError ProxyAuthenticationRequiredError

Description: Enum constant QNetworkReply::ProxyAuthenticationRequiredError

[static] new QNetworkReply_NetworkError ProxyConnectionClosedError

Description: Enum constant QNetworkReply::ProxyConnectionClosedError

[static] new QNetworkReply_NetworkError ProxyConnectionRefusedError

Description: Enum constant QNetworkReply::ProxyConnectionRefusedError

[static] new QNetworkReply_NetworkError ProxyNotFoundError

Description: Enum constant QNetworkReply::ProxyNotFoundError

[static] new QNetworkReply_NetworkError ProxyTimeoutError

Description: Enum constant QNetworkReply::ProxyTimeoutError

[static] new QNetworkReply_NetworkError RemoteHostClosedError

Description: Enum constant QNetworkReply::RemoteHostClosedError

[static] new QNetworkReply_NetworkError SslHandshakeFailedError

Description: Enum constant QNetworkReply::SslHandshakeFailedError

[static] new QNetworkReply_NetworkError TimeoutError

Description: Enum constant QNetworkReply::TimeoutError

[static] new QNetworkReply_NetworkError UnknownContentError

Description: Enum constant QNetworkReply::UnknownContentError

[static] new QNetworkReply_NetworkError UnknownNetworkError

Description: Enum constant QNetworkReply::UnknownNetworkError

[static] new QNetworkReply_NetworkError UnknownProxyError

Description: Enum constant QNetworkReply::UnknownProxyError

[const] void assign(const QNetworkReply_NetworkError other)

Description: Assign the contents of another object to self

This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content.

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.

void destroy

Description: Explicitly destroy the object

Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing.

[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.

[const] QNetworkReply_NetworkError dup

Description: Creates a copy of self

[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.

[static] new QNetworkReply_NetworkError new(unsigned int arg1)

Description: Creates the enum object from an integer

[const] unsigned int to_i

Description: Converts the enum class to an integer

[const] string to_s

Description: Converts the enum class to a string