Kaydet (Commit) e056cb27 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Standard way of writing class description.

Change-Id: I5572f4417a05132e46a4560088f519cdadfdaec1
üst 8c5089b4
...@@ -188,19 +188,17 @@ void removeShapesAtWrongRhythm( TickIter& rIter ...@@ -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 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: public:
LabelIterator( TickInfoArrayType& rTickInfoVector LabelIterator( TickInfoArrayType& rTickInfoVector
, const AxisLabelStaggering eAxisLabelStaggering , const AxisLabelStaggering eAxisLabelStaggering
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment