libs/flake
KoInsets Struct Reference
An Insets object is a representation of the borders of a shape. More...
#include <KoInsets.h>
Public Member Functions | |
| KoInsets () | |
| KoInsets (qreal top, qreal left, qreal bottom, qreal right) | |
Public Attributes | |
| qreal | bottom |
| qreal | left |
| qreal | right |
| qreal | top |
Detailed Description
An Insets object is a representation of the borders of a shape.
Definition at line 30 of file KoInsets.h.
Constructor & Destructor Documentation
| KoInsets::KoInsets | ( | qreal | top, | |
| qreal | left, | |||
| qreal | bottom, | |||
| qreal | right | |||
| ) | [inline] |
Constructor.
- Parameters:
-
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 39 of file KoInsets.h.
| KoInsets::KoInsets | ( | ) | [inline] |
Member Data Documentation
| qreal KoInsets::bottom |
Bottom inset.
Definition at line 53 of file KoInsets.h.
| qreal KoInsets::left |
Left inset.
Definition at line 54 of file KoInsets.h.
| qreal KoInsets::right |
Right inset.
Definition at line 55 of file KoInsets.h.
| qreal KoInsets::top |
Top inset.
Definition at line 52 of file KoInsets.h.
The documentation for this struct was generated from the following file:
