Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Marek Rosa
- Wed, 04 Jul 2012 11:04:52
Show More
0
src/axis/qbarcategoriesaxis.cpp
src/axis/qbarcategoriesaxis.cpp
+3
0
@@
-92,6
+92,9
QTCOMMERCIALCHART_BEGIN_NAMESPACE
92
Axis emits signal when \a min or \a max of axis has changed.
92
Axis emits signal when \a min or \a max of axis has changed.
93
*/
93
*/
94
94
95
/*!
96
Constructs an axis object which is a child of \a parent.
97
*/
95
QBarCategoriesAxis :: QBarCategoriesAxis ( QObject * parent ) :
98
QBarCategoriesAxis :: QBarCategoriesAxis ( QObject * parent ) :
96
QAbstractAxis ( * new QBarCategoriesAxisPrivate ( this ), parent )
99
QAbstractAxis ( * new QBarCategoriesAxisPrivate ( this ), parent )
97
{
100
{
0
src/axis/qintervalaxis.cpp
src/axis/qintervalaxis.cpp
+3
-1
@@
-46,7
+46,9
QTCOMMERCIALCHART_BEGIN_NAMESPACE
46
\endcode
46
\endcode
47
*/
47
*/
48
48
49
49
/*!
50
Constructs an axis object which is a child of \a parent.
51
*/
50
QIntervalAxis :: QIntervalAxis ( QObject * parent ) :
52
QIntervalAxis :: QIntervalAxis ( QObject * parent ) :
51
QValuesAxis ( * new QIntervalAxisPrivate ( this ), parent )
53
QValuesAxis ( * new QIntervalAxisPrivate ( this ), parent )
52
{
54
{
0
src/axis/qvaluesaxis.cpp
src/axis/qvaluesaxis.cpp
+3
0
@@
-105,6
+105,9
QTCOMMERCIALCHART_BEGIN_NAMESPACE
105
Whether the nice numbers algorithm is enabled or not for the axis.
105
Whether the nice numbers algorithm is enabled or not for the axis.
106
*/
106
*/
107
107
108
/*!
109
Constructs an axis object which is a child of \a parent.
110
*/
108
QValuesAxis :: QValuesAxis ( QObject * parent ) :
111
QValuesAxis :: QValuesAxis ( QObject * parent ) :
109
QAbstractAxis ( * new QValuesAxisPrivate ( this ), parent )
112
QAbstractAxis ( * new QValuesAxisPrivate ( this ), parent )
110
{
113
{
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