IppRequest Class Reference
List of all members.Detailed Description
Definition at line 30 of file ipprequest.h.
Public Member Functions | |
| IppRequest () | |
| ~IppRequest () | |
| void | init () |
| void | addMime (int group, const QString &name, const QString &mime) |
| void | addKeyword (int group, const QString &name, const QString &key) |
| void | addKeyword (int group, const QString &name, const QStringList &keys) |
| void | addURI (int group, const QString &name, const QString &uri) |
| void | addURI (int group, const QString &name, const QStringList &uris) |
| void | addText (int group, const QString &name, const QString &txt) |
| void | addText (int group, const QString &name, const QStringList &txts) |
| void | addName (int group, const QString &name, const QString &nm) |
| void | addName (int group, const QString &name, const QStringList &nms) |
| void | addInteger (int group, const QString &name, int value) |
| void | addInteger (int group, const QString &name, const QValueList< int > &values) |
| void | addEnum (int group, const QString &name, int value) |
| void | addEnum (int group, const QString &name, const QValueList< int > &values) |
| void | addBoolean (int group, const QString &name, bool value) |
| void | addBoolean (int group, const QString &name, const QValueList< bool > &values) |
| void | setOperation (int op) |
| void | setHost (const QString &host) |
| void | setPort (int p) |
| int | status () |
| QString | statusMessage () |
| bool | integer (const QString &name, int &value) |
| bool | boolean (const QString &name, bool &value) |
| bool | enumvalue (const QString &name, int &value) |
| bool | name (const QString &name, QString &value) |
| bool | name (const QString &name, QStringList &value) |
| bool | text (const QString &name, QString &value) |
| bool | text (const QString &name, QStringList &value) |
| bool | uri (const QString &name, QString &value) |
| bool | uri (const QString &name, QStringList &value) |
| bool | keyword (const QString &name, QString &value) |
| bool | keyword (const QString &name, QStringList &value) |
| bool | mime (const QString &name, QString &value) |
| ipp_attribute_t * | first () |
| ipp_attribute_t * | last () |
| QMap< QString, QString > | toMap (int group=-1) |
| void | setMap (const QMap< QString, QString > &opts) |
| bool | doRequest (const QString &res) |
| bool | doFileRequest (const QString &res, const QString &filename=QString::null) |
| bool | htmlReport (int group, QTextStream &output) |
| void | dump (int state) |
Protected Member Functions | |
| void | addString_p (int group, int type, const QString &name, const QString &value) |
| void | addStringList_p (int group, int type, const QString &name, const QStringList &values) |
| void | addInteger_p (int group, int type, const QString &name, int value) |
| void | addIntegerList_p (int group, int type, const QString &name, const QValueList< int > &values) |
| bool | stringValue_p (const QString &name, QString &value, int type) |
| bool | stringListValue_p (const QString &name, QStringList &values, int type) |
| bool | integerValue_p (const QString &name, int &value, int type) |
The documentation for this class was generated from the following files:

