KDEPrint
IppRequest Class Reference
#include <ipprequest.h>
Detailed Description
Definition at line 34 of file ipprequest.h.
Public Member Functions | |
| void | addBoolean (int group, const QString &name, const QList< bool > &values) |
| void | addBoolean (int group, const QString &name, bool value) |
| void | addEnum (int group, const QString &name, const QList< int > &values) |
| void | addEnum (int group, const QString &name, int value) |
| void | addInteger (int group, const QString &name, const QList< int > &values) |
| void | addInteger (int group, const QString &name, int value) |
| void | addKeyword (int group, const QString &name, const QStringList &keys) |
| void | addKeyword (int group, const QString &name, const QString &key) |
| void | addMime (int group, const QString &name, const QString &mime) |
| void | addName (int group, const QString &name, const QStringList &nms) |
| void | addName (int group, const QString &name, const QString &nm) |
| void | addText (int group, const QString &name, const QStringList &txts) |
| void | addText (int group, const QString &name, const QString &txt) |
| void | addURI (int group, const QString &name, const QStringList &uris) |
| void | addURI (int group, const QString &name, const QString &uri) |
| bool | boolean (const QString &name, bool &value) |
| bool | doFileRequest (const QString &res, const QString &filename=QString()) |
| bool | doRequest (const QString &res) |
| void | dump (int state) |
| bool | enumvalue (const QString &name, int &value) |
| ipp_attribute_t * | first () |
| bool | htmlReport (int group, QTextStream &output) |
| void | init () |
| bool | integer (const QString &name, int &value) |
| IppRequest () | |
| bool | keyword (const QString &name, QStringList &value) |
| bool | keyword (const QString &name, QString &value) |
| ipp_attribute_t * | last () |
| bool | mime (const QString &name, QString &value) |
| bool | name (const QString &name, QStringList &value) |
| bool | name (const QString &name, QString &value) |
| void | setHost (const QString &host) |
| void | setMap (const QMap< QString, QString > &opts) |
| void | setOperation (int op) |
| void | setPort (int p) |
| int | status () |
| QString | statusMessage () |
| bool | text (const QString &name, QStringList &value) |
| bool | text (const QString &name, QString &value) |
| QMap< QString, QString > | toMap (int group=-1) |
| bool | uri (const QString &name, QStringList &value) |
| bool | uri (const QString &name, QString &value) |
| ~IppRequest () | |
Protected Member Functions | |
| void | addInteger_p (int group, int type, const QString &name, int value) |
| void | addIntegerList_p (int group, int type, const QString &name, const QList< int > &values) |
| 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) |
| bool | integerValue_p (const QString &name, int &value, int type) |
| bool | stringListValue_p (const QString &name, QStringList &values, int type) |
| bool | stringValue_p (const QString &name, QString &value, int type) |
Constructor & Destructor Documentation
| IppRequest::IppRequest | ( | ) |
Definition at line 124 of file ipprequest.cpp.
| IppRequest::~IppRequest | ( | ) |
Definition at line 133 of file ipprequest.cpp.
Member Function Documentation
Definition at line 193 of file ipprequest.cpp.
| void IppRequest::addBoolean | ( | int | group, | |
| const QString & | name, | |||
| bool | value | |||
| ) |
Definition at line 188 of file ipprequest.cpp.
Definition at line 170 of file ipprequest.h.
| void IppRequest::addEnum | ( | int | group, | |
| const QString & | name, | |||
| int | value | |||
| ) | [inline] |
Definition at line 165 of file ipprequest.h.
| void IppRequest::addInteger | ( | int | group, | |
| const QString & | name, | |||
| const QList< int > & | values | |||
| ) | [inline] |
Definition at line 160 of file ipprequest.h.
| void IppRequest::addInteger | ( | int | group, | |
| const QString & | name, | |||
| int | value | |||
| ) | [inline] |
Definition at line 155 of file ipprequest.h.
| void IppRequest::addInteger_p | ( | int | group, | |
| int | type, | |||
| const QString & | name, | |||
| int | value | |||
| ) | [protected] |
Definition at line 173 of file ipprequest.cpp.
| void IppRequest::addIntegerList_p | ( | int | group, | |
| int | type, | |||
| const QString & | name, | |||
| const QList< int > & | values | |||
| ) | [protected] |
Definition at line 178 of file ipprequest.cpp.
| void IppRequest::addKeyword | ( | int | group, | |
| const QString & | name, | |||
| const QStringList & | keys | |||
| ) | [inline] |
Definition at line 120 of file ipprequest.h.
Definition at line 115 of file ipprequest.h.
Definition at line 110 of file ipprequest.h.
| void IppRequest::addName | ( | int | group, | |
| const QString & | name, | |||
| const QStringList & | nms | |||
| ) | [inline] |
Definition at line 150 of file ipprequest.h.
Definition at line 145 of file ipprequest.h.
| void IppRequest::addString_p | ( | int | group, | |
| int | type, | |||
| const QString & | name, | |||
| const QString & | value | |||
| ) | [protected] |
Definition at line 157 of file ipprequest.cpp.
| void IppRequest::addStringList_p | ( | int | group, | |
| int | type, | |||
| const QString & | name, | |||
| const QStringList & | values | |||
| ) | [protected] |
Definition at line 163 of file ipprequest.cpp.
| void IppRequest::addText | ( | int | group, | |
| const QString & | name, | |||
| const QStringList & | txts | |||
| ) | [inline] |
Definition at line 140 of file ipprequest.h.
Definition at line 135 of file ipprequest.h.
| void IppRequest::addURI | ( | int | group, | |
| const QString & | name, | |||
| const QStringList & | uris | |||
| ) | [inline] |
Definition at line 130 of file ipprequest.h.
Definition at line 125 of file ipprequest.h.
| bool IppRequest::boolean | ( | const QString & | name, | |
| bool & | value | |||
| ) |
Definition at line 263 of file ipprequest.cpp.
Definition at line 273 of file ipprequest.cpp.
| bool IppRequest::doRequest | ( | const QString & | res | ) | [inline] |
Definition at line 230 of file ipprequest.h.
| void IppRequest::dump | ( | int | state | ) | [inline] |
Definition at line 255 of file ipprequest.h.
| bool IppRequest::enumvalue | ( | const QString & | name, | |
| int & | value | |||
| ) | [inline] |
Definition at line 180 of file ipprequest.h.
| ipp_attribute_t * IppRequest::first | ( | ) | [inline] |
Definition at line 235 of file ipprequest.h.
| bool IppRequest::htmlReport | ( | int | group, | |
| QTextStream & | output | |||
| ) |
Definition at line 326 of file ipprequest.cpp.
| void IppRequest::init | ( | ) |
Definition at line 138 of file ipprequest.cpp.
| bool IppRequest::integer | ( | const QString & | name, | |
| int & | value | |||
| ) | [inline] |
Definition at line 175 of file ipprequest.h.
| bool IppRequest::integerValue_p | ( | const QString & | name, | |
| int & | value, | |||
| int | type | |||
| ) | [protected] |
Definition at line 231 of file ipprequest.cpp.
| bool IppRequest::keyword | ( | const QString & | name, | |
| QStringList & | value | |||
| ) | [inline] |
Definition at line 220 of file ipprequest.h.
Definition at line 215 of file ipprequest.h.
| ipp_attribute_t * IppRequest::last | ( | ) | [inline] |
Definition at line 240 of file ipprequest.h.
Definition at line 225 of file ipprequest.h.
| bool IppRequest::name | ( | const QString & | name, | |
| QStringList & | value | |||
| ) | [inline] |
Definition at line 190 of file ipprequest.h.
Definition at line 185 of file ipprequest.h.
| void IppRequest::setHost | ( | const QString & | host | ) | [inline] |
Definition at line 245 of file ipprequest.h.
Definition at line 458 of file ipprequest.cpp.
| void IppRequest::setOperation | ( | int | op | ) |
Definition at line 203 of file ipprequest.cpp.
| void IppRequest::setPort | ( | int | p | ) | [inline] |
Definition at line 250 of file ipprequest.h.
| int IppRequest::status | ( | ) |
Definition at line 209 of file ipprequest.cpp.
| QString IppRequest::statusMessage | ( | ) |
Definition at line 214 of file ipprequest.cpp.
| bool IppRequest::stringListValue_p | ( | const QString & | name, | |
| QStringList & | values, | |||
| int | type | |||
| ) | [protected] |
Definition at line 251 of file ipprequest.cpp.
Definition at line 241 of file ipprequest.cpp.
| bool IppRequest::text | ( | const QString & | name, | |
| QStringList & | value | |||
| ) | [inline] |
Definition at line 200 of file ipprequest.h.
Definition at line 195 of file ipprequest.h.
Definition at line 403 of file ipprequest.cpp.
| bool IppRequest::uri | ( | const QString & | name, | |
| QStringList & | value | |||
| ) | [inline] |
Definition at line 210 of file ipprequest.h.
Definition at line 205 of file ipprequest.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference