kalarm/lib
spinbox.h
Go to the documentation of this file.
void initStyleOption(QStyleOptionSpinBox &) const
Initialise a QStyleOptionSpinBox with this instance's details.
Definition: spinbox.cpp:529
void setSelectOnStep(bool sel)
Sets whether the spin box value text should be selected when its value is stepped.
Definition: spinbox.h:67
QRect upDownRect() const
Returns the rectangle containing the up and down arrows.
Definition: spinbox.cpp:508
virtual void mouseDoubleClickEvent(QMouseEvent *)
Definition: spinbox.cpp:255
virtual bool eventFilter(QObject *, QEvent *)
Receives events destined for the spin widget or for the edit field.
Definition: spinbox.cpp:189
void setRange(int minValue, int maxValue)
Sets the minimum and maximum values of the spin box.
Definition: spinbox.h:79
void stepped(int step)
Signal emitted when the spin box's value is stepped (by the shifted or unshifted increment).
virtual int shiftStepAdjustment(int oldValue, int shiftStep)
Returns the initial adjustment to the value for a shift step up or down.
Definition: spinbox.cpp:459
void addValue(int change)
Adds a value to the current value of the spin box.
Definition: spinbox.h:69
virtual void stepBy(int steps)
Called whenever the user triggers a step, to adjust the value of the spin box by the unshifted increm...
Definition: spinbox.cpp:120
bool selectOnStep() const
Returns whether the spin box value text is selected when its value is stepped.
Definition: spinbox.h:65
int bound(int val) const
Returns the specified value clamped to the range of the spin box.
Definition: spinbox.cpp:87
virtual void setReadOnly(bool readOnly)
Sets whether the spin box can be changed by the user.
Definition: spinbox.cpp:76
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.