|
LibreOffice Module vcl (master) 1
|
#include <QueueInfo.hxx>
Public Member Functions | |
| QueueInfo () | |
| const OUString & | GetPrinterName () const |
| const OUString & | GetDriver () const |
| const OUString & | GetLocation () const |
| const OUString & | GetComment () const |
| PrintQueueFlags | GetStatus () const |
| sal_uInt32 | GetJobs () const |
Private Attributes | |
| OUString | maPrinterName |
| OUString | maDriver |
| OUString | maLocation |
| OUString | maComment |
| PrintQueueFlags | mnStatus |
| sal_uInt32 | mnJobs |
Friends | |
| class | Printer |
Definition at line 30 of file QueueInfo.hxx.
| QueueInfo::QueueInfo | ( | ) |
Definition at line 22 of file QueueInfo.cxx.
| const OUString & QueueInfo::GetComment | ( | ) | const |
Definition at line 31 of file QueueInfo.cxx.
References maComment.
| const OUString & QueueInfo::GetDriver | ( | ) | const |
| sal_uInt32 QueueInfo::GetJobs | ( | ) | const |
Definition at line 33 of file QueueInfo.cxx.
References mnJobs.
| const OUString & QueueInfo::GetLocation | ( | ) | const |
Definition at line 30 of file QueueInfo.cxx.
References maLocation.
| const OUString & QueueInfo::GetPrinterName | ( | ) | const |
Definition at line 28 of file QueueInfo.cxx.
References maPrinterName.
Referenced by Printer::Printer(), and vcl::PrintDialog::updatePrinterText().
| PrintQueueFlags QueueInfo::GetStatus | ( | ) | const |
Definition at line 32 of file QueueInfo.cxx.
References mnStatus.
|
friend |
Definition at line 32 of file QueueInfo.hxx.
|
private |
Definition at line 38 of file QueueInfo.hxx.
Referenced by GetComment().
|
private |
Definition at line 36 of file QueueInfo.hxx.
Referenced by GetDriver().
|
private |
Definition at line 37 of file QueueInfo.hxx.
Referenced by GetLocation().
|
private |
Definition at line 35 of file QueueInfo.hxx.
Referenced by GetPrinterName().
|
private |
Definition at line 40 of file QueueInfo.hxx.
Referenced by GetJobs(), and QueueInfo().
|
private |
Definition at line 39 of file QueueInfo.hxx.
Referenced by GetStatus(), and QueueInfo().