![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| QPrint::InputSlotId | inputSlotKeyToInputSlotId (const QByteArray &key) |
| QByteArray | inputSlotIdToInputSlotKey (QPrint::InputSlotId id) |
| int | inputSlotIdToWindowsId (QPrint::InputSlotId id) |
| QPrint::OutputBinId | outputBinKeyToOutputBinId (const QByteArray &key) |
| QByteArray | outputBinIdToOutputBinKey (QPrint::OutputBinId id) |
| QPrint::InputSlot | paperBinToInputSlot (int windowsId, const QString &name) |
| QByteArray QPrintUtils::inputSlotIdToInputSlotKey | ( | QPrint::InputSlotId | id | ) |
Definition at line 52 of file qprint.cpp.
References QPrint::CustomInputSlot, InputSlotMap::id, inputSlotMap, and InputSlotMap::key.
| int QPrintUtils::inputSlotIdToWindowsId | ( | QPrint::InputSlotId | id | ) |
Definition at line 61 of file qprint.cpp.
References QPrint::CustomInputSlot, InputSlotMap::id, inputSlotMap, and InputSlotMap::windowsId.
| QPrint::InputSlotId QPrintUtils::inputSlotKeyToInputSlotId | ( | const QByteArray & | key | ) |
Definition at line 43 of file qprint.cpp.
References QPrint::CustomInputSlot, InputSlotMap::id, inputSlotMap, and InputSlotMap::key.
| QByteArray QPrintUtils::outputBinIdToOutputBinKey | ( | QPrint::OutputBinId | id | ) |
Definition at line 79 of file qprint.cpp.
References QPrint::CustomOutputBin, OutputBinMap::id, OutputBinMap::key, and outputBinMap.
| QPrint::OutputBinId QPrintUtils::outputBinKeyToOutputBinId | ( | const QByteArray & | key | ) |
Definition at line 70 of file qprint.cpp.
References QPrint::CustomOutputBin, OutputBinMap::id, OutputBinMap::key, and outputBinMap.
| QPrint::InputSlot QPrintUtils::paperBinToInputSlot | ( | int | windowsId, |
| const QString & | name ) |
Definition at line 88 of file qprint.cpp.
References QPrint::CustomInputSlot, InputSlotMap::id, QPrint::InputSlot::id, inputSlotMap, InputSlotMap::key, InputSlotMap::windowsId, and QPrint::InputSlot::windowsId.