QDBusObjectPath 類

The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem. 更多...

頭: #include <QDBusObjectPath>
Since: Qt 4.2
繼承: QString (private)

公共函數

QDBusObjectPath ()
QDBusObjectPath (const char * path )
QDBusObjectPath (const QLatin1String & path )
QDBusObjectPath (const QString & path )
QString path () const
void setPath (const QString & path )
QDBusObjectPath & operator= (const QDBusObjectPath & path )

額外繼承成員

  • 24 static public members inherited from QString

詳細描述

The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem.

另請參閱 The QtDBus type system .

成員函數文檔編製

QDBusObjectPath:: QDBusObjectPath ()

Constructs a new object path.

QDBusObjectPath:: QDBusObjectPath (const char * path )

Constructs a new object path from the given path .

另請參閱 setPath ().

QDBusObjectPath:: QDBusObjectPath (const QLatin1String & path )

Constructs a new object path from the given path .

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 ().

QDBusObjectPath & QDBusObjectPath:: operator= (const QDBusObjectPath & path )

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

另請參閱 setPath ().