MarginWidget Class Reference
Inheritance diagram for MarginWidget:

Detailed Description
Definition at line 33 of file marginwidget.h.
Public Member Functions | |
| MarginWidget (QWidget *parent=0, const char *name=0, bool allowMetricUnit=true) | |
| ~MarginWidget () | |
| void | setSymetricMargins (bool on) |
| void | setPageSize (float w, float h) |
| void | setOrientation (int orient) |
| float | top () const |
| void | setTop (float val) |
| float | bottom () const |
| void | setBottom (float val) |
| float | left () const |
| void | setLeft (float val) |
| float | right () const |
| void | setRight (float val) |
| void | setResolution (int dpi) |
| void | setDefaultMargins (float t, float b, float l, float r) |
| void | setCustomEnabled (bool on) |
| bool | isCustomEnabled () const |
Protected Slots | |
| void | slotMarginValueChanged () |
| void | slotMarginPreviewChanged (int, float) |
| void | slotCustomMarginsToggled (bool) |
Protected Member Functions | |
| void | resetDefault () |
The documentation for this class was generated from the following files:

