|
Krita Source Code Documentation
|
#include <kis_rectangle_constraint_widget.h>
Inheritance diagram for KisRectangleConstraintWidget:Signals | |
| void | constraintsChanged (bool forceRatio, bool forceWidth, bool forceHeight, float ratio, float width, float height) |
Public Member Functions | |
| KisRectangleConstraintWidget (QWidget *parentWidget, KisToolRectangleBase *tool, bool showRoundCornersGUI) | |
Protected Slots | |
| void | inputHeightChanged () |
| void | inputRatioChanged () |
| void | inputsChanged () |
| void | inputWidthChanged () |
| void | rectangleChanged (const QRectF &rect) |
| void | slotReloadConfig () |
| void | slotRoundCornersAspectLockChanged () |
| void | slotRoundCornersChanged () |
Protected Attributes | |
| KisAspectRatioLocker * | m_cornersAspectLocker |
| KisToolRectangleBase * | m_tool |
| Ui_WdgRectangleConstraints * | m_widget |
Definition at line 14 of file kis_rectangle_constraint_widget.h.
| KisRectangleConstraintWidget::KisRectangleConstraintWidget | ( | QWidget * | parentWidget, |
| KisToolRectangleBase * | tool, | ||
| bool | showRoundCornersGUI ) |
Definition at line 14 of file kis_rectangle_constraint_widget.cpp.
References connect(), KisAspectRatioLocker::connectSpinBoxes(), constraintsChanged(), inputHeightChanged(), inputRatioChanged(), inputsChanged(), inputWidthChanged(), KisIconUtils::loadIcon(), m_cornersAspectLocker, m_tool, rectangleChanged(), slotReloadConfig(), slotRoundCornersAspectLockChanged(), and slotRoundCornersChanged().
|
signal |
|
protectedslot |
Definition at line 60 of file kis_rectangle_constraint_widget.cpp.
References inputsChanged().
|
protectedslot |
Definition at line 66 of file kis_rectangle_constraint_widget.cpp.
References inputsChanged().
|
protectedslot |
Definition at line 72 of file kis_rectangle_constraint_widget.cpp.
References constraintsChanged(), and KisIconUtils::loadIcon().
|
protectedslot |
Definition at line 54 of file kis_rectangle_constraint_widget.cpp.
References inputsChanged().
|
protectedslot |
Definition at line 119 of file kis_rectangle_constraint_widget.cpp.
|
protectedslot |
Definition at line 104 of file kis_rectangle_constraint_widget.cpp.
References m_cornersAspectLocker, m_tool, slotRoundCornersChanged(), KoToolBase::toolId(), and KisAspectRatioLocker::updateAspect().
|
protectedslot |
Definition at line 98 of file kis_rectangle_constraint_widget.cpp.
References m_tool, and KoToolBase::toolId().
|
protectedslot |
Definition at line 89 of file kis_rectangle_constraint_widget.cpp.
References m_tool, KisToolRectangleBase::roundCornersChanged(), and KoToolBase::toolId().
|
protected |
Definition at line 39 of file kis_rectangle_constraint_widget.h.
|
protected |
Definition at line 37 of file kis_rectangle_constraint_widget.h.
|
protected |
Definition at line 38 of file kis_rectangle_constraint_widget.h.