IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QDBusSignature Class

The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QDBusSignature Class

  • Header: QDBusSignature

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Dbus)

    target_link_libraries(mytarget PRIVATE Qt6::Dbus)

  • qmake: QT += dbus

Detailed Description

 

See Also

Member Function Documentation

 

QDBusSignature::QDBusSignature()

Constructs a new signature.

See Also

See also setSignature()

[explicit] QDBusSignature::QDBusSignature(const char *signature)

Constructs a new signature from the given signature.

[explicit] QDBusSignature::QDBusSignature(QLatin1StringView signature)

Constructs a new signature from the given signature.

[explicit] QDBusSignature::QDBusSignature(const QString &signature)

Constructs a new signature from the given signature.

void QDBusSignature::setSignature(const QString &signature)

Assigns the value of the given signature to this signature.

See Also

See also signature()

QString QDBusSignature::signature() const

Returns this signature.

See Also

See also setSignature()

void QDBusSignature::swap(QDBusSignature &other)

Swaps this QDBusSignature instance with other.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+