Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Marek Rosa
- Thu, 26 Jul 2012 11:44:15
Show More
0
src/axis/qabstractaxis.cpp
src/axis/qabstractaxis.cpp
+3
0
@@
-601,6
+601,9
void QAbstractAxis::setRange(const QVariant &min, const QVariant &max)
601
}
601
}
602
602
603
603
604
/*!
605
Returns the orientation in which the axis is being used (Vertical or Horizontal)
606
*/
604
Qt :: Orientation QAbstractAxis :: orientation ()
607
Qt :: Orientation QAbstractAxis :: orientation ()
605
{
608
{
606
return d_ptr -> m_orientation ;
609
return d_ptr -> m_orientation ;
0
src/axis/qabstractaxis_p.h
src/axis/qabstractaxis_p.h
+1
-1
@@
-53,7
+53,7
public:
53
53
54
void emitUpdated ();
54
void emitUpdated ();
55
void setDirty ( bool dirty );
55
void setDirty ( bool dirty );
56
bool isDirty (){ return m_dirty ; };
56
bool isDirty (){ return m_dirty ; }
57
void setOrientation ( Qt :: Orientation orientation );
57
void setOrientation ( Qt :: Orientation orientation );
58
Qt :: Orientation orientation () const { return m_orientation ; }
58
Qt :: Orientation orientation () const { return m_orientation ; }
59
59
0
src/piechart/qpieseries.cpp
src/piechart/qpieseries.cpp
+8
0
@@
-715,6
+715,14
void QPieSeries::setLabelsVisible(bool visible)
715
s -> setLabelVisible ( visible );
715
s -> setLabelVisible ( visible );
716
}
716
}
717
717
718
/*!
719
Sets the all the slice labels \a position
720
721
Note that this affects only the current slices in the series.
722
If user adds a new slice the default label position is LabelOutside
723
724
\sa QPieSlice::labelPosition(), QPieSlice::setLabelPosition()
725
*/
718
void QPieSeries :: setLabelsPosition ( QPieSlice :: LabelPosition position )
726
void QPieSeries :: setLabelsPosition ( QPieSlice :: LabelPosition position )
719
{
727
{
720
Q_D ( QPieSeries );
728
Q_D ( QPieSeries );
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages