lib
KoPageLayoutSize Class Reference
#include <KoPageLayoutSize.h>
Detailed Description
This class is a widget that shows the KoPageLayout data structure and allows the user to change it.
Definition at line 37 of file KoPageLayoutSize.h.
Public Slots | |
| void | setUnit (KoUnit::Unit unit) |
| void | setEnableBorders (bool on) |
Signals | |
| void | propertyChange (KoPageLayout &layout) |
Public Member Functions | |
| KoPageLayoutSize (QWidget *parent, const KoPageLayout &layout, KoUnit::Unit unit, const KoColumns &columns, bool unitChooser, bool enableBorders) | |
| bool | queryClose () |
| void | setColumns (KoColumns &columns) |
Protected Slots | |
| void | formatChanged (int) |
| void | widthChanged (double) |
| void | heightChanged (double) |
| void | leftChanged (double) |
| void | rightChanged (double) |
| void | topChanged (double) |
| void | bottomChanged (double) |
| void | orientationChanged (int) |
| void | setUnitInt (int unit) |
Protected Attributes | |
| QComboBox * | cpgFormat |
| KoUnitDoubleSpinBox * | epgWidth |
| KoUnitDoubleSpinBox * | epgHeight |
| KoUnitDoubleSpinBox * | ebrLeft |
| KoUnitDoubleSpinBox * | ebrRight |
| KoUnitDoubleSpinBox * | ebrTop |
| KoUnitDoubleSpinBox * | ebrBottom |
| KoPagePreview * | pgPreview |
| QButtonGroup * | m_orientGroup |
Constructor & Destructor Documentation
|
||||||||||||||||||||||||||||
|
Contructor.
Definition at line 37 of file KoPageLayoutSize.cpp. |
Member Function Documentation
|
|
Emitted whenever the user changed something in the dialog.
|
|
|
Definition at line 330 of file KoPageLayoutSize.cpp. |
|
|
Update the page preview widget with the param columns.
Definition at line 346 of file KoPageLayoutSize.cpp. |
|
|
Enable the user to edit the page border size.
Definition at line 176 of file KoPageLayoutSize.cpp. |
|
|
Set a new unit for the widget updating the widgets.
Definition at line 208 of file KoPageLayoutSize.cpp. |
The documentation for this class was generated from the following files:

