libs/flake

KoInsets Struct Reference

An Insets object is a representation of the borders of a shape. More...

#include <KoInsets.h>

List of all members.

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]

Constructor.

Initializes all values to 0

Definition at line 49 of file KoInsets.h.


Member Data Documentation

Bottom inset.

Definition at line 53 of file KoInsets.h.

Left inset.

Definition at line 54 of file KoInsets.h.

Right inset.

Definition at line 55 of file KoInsets.h.

Top inset.

Definition at line 52 of file KoInsets.h.


The documentation for this struct was generated from the following file: