Definition at line 61 of file qabstractspinbox.h.
#include <qabstractspinbox.h>

| enum StepEnabledFlag |
Definition at line 82 of file qabstractspinbox.h.
{ StepNone = 0x00, StepUpEnabled = 0x01,
StepDownEnabled = 0x02 };
| enum ButtonSymbols |
Definition at line 86 of file qabstractspinbox.h.
{ UpDownArrows, PlusMinus, NoButtons };
| enum CorrectionMode |
Definition at line 91 of file qabstractspinbox.h.
| QAbstractSpinBox | ( | QWidget * | parent = 0 |
) | [explicit] |
| ~QAbstractSpinBox | ( | ) |
| QAbstractSpinBox | ( | QAbstractSpinBoxPrivate & | dd, |
| QWidget * | parent = 0 |
||
| ) | [protected] |
| ButtonSymbols buttonSymbols | ( | ) | const |
| void setButtonSymbols | ( | ButtonSymbols | bs | ) |
| void setCorrectionMode | ( | CorrectionMode | cm | ) |
| CorrectionMode correctionMode | ( | ) | const |
| bool hasAcceptableInput | ( | ) | const |
| QString text | ( | ) | const |
| QString specialValueText | ( | ) | const |
| void setSpecialValueText | ( | const QString & | txt | ) |
| bool wrapping | ( | ) | const |
| void setWrapping | ( | bool | w | ) |
| void setReadOnly | ( | bool | r | ) |
| bool isReadOnly | ( | ) | const |
| void setKeyboardTracking | ( | bool | kt | ) |
| bool keyboardTracking | ( | ) | const |
| void setAlignment | ( | Qt::Alignment | flag | ) |
| Qt::Alignment alignment | ( | ) | const |
| void setFrame | ( | bool | ) |
| bool hasFrame | ( | ) | const |
| void setAccelerated | ( | bool | on | ) |
| bool isAccelerated | ( | ) | const |
| QSize sizeHint | ( | ) | const [virtual] |
| void interpretText | ( | ) |
| bool event | ( | QEvent * | event | ) | [virtual] |
Reimplemented from QWidget.
Reimplemented in QDateTimeEdit, and QSpinBox.
| QVariant inputMethodQuery | ( | Qt::InputMethodQuery | ) | const [virtual] |
Reimplemented from QWidget.
| virtual QValidator::State validate | ( | QString & | input, |
| int & | pos | ||
| ) | const [virtual] |
Reimplemented in QDateTimeEdit, QSpinBox, and QDoubleSpinBox.
| virtual void fixup | ( | QString & | input | ) | const [virtual] |
Reimplemented in QDateTimeEdit, QSpinBox, and QDoubleSpinBox.
| virtual void stepBy | ( | int | steps | ) | [virtual] |
Reimplemented in QDateTimeEdit.
| void stepUp | ( | ) | [slot] |
| void stepDown | ( | ) | [slot] |
| void selectAll | ( | ) | [slot] |
| virtual void clear | ( | ) | [virtual, slot] |
Reimplemented in QDateTimeEdit.
| void resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
| void wheelEvent | ( | QWheelEvent * | event | ) | [protected, virtual] |
| void focusInEvent | ( | QFocusEvent * | event | ) | [protected, virtual] |
| void focusOutEvent | ( | QFocusEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void contextMenuEvent | ( | QContextMenuEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void closeEvent | ( | QCloseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void hideEvent | ( | QHideEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mousePressEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
| void mouseReleaseEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void timerEvent | ( | QTimerEvent * | event | ) | [protected, virtual] |
Reimplemented from QObject.
| void paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
| void showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void initStyleOption | ( | QStyleOptionSpinBox * | option | ) | const [protected] |
Reimplemented in QDateTimeEdit.
| QLineEdit* lineEdit | ( | ) | const [protected] |
| void setLineEdit | ( | QLineEdit * | edit | ) | [protected] |
| virtual StepEnabled stepEnabled | ( | ) | const [protected, virtual] |
Reimplemented in QDateTimeEdit.
| void editingFinished | ( | ) | [signal] |
bool wrapping [read, write] |
Definition at line 67 of file qabstractspinbox.h.
bool frame [read, write] |
Definition at line 68 of file qabstractspinbox.h.
Qt::Alignment alignment [read,
write] |
Definition at line 69 of file qabstractspinbox.h.
bool readOnly [read, write] |
Definition at line 70 of file qabstractspinbox.h.
ButtonSymbols
buttonSymbols [read, write] |
Definition at line 71 of file qabstractspinbox.h.
QString specialValueText [read,
write] |
Definition at line 72 of file qabstractspinbox.h.
QString text [read] |
Definition at line 73 of file qabstractspinbox.h.
bool accelerated [read,
write] |
Definition at line 74 of file qabstractspinbox.h.
CorrectionMode
correctionMode [read, write] |
Definition at line 75 of file qabstractspinbox.h.
bool acceptableInput [read] |
Definition at line 76 of file qabstractspinbox.h.
bool keyboardTracking [read,
write] |
Definition at line 77 of file qabstractspinbox.h.