Kstars
pvplotwidget.cpp
43 setLimits(dataRect().x() - xstep, dataRect().right() - xstep, dataRect().y(), dataRect().bottom());
52 setLimits(dataRect().x() + xstep, dataRect().right() + xstep, dataRect().y(), dataRect().bottom());
61 setLimits(dataRect().x(), dataRect().right(), dataRect().y() - ystep, dataRect().bottom() - ystep);
70 setLimits(dataRect().x(), dataRect().right(), dataRect().y() + ystep, dataRect().bottom() + ystep);
213 setLimits(xc - 0.5 * dataRect().width(), xc + 0.5 * dataRect().width(), yc - 0.5 * dataRect().height(),
234 setLimits(xc - 0.5 * dataRect().width(), xc + 0.5 * dataRect().width(), yc - 0.5 * dataRect().height(),
QList< KPlotPoint * > points() const
double x() const
double y() const
QList< KPlotObject * > plotObjects() const
int bottomPadding() const
int leftPadding() const
QRectF dataRect() const
int topPadding() const
int rightPadding() const
void setLimits(double x1, double x2, double y1, double y2)
QString i18n(const char *text, const TYPE &arg...)
void ignore()
Qt::KeyboardModifiers modifiers() const const
int key() const const
Qt::KeyboardModifiers modifiers() const const
int x() const const
int y() const const
int y() const const
qreal bottom() const const
qreal height() const const
qreal right() const const
qreal width() const const
qreal x() const const
qreal y() const const
StrongFocus
Key_Left
ControlModifier
QTextStream & right(QTextStream &stream)
QPoint angleDelta() const const
height
size
void update()
width
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.