#include <KoInsets.h>
Fonctions membres publiques | |
KoInsets (double top, double left, double bottom, double right) | |
KoInsets () | |
Attributs publics | |
double | top |
Top inset. | |
double | bottom |
Bottom inset. | |
double | left |
Left inset. | |
double | right |
Right inset. |
Définition à la ligne 28 du fichier KoInsets.h.
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 |
Définition à la ligne 37 du fichier KoInsets.h.
KoInsets::KoInsets | ( | ) | [inline] |
Constructor. Initializes all values to 0
Définition à la ligne 47 du fichier KoInsets.h.
double KoInsets::top |
Top inset.
Définition à la ligne 49 du fichier KoInsets.h.
Référencé par KoLineBorder::borderInsets(), KoPathShape::boundingRect(), KoShape::hitTest(), et KoShape::repaint().
double KoInsets::bottom |
Bottom inset.
Définition à la ligne 50 du fichier KoInsets.h.
Référencé par KoLineBorder::borderInsets(), KoPathShape::boundingRect(), KoShape::hitTest(), et KoShape::repaint().
double KoInsets::left |
Left inset.
Définition à la ligne 51 du fichier KoInsets.h.
Référencé par KoLineBorder::borderInsets(), KoPathShape::boundingRect(), KoShape::hitTest(), et KoShape::repaint().
double KoInsets::right |
Right inset.
Définition à la ligne 52 du fichier KoInsets.h.
Référencé par KoLineBorder::borderInsets(), KoPathShape::boundingRect(), KoShape::hitTest(), et KoShape::repaint().