KoPageLayoutDia Class Reference
With this dialog the user can specify the layout of the paper during printing. More...
#include <koPageLayoutDia.h>
Public Slots | |
| void | widthChanged () |
| void | heightChanged () |
| void | leftChanged () |
| void | rightChanged () |
| void | topChanged () |
| void | bottomChanged () |
Public Member Functions | |
| KoPageLayoutDia (QWidget *parent, const char *name, const KoPageLayout &layout, const KoHeadFoot &headfoot, int tabs, KoUnit::Unit unit, bool modal=true) | |
| KoPageLayoutDia (QWidget *parent, const char *name, const KoPageLayout &layout, const KoHeadFoot &headfoot, const KoColumns &columns, const KoKWHeaderFooter &kwheadfoot, int tabs, KoUnit::Unit unit) | |
| ~KoPageLayoutDia () | |
| KoPageLayout | getLayout () |
| KoHeadFoot | getHeadFoot () |
| KoUnit::Unit | unit () const |
Static Public Member Functions | |
| bool | pageLayout (KoPageLayout &, KoHeadFoot &, int tabs, KoUnit::Unit &unit) |
| bool | pageLayout (KoPageLayout &, KoHeadFoot &, KoColumns &, KoKWHeaderFooter &, int tabs, KoUnit::Unit &unit) |
| KoPageLayout | standardLayout () |
Protected Slots | |
| virtual void | slotOk () |
Protected Member Functions | |
| KoColumns | getColumns () |
| KoKWHeaderFooter | getKWHeaderFooter () |
| void | setupTab1 () |
| void | setValuesTab1 () |
| void | setValuesTab1Helper () |
| void | setupTab2 () |
| void | setupTab3 () |
| void | setupTab4 () |
| void | updatePreview (const KoPageLayout &) |
Protected Attributes | |
| QComboBox * | cpgFormat |
| QComboBox * | cpgUnit |
| QRadioButton * | rbPortrait |
| QRadioButton * | rbLandscape |
| KDoubleNumInput * | epgWidth |
| KDoubleNumInput * | epgHeight |
| KDoubleNumInput * | ebrLeft |
| KDoubleNumInput * | ebrRight |
| KDoubleNumInput * | ebrTop |
| KDoubleNumInput * | ebrBottom |
| KoPagePreview * | pgPreview |
| KoPagePreview * | pgPreview2 |
| QLineEdit * | eHeadLeft |
| QLineEdit * | eHeadMid |
| QLineEdit * | eHeadRight |
| QLineEdit * | eFootLeft |
| QLineEdit * | eFootMid |
| QLineEdit * | eFootRight |
| QSpinBox * | nColumns |
| KDoubleNumInput * | nCSpacing |
| KDoubleNumInput * | nHSpacing |
| KDoubleNumInput * | nFSpacing |
| KDoubleNumInput * | nFNSpacing |
| QCheckBox * | rhSame_unused |
| QCheckBox * | rhFirst |
| QCheckBox * | rhEvenOdd |
| QCheckBox * | rfSame_unused |
| QCheckBox * | rfFirst |
| QCheckBox * | rfEvenOdd |
| KoPageLayout | layout |
| KoHeadFoot | hf |
| KoColumns | cl |
| KoKWHeaderFooter | kwhf |
| KoUnit::Unit | m_unit |
| bool | retPressed |
| bool | enableBorders |
| int | flags |
Detailed Description
With this dialog the user can specify the layout of the paper during printing.
Definition at line 90 of file koPageLayoutDia.h.
Constructor & Destructor Documentation
|
||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 117 of file koPageLayoutDia.cc. References KoColumns::columns. Referenced by pageLayout(). |
|
||||||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 147 of file koPageLayoutDia.cc. References unit(). |
|
|
Destructor.
Definition at line 181 of file koPageLayoutDia.cc. |
Member Function Documentation
|
||||||||||||||||||||
|
Show page layout dialog. See constructor for documentation on the parameters Definition at line 186 of file koPageLayoutDia.cc. References getHeadFoot(), getLayout(), KoPageLayoutDia(), and unit(). |
|
||||||||||||||||||||||||||||
|
Show page layout dialog. See constructor for documentation on the parameters Definition at line 204 of file koPageLayoutDia.cc. References getColumns(), getHeadFoot(), getKWHeaderFooter(), getLayout(), KoPageLayoutDia(), and unit(). |
|
|
Retrieves a standard page layout.
Definition at line 225 of file koPageLayoutDia.cc. References KoPageLayout::format, KoPageLayout::orientation, KoPageLayout::ptBottom, KoPageLayout::ptHeight, KoPageLayout::ptLeft, KoPageLayout::ptRight, KoPageLayout::ptTop, and KoPageLayout::ptWidth. |
|
|
Returns the layout.
Definition at line 155 of file koPageLayoutDia.h. Referenced by pageLayout(). |
|
|
Returns the header and footer information.
Definition at line 241 of file koPageLayoutDia.cc. References KoHeadFoot::footLeft, KoHeadFoot::footMid, KoHeadFoot::footRight, KoHeadFoot::headLeft, KoHeadFoot::headMid, and KoHeadFoot::headRight. Referenced by pageLayout(). |
|
|
Returns the unit.
Definition at line 165 of file koPageLayoutDia.h. Referenced by KoPageLayoutDia(), and pageLayout(). |
The documentation for this class was generated from the following files:
