Qt:Документация 4.3.2/qdbusobjectpath
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
[править] 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.
[править] Открытые функции
- QDBusObjectPath ()
- QDBusObjectPath ( const char * path )
- QDBusObjectPath ( const QLatin1String & path )
- QDBusObjectPath ( const QString & path )
- QString path () const
- void setPath ( const QString & path )
- 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
|