QDBusObjectPath 類

QDBusObjectPath 類使程序員能夠標識由 D-Bus 類型係統提供的 OBJECT_PATH 類型。 更多...

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

公共函數

QDBusObjectPath ()
QDBusObjectPath (const char * path )
QDBusObjectPath (QLatin1StringView path )
QDBusObjectPath (const QString & path )
QString path () const
void setPath (const QString & path )
void swap (QDBusObjectPath & other )
QVariant operator QVariant () const

詳細描述

另請參閱 Qt D-Bus 類型係統 .

成員函數文檔編製

QDBusObjectPath:: QDBusObjectPath ()

Constructs a new object path.

[explicit] QDBusObjectPath:: QDBusObjectPath (const char * path )

Constructs a new object path from the given path .

另請參閱 setPath ().

[explicit] QDBusObjectPath:: QDBusObjectPath ( QLatin1StringView path )

Constructs a new object path from the Latin-1 string viewed by path .

[explicit] QDBusObjectPath:: QDBusObjectPath (const QString & path )

Constructs a new object path from the given path .

QString QDBusObjectPath:: path () const

Returns this object path.

另請參閱 setPath ().

void QDBusObjectPath:: setPath (const QString & path )

Assigns the value of the given path to this object path.

另請參閱 path ().

void QDBusObjectPath:: swap ( QDBusObjectPath & other )

交換此 QDBusObjectPath 實例與 other .

QVariant QDBusObjectPath:: operator QVariant () const

Implicit cast to QVariant 。相當於調用 QVariant::fromValue () with this object as argument.