#include <KoInsets.h>
Public Member Functions | |
| KoInsets (double top, double left, double bottom, double right) | |
| Constructor. | |
| KoInsets () | |
| Constructor. | |
Public Attributes | |
| double | top |
| Top inset. | |
| double | bottom |
| Bottom inset. | |
| double | left |
| Left inset. | |
| double | right |
| Right inset. | |
| KoInsets::KoInsets | ( | double | top, | |
| double | left, | |||
| double | bottom, | |||
| double | right | |||
| ) | [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 |
| KoInsets::KoInsets | ( | ) | [inline] |
Constructor.
Initializes all values to 0
1.4.7