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.
Открытые функции
- 204 public functions inherited from QString
Дополнительные унаследованные члены
- 24 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().
QDBusSignature & QDBusSignature::operator= ( const QDBusSignature & signature )
Assigns the value of the given signature to this signature.
See also setSignature().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) |
Торговые марки |
Qt 4.5.3 |
|