Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPrintUtils Namespace Reference

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)
 

Function Documentation

◆ inputSlotIdToInputSlotKey()

Q_PRINTSUPPORT_EXPORT QByteArray QPrintUtils::inputSlotIdToInputSlotKey ( QPrint::InputSlotId id)

Definition at line 51 of file qprint.cpp.

References QPrint::CustomInputSlot, i, inputSlotMap, and QByteArray().

+ Here is the call graph for this function:

◆ inputSlotIdToWindowsId()

Q_PRINTSUPPORT_EXPORT int QPrintUtils::inputSlotIdToWindowsId ( QPrint::InputSlotId id)

Definition at line 60 of file qprint.cpp.

References QPrint::CustomInputSlot, i, and inputSlotMap.

◆ inputSlotKeyToInputSlotId()

Q_PRINTSUPPORT_EXPORT QPrint::InputSlotId QPrintUtils::inputSlotKeyToInputSlotId ( const QByteArray & key)

Definition at line 42 of file qprint.cpp.

References QPrint::CustomInputSlot, i, and inputSlotMap.

◆ outputBinIdToOutputBinKey()

Q_PRINTSUPPORT_EXPORT QByteArray QPrintUtils::outputBinIdToOutputBinKey ( QPrint::OutputBinId id)

Definition at line 78 of file qprint.cpp.

References QPrint::CustomOutputBin, i, outputBinMap, and QByteArray().

+ Here is the call graph for this function:

◆ outputBinKeyToOutputBinId()

Q_PRINTSUPPORT_EXPORT QPrint::OutputBinId QPrintUtils::outputBinKeyToOutputBinId ( const QByteArray & key)

Definition at line 69 of file qprint.cpp.

References QPrint::CustomOutputBin, i, and outputBinMap.

◆ paperBinToInputSlot()

Q_PRINTSUPPORT_EXPORT QPrint::InputSlot QPrintUtils::paperBinToInputSlot ( int windowsId,
const QString & name )

Definition at line 87 of file qprint.cpp.

References QPrint::CustomInputSlot, i, QPrint::InputSlot::id, inputSlotMap, QPrint::InputSlot::key, QPrint::InputSlot::name, and QPrint::InputSlot::windowsId.

Referenced by QWindowsPrintDevice::defaultInputSlot(), and QWindowsPrintDevice::loadInputSlots().

+ Here is the caller graph for this function: