diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-21 15:20:20 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-04 12:30:35 -0500 |
commit | e056cb27679100a09afa5cfe2dc877e428ac2aad (patch) | |
tree | af0feacea7b29c1282d21e0f85ff8ed1a0fcfcfe /chart2 | |
parent | 8c5089b4a5c9203f445af19544b6d3ba3d62d721 (diff) |
Standard way of writing class description.
Change-Id: I5572f4417a05132e46a4560088f519cdadfdaec1
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/VCartesianAxis.cxx | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index a8a8a1865fa2..d095af5df24e 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -188,19 +188,17 @@ void removeShapesAtWrongRhythm( TickIter& rIter } } +/** + * If the labels are staggered and bInnerLine is true we iterate through + * only those labels that are closer to the diagram. + * + * If the labels are staggered and bInnerLine is false we iterate through + * only those that are farther from the diagram. + * + * If the labels are not staggered we iterate through all labels. + */ class LabelIterator : public TickIter { - //this Iterator iterates over existing text labels - - //if the labels are staggered and bInnerLine is true - //we iterate only through the labels which are lying more inside the diagram - - //if the labels are staggered and bInnerLine is false - //we iterate only through the labels which are lying more outside the diagram - - //if the labels are not staggered - //we iterate through all labels - public: LabelIterator( TickInfoArrayType& rTickInfoVector , const AxisLabelStaggering eAxisLabelStaggering |