Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QDBusSignature Class

TheQDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.More...

Header:#include <QDBusSignature>
Since: Qt 4.2
Inherits:QString (private)

Public Functions

QDBusSignature()
QDBusSignature(const char * signature)
QDBusSignature(const QLatin1String & signature)
QDBusSignature(const QString & signature)
voidsetSignature(const QString & signature)
QStringsignature() const
QDBusSignature &operator=(const QDBusSignature & signature)
  • 214 public functions inherited fromQString

Additional Inherited Members

  • 24 static public members inherited fromQString

Detailed Description

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

See alsoThe QtDBus type system.

Member Function Documentation

QDBusSignature::QDBusSignature()

Constructs a new signature.

See alsosetSignature().

QDBusSignature::QDBusSignature(constchar * signature)

Constructs a new signature from the givensignature.

QDBusSignature::QDBusSignature(constQLatin1String & signature)

Constructs a new signature from the givensignature.

QDBusSignature::QDBusSignature(constQString & signature)

Constructs a new signature from the givensignature.

void QDBusSignature::setSignature(constQString & signature)

Assigns the value of the givensignature to this signature.

See alsosignature().

QString QDBusSignature::signature() const

Returns this signature.

See alsosetSignature().

QDBusSignature & QDBusSignature::operator=(constQDBusSignature & signature)

Assigns the value of the givensignature to this signature.

See alsosetSignature().

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.


[8]ページ先頭

©2009-2025 Movatter.jp