|
Scribus
Open source desktop publishing at your fingertips
|
PDF export dialog. More...
#include <pdfexportdialog.h>


Public Member Functions | |
| PDFExportDialog (QWidget *parent, const QString &docFileName, const QMap< QString, int > &DocFonts, ScribusView *currView, PDFOptions &pdfOptions, const ProfilesL &PDFXProfiles, const SCFonts &AllFonts, const ProfilesL &printerProfiles) | |
| void | updateDocOptions () |
| const QString | cmsDescriptor () |
| const int | colorSpaceComponents () |
| const QString | getPagesString () |
Protected Slots | |
| void | DoExport () |
| void | ChangeFile () |
| void | fileNameChanged () |
| void | enableSave () |
| void | disableSave () |
Protected Attributes | |
| QVBoxLayout * | PDFExportLayout |
| QGridLayout * | NameLayout |
| QHBoxLayout * | Layout7 |
| QGroupBox * | Name |
| QCheckBox * | multiFile |
| QCheckBox * | openAfterExportCheckBox |
| QPushButton * | changeButton |
| QPushButton * | okButton |
| QPushButton * | cancelButton |
| QLineEdit * | fileNameLineEdit |
| TabPDFOptions * | Options |
| ScribusDoc * | m_doc |
| QList< PDFPresentationData > | m_presEffects |
| PDFOptions & | m_opts |
| double | m_unitRatio |
| QString | m_cmsDescriptor |
| int | m_components |
| const ProfilesL & | m_printerProfiles |
PDF export dialog.
Most of the guts of the dialog actually come from TabPDFOptions, which is also used by the preferences dialog.