Krita Source Code Documentation
Loading...
Searching...
No Matches
DlgExportStoryboard.h File Reference
#include <QWidget>
#include <QPageLayout>
#include <QPageSize>
#include <KoDialog.h>
#include "ui_wdgexportstoryboard.h"

Go to the source code of this file.

Classes

class  DlgExportStoryboard
 
class  WdgExportStoryboard
 

Enumerations

enum  ExportFormat { PDF = 0 , SVG }
 
enum  ExportLayout { ROWS = 0 , COLUMNS = 1 , GRID = 2 , SVG_TEMPLATE = 3 }
 

Enumeration Type Documentation

◆ ExportFormat

Enumerator
PDF 
SVG 

Definition at line 20 of file DlgExportStoryboard.h.

21{
22 PDF = 0,
23 SVG
24};

◆ ExportLayout

Enumerator
ROWS 
COLUMNS 
GRID 
SVG_TEMPLATE 

Definition at line 26 of file DlgExportStoryboard.h.

27{
28 ROWS = 0,
29 COLUMNS = 1,
30 GRID = 2,
31 SVG_TEMPLATE = 3
32};
@ SVG_TEMPLATE