Qt:Документация 4.3.2/qdbussignature
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
[править] QDBusSignature Class Reference
[ QtDBus module]
The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-BUS typesystem. Далее...
#include <QDBusSignature>
Inherits QString (private).
Класс был добавлен в Qt 4.2.
[править] Открытые функции
- QDBusSignature ()
- QDBusSignature ( const char * signature )
- QDBusSignature ( const QLatin1String & signature )
- QDBusSignature ( const QString & signature )
- void setSignature ( const QString & signature )
- QString signature () const
- 180 public functions inherited from QString
[править] Дополнительные унаследованные члены
- 22 static public members inherited from QString
[править] Подробное описание
The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-BUS typesystem.
See also The QtDBus type system.
[править] Описание функций-членов
[править] QDBusSignature::QDBusSignature ()
Constructs a new signature.
See also setSignature().
[править] QDBusSignature::QDBusSignature ( const char * signature )
Constructs a new signature from the given signature.
[править] QDBusSignature::QDBusSignature ( const QLatin1String & signature )
Constructs a new signature from the given signature.
[править] QDBusSignature::QDBusSignature ( const QString & signature )
Constructs a new signature from the given signature.
[править] void QDBusSignature::setSignature ( const QString & signature )
Assigns the value of the given signature to this signature.
See also signature().
[править] QString QDBusSignature::signature () const
Returns this signature.
See also setSignature().
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|