#include <PrinterBusinessLogic.h>
| PrinterBusinessLogic::PrinterBusinessLogic |
( |
| ) |
|
| PrinterBusinessLogic::~PrinterBusinessLogic |
( |
| ) |
|
|
virtual |
| bool PrinterBusinessLogic::CheckPrinterPresent |
( |
| ) |
|
| bool PrinterBusinessLogic::CheckPrinterStateAndShowError |
( |
const QString & |
errorMessageTitle = "" | ) |
|
| bool PrinterBusinessLogic::EraseFinalTicketCopyFile |
( |
| ) |
|
EraseFinalTicketCopyFile - deletes final ticket copy file.
- Returns
- true if file was removed/does not exist, false if there was error removing file
| QString PrinterBusinessLogic::GetPreparedTicketTemplateName |
( |
| ) |
const |
| bool PrinterBusinessLogic::IsPaperLow |
( |
| ) |
const |
| bool PrinterBusinessLogic::IsPrinterPresent |
( |
| ) |
const |
| void PrinterBusinessLogic::LoadTemplates |
( |
| ) |
|
| void PrinterBusinessLogic::PreparePrinterTest |
( |
| ) |
|
| EPrinterTemplate * PrinterBusinessLogic::PrepareTicket |
( |
const QString & |
templateName, |
|
|
bool |
fillTicketHeader = true, |
|
|
bool |
fillTicketNumberToHeader = true |
|
) |
| |
| bool PrinterBusinessLogic::PrinterCheck |
( |
QString & |
errorString | ) |
|
| bool PrinterBusinessLogic::PrintFinalTicketCopyFromFile |
( |
| ) |
|
PrintFinalTicketCopyFromFile - prints final ticket from final ticket copy file.
- Returns
- true if printing was successful, false otherwise (file does not exists/cannot be opened, wrong bitmap size, error printer, ...)
| bool PrinterBusinessLogic::PrintPreparedTicket |
( |
const QString & |
backupCopyFileName = QString() | ) |
|
| bool PrinterBusinessLogic::PrintRefuellingTicket |
( |
const unsigned |
dailyIdentificationRecordNumber | ) |
|
The documentation for this class was generated from the following files: