TAlfBoxMetric Struct Reference
Four metrics used to indicate space around the four edges of a rectangle. Not called a rectangle because those are typically made up of two XY points, while this contains just four edge metrics (named top, bottom, left, and right).
Constructor & Destructor Documentation
TAlfBoxMetric()
IMPORT_C
|
TAlfBoxMetric
|
(
|
)
|
|
TAlfBoxMetric(const TAlfMetric &)
IMPORT_C
|
TAlfBoxMetric
|
(
|
const
TAlfMetric
&
|
aMetric
|
)
|
|
Constructor. Uses the same metric on all sides of the box.
Parameters
const
TAlfMetric
& aMetric
|
Metric for all sides of the box.
|
TAlfBoxMetric(const TAlfXYMetric &)
Constructor. The X metric is used for the left and right sides, and the Y metric is used for the top and bottom sides.
Parameters
const
TAlfXYMetric
& aMetric
|
Metric for all sides of the box.
|
TAlfBoxMetric(const TAlfXYMetric &, const TAlfXYMetric &)
Constructor. The top and left edges are specified in a single parameter, and the bottom and right edges are also specified in a single parameter.
Parameters
const
TAlfXYMetric
& aTopLeft
|
Metrics for the left and top sides.
|
const
TAlfXYMetric
& aBottomRight
|
Metrics for the right and bottom sides.
|
TAlfBoxMetric(const TAlfMetric &, const TAlfMetric &, const TAlfMetric &, const TAlfMetric &)
Parameters
const
TAlfMetric
& aLeft
|
Metric for the left edge of the box.
|
const
TAlfMetric
& aRight
|
Metric for the right edge of the box.
|
const
TAlfMetric
& aTop
|
Metric for the top edge of the box.
|
const
TAlfMetric
& aBottom
|
Metric for the bottom edge of the box.
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.