|
Krita Source Code Documentation
|
#include <DlgExportStoryboard.h>
Inheritance diagram for DlgExportStoryboard:Public Member Functions | |
| int | columns () const |
| DlgExportStoryboard (ExportFormat format, QSharedPointer< StoryboardModel > model) | |
| ExportLayout | exportLayout () const |
| int | fontSize () const |
| ExportFormat | format () const |
| bool | layoutSpecifiedBySvgFile () const |
| QString | layoutSvgFile () const |
| QPageLayout::Orientation | pageOrientation () const |
| QPageSize | pageSize () const |
| int | rows () const |
| QString | saveFileName () const |
| void | setUsableMaximums (QPageSize pPageSize, QPageLayout::Orientation pOrientation, ExportLayout pLayout) |
| ~DlgExportStoryboard () override | |
Public Member Functions inherited from KoDialog | |
| QPushButton * | button (ButtonCode id) const |
| QIcon | buttonIcon (ButtonCode id) const |
| QString | buttonText (ButtonCode id) const |
| QString | buttonToolTip (ButtonCode id) const |
| QString | buttonWhatsThis (ButtonCode id) const |
| ButtonCode | defaultButton () const |
| QString | helpLinkText () const |
| void | incrementInitialSize (const QSize &size) |
| bool | isButtonEnabled (ButtonCode id) const |
| KoDialog (QWidget *parent=0, Qt::WindowFlags f=Qt::WindowFlags()) | |
| QWidget * | mainWidget () |
| QSize | minimumSizeHint () const override |
| void | setButtonFocus (ButtonCode id) |
| void | setButtonGuiItem (ButtonCode id, const KGuiItem &item) |
| void | setButtonIcon (ButtonCode id, const QIcon &icon) |
| void | setButtons (ButtonCodes buttonMask) |
| void | setButtonsOrientation (Qt::Orientation orientation) |
| void | setButtonText (ButtonCode id, const QString &text) |
| void | setButtonToolTip (ButtonCode id, const QString &text) |
| void | setButtonWhatsThis (ButtonCode id, const QString &text) |
| void | setDefaultButton (ButtonCode id) |
| void | setEscapeButton (ButtonCode id) |
| void | setInitialSize (const QSize &size) |
| void | setMainWidget (QWidget *widget) |
| void | showButton (ButtonCode id, bool state) |
| void | showButtonSeparator (bool state) |
| QSize | sizeHint () const override |
| ~KoDialog () override | |
Private Slots | |
| void | slotExportClicked () |
| void | slotLayoutChanged (int state) |
| void | slotPageSettingsChanged (int) |
Private Attributes | |
| QString | m_exportFileName |
| ExportFormat | m_format |
| QSharedPointer< StoryboardModel > | m_model |
| WdgExportStoryboard * | m_page {0} |
Additional Inherited Members | |
Public Types inherited from KoDialog | |
| enum | ButtonCode { None = 0x00000000 , Help = 0x00000001 , Default = 0x00000002 , Ok = 0x00000004 , Apply = 0x00000008 , Try = 0x00000010 , Cancel = 0x00000020 , Close = 0x00000040 , No = 0x00000080 , Yes = 0x00000100 , Reset = 0x00000200 , Details = 0x00000400 , User1 = 0x00001000 , User2 = 0x00002000 , User3 = 0x00004000 , NoDefault = 0x00008000 } |
| enum | ButtonPopupMode { InstantPopup = 0 , DelayedPopup = 1 } |
| enum | CaptionFlag { NoCaptionFlags = 0 , AppNameCaption = 1 , ModifiedCaption = 2 , HIGCompliantCaption = AppNameCaption } |
Public Slots inherited from KoDialog | |
| void | delayedDestruct () |
| void | enableButton (ButtonCode id, bool state) |
| void | enableButtonApply (bool state) |
| void | enableButtonCancel (bool state) |
| void | enableButtonOk (bool state) |
| void | enableLinkedHelp (bool state) |
| bool | isDetailsWidgetVisible () const |
| virtual void | setCaption (const QString &caption) |
| virtual void | setCaption (const QString &caption, bool modified) |
| void | setDetailsWidget (QWidget *detailsWidget) |
| void | setDetailsWidgetVisible (bool visible) |
| void | setHelp (const QString &anchor, const QString &appname=QString()) |
| void | setHelpLinkText (const QString &text) |
| virtual void | setPlainCaption (const QString &caption) |
Signals inherited from KoDialog | |
| void | aboutToShowDetails () |
| void | applyClicked () |
| void | buttonClicked (KoDialog::ButtonCode button) |
| void | cancelClicked () |
| void | closeClicked () |
| void | defaultClicked () |
| void | finished () |
| void | helpClicked () |
| void | hidden () |
| void | layoutHintChanged () |
| void | noClicked () |
| void | okClicked () |
| void | resetClicked () |
| void | tryClicked () |
| void | user1Clicked () |
| void | user2Clicked () |
| void | user3Clicked () |
| void | yesClicked () |
Static Public Member Functions inherited from KoDialog | |
| static int | groupSpacingHint () |
| static QString | makeStandardCaption (const QString &userCaption, QWidget *window=0, CaptionFlags flags=HIGCompliantCaption) |
| static int | marginHint () |
| static void | resizeLayout (QLayout *lay, int margin, int spacing) |
| static void | resizeLayout (QWidget *widget, int margin, int spacing) |
| static int | spacingHint () |
Protected Slots inherited from KoDialog | |
| virtual void | slotButtonClicked (int button) |
Protected Member Functions inherited from KoDialog | |
| void | closeEvent (QCloseEvent *e) override |
| void | hideEvent (QHideEvent *) override |
| void | keyPressEvent (QKeyEvent *) override |
| void | showEvent (QShowEvent *e) override |
Definition at line 49 of file DlgExportStoryboard.h.
| DlgExportStoryboard::DlgExportStoryboard | ( | ExportFormat | format, |
| QSharedPointer< StoryboardModel > | model ) |
Definition at line 17 of file DlgExportStoryboard.cpp.
References KoDialog::Apply, KoDialog::applyClicked(), KoDialog::Cancel, connect(), exportLayout(), format(), m_page, KoFileDialog::OpenDirectory, KoFileDialog::OpenFile, pageOrientation(), pageSize(), PDF, KisConfig::readEntry(), ROWS, KoFileDialog::SaveFile, KoDialog::setButtons(), KoDialog::setButtonText(), KoDialog::setCaption(), KoDialog::setDefaultButton(), KoDialog::setMainWidget(), setUsableMaximums(), slotExportClicked(), slotLayoutChanged(), and slotPageSettingsChanged().
|
override |
Definition at line 68 of file DlgExportStoryboard.cpp.
| int DlgExportStoryboard::columns | ( | ) | const |
Definition at line 84 of file DlgExportStoryboard.cpp.
References m_page, ROWS, and SVG_TEMPLATE.
| ExportLayout DlgExportStoryboard::exportLayout | ( | ) | const |
| int DlgExportStoryboard::fontSize | ( | ) | const |
Definition at line 148 of file DlgExportStoryboard.cpp.
References m_page.
| ExportFormat DlgExportStoryboard::format | ( | ) | const |
Definition at line 138 of file DlgExportStoryboard.cpp.
References m_format.
| bool DlgExportStoryboard::layoutSpecifiedBySvgFile | ( | ) | const |
Definition at line 122 of file DlgExportStoryboard.cpp.
References m_page, and SVG_TEMPLATE.
| QString DlgExportStoryboard::layoutSvgFile | ( | ) | const |
Definition at line 128 of file DlgExportStoryboard.cpp.
References m_page.
| QPageLayout::Orientation DlgExportStoryboard::pageOrientation | ( | ) | const |
Definition at line 117 of file DlgExportStoryboard.cpp.
References m_page.
| QPageSize DlgExportStoryboard::pageSize | ( | ) | const |
Definition at line 95 of file DlgExportStoryboard.cpp.
References m_page.
| int DlgExportStoryboard::rows | ( | ) | const |
Definition at line 73 of file DlgExportStoryboard.cpp.
References COLUMNS, m_page, and SVG_TEMPLATE.
| QString DlgExportStoryboard::saveFileName | ( | ) | const |
Definition at line 133 of file DlgExportStoryboard.cpp.
References m_page.
| void DlgExportStoryboard::setUsableMaximums | ( | QPageSize | pPageSize, |
| QPageLayout::Orientation | pOrientation, | ||
| ExportLayout | pLayout ) |
Definition at line 153 of file DlgExportStoryboard.cpp.
References columns(), m_model, m_page, rows(), and SVG_TEMPLATE.
|
privateslot |
Definition at line 171 of file DlgExportStoryboard.cpp.
References layoutSpecifiedBySvgFile(), m_format, m_page, PDF, SVG, and KisConfig::writeEntry().
|
privateslot |
Definition at line 235 of file DlgExportStoryboard.cpp.
References COLUMNS, GRID, m_page, ROWS, and SVG_TEMPLATE.
|
privateslot |
Definition at line 277 of file DlgExportStoryboard.cpp.
References exportLayout(), pageOrientation(), pageSize(), and setUsableMaximums().
|
private |
Definition at line 74 of file DlgExportStoryboard.h.
|
private |
Definition at line 75 of file DlgExportStoryboard.h.
|
private |
Definition at line 76 of file DlgExportStoryboard.h.
|
private |
Definition at line 73 of file DlgExportStoryboard.h.