|
Canorus
0.7
|
#include <previewctl.h>

Public Slots | |
| void | on_uiPrintPreview_triggered () |
Public Member Functions | |
| CAPreviewCtl (CAMainWin *poMainWin) | |
| ~CAPreviewCtl () | |
Protected Slots | |
| void | showPDF (int iExitCode) |
Protected Attributes | |
| CAMainWin * | _poMainWin |
| CAPDFExport * | _poPDFExport |
| QString | _oOutputPDFName |
| CAPreviewCtl::CAPreviewCtl | ( | CAMainWin * | poMainWin | ) |
Copyright (c) 2006-2008, Reinhard Katzmann, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
References _poMainWin, _poPDFExport, CACanorus::connectSlotsByName(), and showPDF().

References _poPDFExport.
| void CAPreviewCtl::on_uiPrintPreview_triggered | ( | ) | [slot] |
References _oOutputPDFName, _poMainWin, _poPDFExport, CAMainWin::document(), CAExport::exportDocument(), CAPDFExport::getTempFilePath(), CAExport::setStreamToFile(), and CAExport::wait().

| void CAPreviewCtl::showPDF | ( | int | iExitCode | ) | [protected, slot] |
References _poMainWin, and CACanorus::settings().
Referenced by CAPreviewCtl().


QString CAPreviewCtl::_oOutputPDFName [protected] |
Referenced by on_uiPrintPreview_triggered().
CAMainWin* CAPreviewCtl::_poMainWin [protected] |
Referenced by CAPreviewCtl(), on_uiPrintPreview_triggered(), and showPDF().
CAPDFExport* CAPreviewCtl::_poPDFExport [protected] |
Referenced by CAPreviewCtl(), on_uiPrintPreview_triggered(), and ~CAPreviewCtl().
1.8.0