Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QWspPart class represents a single part within a WSP message. More...
#include <QWspPart>
Inherited by QWspPush.
The QWspPart class represents a single part within a WSP message.
The QWspPart class represents a single part within a WSP message.
Construct an empty WSP part structure.
Construct a WSP part structure that is a copy of part.
Destruct this WSP part.
Add header h to this WSP part.
This is an overloaded member function, provided for convenience.
Add a header with the specified name and value to this WSP part.
Return the data body associated with this WSP part.
See also setData().
Find the header called name and return its field block. Returns null if there is no such header.
Return the list of headers associated with this WSP part.
Read l bytes from d and make them the body of this WSP part.
Set the data body of this WSP part to the l bytes from the array d.
See also data().
Write the body of this WSP part to d.
Copy the contents of part into this object.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |