|
LibreOffice Module vcl (master) 1
|
#include <print.h>
Public Member Functions | |
| ImplPrnQueueList () | |
| ~ImplPrnQueueList () | |
| ImplPrnQueueList & | operator= (ImplPrnQueueList const &)=delete |
| ImplPrnQueueList (ImplPrnQueueList const &)=delete | |
| void | Add (std::unique_ptr< SalPrinterQueueInfo > pData) |
| ImplPrnQueueData * | Get (const OUString &rPrinter) |
Public Attributes | |
| std::unordered_map< OUString, sal_Int32 > | m_aNameToIndex |
| std::vector< ImplPrnQueueData > | m_aQueueInfos |
| std::vector< OUString > | m_aPrinterList |
|
delete |
| void ImplPrnQueueList::Add | ( | std::unique_ptr< SalPrinterQueueInfo > | pData | ) |
Definition at line 340 of file print.cxx.
References m_aNameToIndex, m_aPrinterList, m_aQueueInfos, ImplPrnQueueData::mpQueueInfo, ImplPrnQueueData::mpSalQueueInfo, and pData.
| ImplPrnQueueData * ImplPrnQueueList::Get | ( | const OUString & | rPrinter | ) |
Definition at line 360 of file print.cxx.
References m_aNameToIndex, m_aQueueInfos, and pData.
Referenced by Printer::ImplGetQueueInfo().
|
delete |
| std::unordered_map< OUString, sal_Int32 > ImplPrnQueueList::m_aNameToIndex |
| std::vector< OUString > ImplPrnQueueList::m_aPrinterList |
| std::vector< ImplPrnQueueData > ImplPrnQueueList::m_aQueueInfos |
Definition at line 55 of file print.h.
Referenced by Add(), Get(), Printer::ImplGetQueueInfo(), and Printer::updatePrinters().