|
Krita Source Code Documentation
|
#include <KoInsets.h>
Public Member Functions | |
| void | clear () |
| clears the insets so all sides are set to zero | |
| KoInsets () | |
| KoInsets (qreal top, qreal left, qreal bottom, qreal right) | |
Public Attributes | |
| qreal | bottom |
| Bottom inset. | |
| qreal | left |
| Left inset. | |
| qreal | right |
| Right inset. | |
| qreal | top |
| Top inset. | |
An Insets object is a representation of the strokes of a shape.
Definition at line 17 of file KoInsets.h.
|
inline |
Constructor.
| top | the inset at the top. |
| left | the inset at the left |
| bottom | the inset at the bottom |
| right | the inset at the right |
Definition at line 27 of file KoInsets.h.
|
inline |
|
inline |
| qreal KoInsets::bottom |
Bottom inset.
Definition at line 50 of file KoInsets.h.
| qreal KoInsets::left |
Left inset.
Definition at line 51 of file KoInsets.h.
| qreal KoInsets::right |
Right inset.
Definition at line 52 of file KoInsets.h.
| qreal KoInsets::top |
Top inset.
Definition at line 49 of file KoInsets.h.