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

QWspMultipart Class Reference
[QtTelephonyModule]

The QWspMultipart class represents a collection of parts from a WSP message. More...

    #include <QWspMultipart>

Public Functions


Detailed Description

The QWspMultipart class represents a collection of parts from a WSP message.

The QWspMultipart class represents a collection of parts from a WSP message.


Member Function Documentation

QWspMultipart::QWspMultipart ()

Construct an empty WSP multipart structure.

QWspMultipart::QWspMultipart ( const QWspMultipart & mpart )

Construct a WSP multipart structure that is a copy of mpart.

QWspMultipart::~QWspMultipart ()

Destruct this WSP multipart structure.

void QWspMultipart::addPart ( const QWspPart & p )

Add part p to this object.

int QWspMultipart::count () const

Return the number of parts in this object.

const QWspPart & QWspMultipart::part ( int idx ) const

Return the part at index idx within this object.

QWspMultipart & QWspMultipart::operator= ( const QWspMultipart & mpart )

Copy the contents of mpart into this object.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3