Qt:Документация 4.3.2/qdbusobjectpath

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

QDBusObjectPath Class Reference
[ QtDBus module]

The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-BUS typesystem. Далее...

 #include <QDBusObjectPath>

Inherits QString (private).

Класс был добавлен в Qt 4.2.

Открытые функции

  • 180 public functions inherited from QString

Дополнительные унаследованные члены

  • 22 static public members inherited from QString

Подробное описание

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

See also 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.

See also 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.

See also setPath().

void QDBusObjectPath::setPath ( const QString & path )

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

See also path().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2