kpresenter
KPrGeneralProperty Class Reference
List of all members.Detailed Description
Definition at line 31 of file KPrGeneralProperty.h.
Public Types | |
| enum | GeneralConfigChange { Name = 1, Protect = 2, KeepRatio = 4, Left = 8, Top = 16, Width = 32, Height = 64 } |
Public Member Functions | |
| KPrGeneralProperty (QWidget *parent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit) | |
| ~KPrGeneralProperty () | |
| int | getGeneralPropertyChange () const |
| GeneralValue | getGeneralValue () const |
| void | apply () |
Protected Slots | |
| void | slotReset () |
| void | slotProtectToggled (bool state) |
| void | slotKeepRatioToggled (bool state) |
| void | slotWidthChanged (double value) |
| void | slotHeightChanged (double value) |
Protected Member Functions | |
| KoRect | getRect () const |
| void | setRect (KoRect &rect) |
Protected Attributes | |
| KoGeneralPropertyUI * | m_ui |
| double | m_ratio |
| GeneralValue | m_generalValue |
| KoUnit::Unit | m_unit |
Classes | |
| struct | GeneralValue |
The documentation for this class was generated from the following files:

