Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
e056cb27
Kaydet (Commit)
e056cb27
authored
Eki 21, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Standard way of writing class description.
Change-Id: I5572f4417a05132e46a4560088f519cdadfdaec1
üst
8c5089b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
VCartesianAxis.cxx
chart2/source/view/axes/VCartesianAxis.cxx
+9
-11
No files found.
chart2/source/view/axes/VCartesianAxis.cxx
Dosyayı görüntüle @
e056cb27
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment