|
Canorus
0.7
|
#include <printctl.h>

Public Slots | |
| void | on_uiPrint_triggered () |
| void | on_uiPrintDirectly_triggered () |
Public Member Functions | |
| CAPrintCtl (CAMainWin *poMainWin) | |
| ~CAPrintCtl () | |
Protected Slots | |
| void | printSVG (int iExitCode) |
Protected Member Functions | |
| void | printDocument () |
Protected Attributes | |
| CAMainWin * | _poMainWin |
| CASVGExport * | _poSVGExport |
| QString | _oOutputSVGName |
| bool | _showDialog |
| CAPrintCtl::CAPrintCtl | ( | 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, _poSVGExport, _showDialog, CACanorus::connectSlotsByName(), and printSVG().

References _poSVGExport.
| void CAPrintCtl::on_uiPrint_triggered | ( | ) | [slot] |
| void CAPrintCtl::on_uiPrintDirectly_triggered | ( | ) | [slot] |
| void CAPrintCtl::printDocument | ( | ) | [protected] |
References _oOutputSVGName, _poMainWin, _poSVGExport, CAMainWin::document(), CAExport::exportDocument(), CASVGExport::getTempFilePath(), CAExport::setStreamToFile(), and CAExport::wait().
Referenced by on_uiPrint_triggered(), and on_uiPrintDirectly_triggered().


| void CAPrintCtl::printSVG | ( | int | iExitCode | ) | [protected, slot] |
References _oOutputSVGName, _poMainWin, and _showDialog.
Referenced by CAPrintCtl().

QString CAPrintCtl::_oOutputSVGName [protected] |
Referenced by printDocument(), and printSVG().
CAMainWin* CAPrintCtl::_poMainWin [protected] |
Referenced by CAPrintCtl(), printDocument(), and printSVG().
CASVGExport* CAPrintCtl::_poSVGExport [protected] |
Referenced by CAPrintCtl(), printDocument(), and ~CAPrintCtl().
bool CAPrintCtl::_showDialog [protected] |
Referenced by CAPrintCtl(), on_uiPrint_triggered(), on_uiPrintDirectly_triggered(), and printSVG().
1.8.0