QDBusSignature Class

QDBusSignature 클래스를 사용하면 프로그래머가 D-Bus 타입 시스템에서 제공하는 SIGNATURE 타입을 식별할 수 있습니다. 더 보기...

헤더: #include <QDBusSignature>
CMake: find_package(Qt6 REQUIRED COMPONENTS DBus)
target_link_libraries(mytarget PRIVATE Qt6::DBus)
qmake: QT += dbus

공용 함수

QDBusSignature()
QDBusSignature(QLatin1StringView signature)
QDBusSignature(const QString &signature)
QDBusSignature(const char *signature)
void setSignature(const QString &signature)
QString signature() const
void swap(QDBusSignature &other)

자세한 설명

Qt D-Bus 타입 시스템도 참고하세요.

멤버 함수 문서

[noexcept] QDBusSignature::QDBusSignature()

새 서명을 작성합니다.

setSignature()도 참조하세요 .

[explicit] QDBusSignature::QDBusSignature(QLatin1StringView signature)

signature 에서 본 라틴-1 문자열에서 새 서명을 생성합니다.

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

주어진 signature 에서 새 서명을 생성합니다.

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

주어진 signature 에서 새 서명을 생성합니다.

void QDBusSignature::setSignature(const QString &signature)

주어진 signature 값을 이 서명에 할당합니다.

signature()도 참조하세요 .

QString QDBusSignature::signature() const

이 서명을 반환합니다.

setSignature()도 참조하세요 .

[noexcept] void QDBusSignature::swap(QDBusSignature &other)

이 서명을 other 로 바꿉니다. 이 작업은 매우 빠르며 실패하지 않습니다.

© 2025 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 the GNU 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.