|
Canorus
0.0
|
#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().

| CAPrintCtl::~CAPrintCtl | ( | ) |
References _poSVGExport.
|
slot |
|
slot |
|
protected |
References _oOutputSVGName, _poMainWin, _poSVGExport, CAMainWin::currentSheet(), CAExport::exportSheet(), CASVGExport::getTempFilePath(), CAExport::setStreamToFile(), and CAExport::wait().
Referenced by on_uiPrint_triggered(), and on_uiPrintDirectly_triggered().


|
protectedslot |
References _oOutputSVGName, _poMainWin, and _showDialog.
Referenced by CAPrintCtl().

|
protected |
Referenced by printDocument(), and printSVG().
|
protected |
Referenced by CAPrintCtl(), printDocument(), and printSVG().
|
protected |
Referenced by CAPrintCtl(), printDocument(), and ~CAPrintCtl().
|
protected |
Referenced by CAPrintCtl(), on_uiPrint_triggered(), on_uiPrintDirectly_triggered(), and printSVG().