Plasma
Plasma::SpinBox Class Reference
Provides a plasma-themed KIntSpinBox. More...
#include <Plasma/Widgets/SpinBox>

Public Slots | |
void | setMaximum (int maximum) |
void | setMinimum (int minimum) |
void | setRange (int minimum, int maximum) |
void | setValue (int value) |
Signals | |
void | editingFinished () |
void | sliderMoved (int value) |
void | valueChanged (int value) |
Public Member Functions | |
int | maximum () const |
int | minimum () const |
KIntSpinBox * | nativeWidget () const |
void | setStyleSheet (const QString &stylesheet) |
SpinBox (QGraphicsWidget *parent=0) | |
QString | styleSheet () |
int | value () const |
~SpinBox () | |
Properties | |
int | maximum |
int | minimum |
KIntSpinBox | nativeWidget |
QGraphicsWidget | parentWidget |
QString | styleSheet |
int | value |
Detailed Description
Provides a plasma-themed KIntSpinBox.Definition at line 40 of file spinbox.h.
Constructor & Destructor Documentation
Plasma::SpinBox::SpinBox | ( | QGraphicsWidget * | parent = 0 |
) | [explicit] |
Definition at line 66 of file spinbox.cpp.
Plasma::SpinBox::~SpinBox | ( | ) |
Definition at line 85 of file spinbox.cpp.
Member Function Documentation
void Plasma::SpinBox::editingFinished | ( | ) | [signal] |
This signal is emitted when editing is finished.
This happens when the spinbox loses focus and when enter is pressed.
int Plasma::SpinBox::maximum | ( | ) | const |
- Returns:
- the maximum value
int Plasma::SpinBox::minimum | ( | ) | const |
- Returns:
- the minimum value
KIntSpinBox* Plasma::SpinBox::nativeWidget | ( | ) | const |
- Returns:
- the native widget wrapped by this SpinBox
void Plasma::SpinBox::setMaximum | ( | int | maximum | ) | [slot] |
void Plasma::SpinBox::setMinimum | ( | int | minimum | ) | [slot] |
void Plasma::SpinBox::setRange | ( | int | minimum, | |
int | maximum | |||
) | [slot] |
Sets the minimum and maximum values the slider can take.
Definition at line 111 of file spinbox.cpp.
void Plasma::SpinBox::setStyleSheet | ( | const QString & | stylesheet | ) |
Sets the stylesheet used to control the visual display of this SpinBox.
- stylesheet a CSS string
Definition at line 126 of file spinbox.cpp.
void Plasma::SpinBox::setValue | ( | int | value | ) | [slot] |
Sets the value of the slider.
If it is outside the range specified by minimum() and maximum(), it will be adjusted to fit.
Definition at line 116 of file spinbox.cpp.
void Plasma::SpinBox::sliderMoved | ( | int | value | ) | [signal] |
This signal is emitted when the user drags the slider.
In fact, it is emitted whenever the sliderMoved(int) signal of KIntSpinBox would be emitted. See the Qt documentation for more information.
QString Plasma::SpinBox::styleSheet | ( | ) |
- Returns:
- the stylesheet currently used with this widget
int Plasma::SpinBox::value | ( | ) | const |
- Returns:
- the current value
void Plasma::SpinBox::valueChanged | ( | int | value | ) | [signal] |
This signal is emitted when the slider value has changed, with the new slider value as argument.
Property Documentation
QGraphicsWidget Plasma::SpinBox::parentWidget [read] |
The documentation for this class was generated from the following files: