KDEUI
Go to the documentation of this file.
26 #include <QtCore/QString>
27 #include <QtCore/QList>
53 bool isVisible()
const;
59 void setVisible(
bool visible );
64 bool areTickLabelsShown()
const;
70 void setTickLabelsShown(
bool b );
90 QString tickLabel(
double value )
const;
111 void setTickLabelFormat(
char format =
'g',
int fieldWidth = 0,
int precision = -1 );
116 int tickLabelWidth()
const;
121 char tickLabelFormat()
const;
126 int tickLabelPrecision()
const;
137 void setTickMarks(
double x0,
double length );
145 QList< double > majorTickMarks()
const;
153 QList< double > minorTickMarks()
const;
162 #endif // KPLOTAXIS_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:46:15 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.