Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QBluetoothSdpSequence Class Reference
[QtBluetoothModule]

The QBluetoothSdpSequence class is a convenience wrapper used in QBluetoothSdpRecord. More...

    #include <QBluetoothSdpSequence>

Inherits QList<QVariant>.

Public Functions

Additional Inherited Members


Detailed Description

The QBluetoothSdpSequence class is a convenience wrapper used in QBluetoothSdpRecord.

This class is a convenience class introduced for the purpose of distinguishing attributes that represent SDP Sequences from attributes that represent SDP Alternates. Both SDP Alternate and Sequence types can be represented as sequences of QVariant objects. The QBluetoothSdpSequence and QBluetoothSdpAlternative were introduced to make it easy to distinguish between these types.

See also QBluetoothSdpAlternative.


Member Function Documentation

bool QBluetoothSdpSequence::operator!= ( const QBluetoothSdpSequence & other ) const

Comparison operator. Returns true if the current object is not equal to other.

bool QBluetoothSdpSequence::operator== ( const QBluetoothSdpSequence & other ) const

Comparison operator. Returns true if the current object is equal to other.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3