#include <printprepare.h>
Public Member Functions | |
PrintPrepare (PageCtrl *pageCtrl, Prototype *prototype, ImportExport *importExport) | |
virtual | ~PrintPrepare () |
QString | prepareCurrentSucosoftHeader (QString SucosoftHeader) |
void | prepareCurrentPage (QStringList *printList, QString SucosoftHeader) |
Public Attributes | |
bool | printDeclarations |
flag print declaration section | |
bool | printInstructions |
flag print instruction section | |
bool | printPrototype |
flag print prototype section | |
bool | printPOUI |
flag print POU info section | |
Private Attributes | |
PageCtrl * | m_PageCtrl |
instance of PageCtrl class | |
Prototype * | m_Prototype |
instance of Prototype class | |
ImportExport * | m_ImportExport |
instance of ImportExport class |
PrintPrepare::PrintPrepare | ( | PageCtrl * | pageCtrl, | |
Prototype * | prototype, | |||
ImportExport * | importExport | |||
) |
PrintPrepare::~PrintPrepare | ( | ) | [virtual] |
virtual destructor
void PrintPrepare::prepareCurrentPage | ( | QStringList * | printList, | |
QString | SucosoftHeader | |||
) |
print content of current page
QString PrintPrepare::prepareCurrentSucosoftHeader | ( | QString | SucosoftHeader | ) |
return prepformatted Moeller header
ImportExport* PrintPrepare::m_ImportExport [private] |
instance of ImportExport class
PageCtrl* PrintPrepare::m_PageCtrl [private] |
instance of PageCtrl class
Prototype* PrintPrepare::m_Prototype [private] |
instance of Prototype class
flag print declaration section
flag print instruction section
flag print POU info section
flag print prototype section