Qt 4.8
|
#include <qabstractspinbox_p.h>
Public Functions | |
virtual void | _q_editorCursorPositionChanged (int oldpos, int newpos) |
Virtual slot connected to the line edit's cursorPositionChanged(int, int) signal. More... | |
void | _q_editorTextChanged (const QString &) |
Slot connected to the line edit's textChanged(const QString &) signal. More... | |
virtual QVariant | bound (const QVariant &val, const QVariant &old=QVariant(), int steps=0) const |
Bounds val to be within minimum and maximum. More... | |
virtual void | clearCache () const |
virtual void | emitSignals (EmitPolicy ep, const QVariant &old) |
virtual QVariant | getZeroVariant () const |
Convenience function to get a variant of the right type. More... | |
void | init () |
Initialises the QAbstractSpinBoxPrivate object. More... | |
virtual void | interpret (EmitPolicy ep) |
Interprets text and emits signals. More... | |
virtual QStyle::SubControl | newHoverControl (const QPoint &pos) |
Returns the hover control at pos. More... | |
QAbstractSpinBoxPrivate () | |
void | reset () |
Resets the state of the spinbox. More... | |
virtual void | setRange (const QVariant &min, const QVariant &max) |
Convenience function to set min/max values. More... | |
void | setValue (const QVariant &val, EmitPolicy ep, bool updateEdit=true) |
Sets the value of the spin box to val. More... | |
bool | specialValue () const |
Returns true if a specialValueText has been set and the current value is minimum. More... | |
QString | stripped (const QString &text, int *pos=0) const |
Strips any prefix/suffix from text. More... | |
virtual QString | textFromValue (const QVariant &n) const |
Virtual method called that calls the public textFromValue() functions in the subclasses. More... | |
virtual void | updateEdit () |
Updates the line edit to reflect the current value of the spin box. More... | |
virtual void | updateEditFieldGeometry () |
bool | updateHoverControl (const QPoint &pos) |
Updates the old and new hover control. More... | |
void | updateState (bool up, bool fromKeyboard=false) |
Updates the state of the spinbox. More... | |
virtual QVariant | valueFromText (const QString &input) const |
Virtual method called that calls the public valueFromText() functions in the subclasses. More... | |
~QAbstractSpinBoxPrivate () | |
Public Functions inherited from QWidgetPrivate | |
void | _q_showIfNotHidden () |
virtual void | aboutToDestroy () |
void | activateChildLayoutsRecursively () |
QSize | adjustedSize () const |
void | adjustQuitOnCloseAttribute () |
QInputContext * | assignedInputContext () const |
QPainter * | beginSharedPainter () |
QWidget * | childAt_helper (const QPoint &, bool) const |
QWidget * | childAtRecursiveHelper (const QPoint &p, bool, bool includeFrame=false) const |
QRect | clipRect () const |
QRegion | clipRegion () const |
void | clipToEffectiveMask (QRegion ®ion) const |
bool | close_helper (CloseMode mode) |
void | create_sys (WId window, bool initializeWindow, bool destroyOldWindow) |
QWindowSurface * | createDefaultWindowSurface () |
QWindowSurface * | createDefaultWindowSurface_sys () |
void | createExtra () |
Creates the widget extra data. More... | |
void | createRecursively () |
void | createSysExtra () |
void | createTLExtra () |
void | createTLSysExtra () |
void | createWinId (WId id=0) |
void | deactivateWidgetCleanup () |
void | deleteExtra () |
Deletes the widget extra data. More... | |
void | deleteSysExtra () |
void | deleteTLSysExtra () |
void | drawWidget (QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter=0, QWidgetBackingStore *backingStore=0) |
QWidget * | effectiveFocusWidget () |
QRect | effectiveRectFor (const QRect &rect) const |
bool | endSharedPainter () |
void | enforceNativeChildren () |
QWExtra * | extraData () const |
QRect | frameStrut () const |
void | getLayoutItemMargins (int *left, int *top, int *right, int *bottom) const |
const QRegion & | getOpaqueChildren () const |
void | handleSoftwareInputPanel (Qt::MouseButton button, bool clickCausedFocus) |
virtual bool | hasHeightForWidth () const |
void | hide_helper () |
void | hide_sys () |
Platform-specific part of QWidget::hide(). More... | |
void | hideChildren (bool spontaneous) |
void | inheritStyle () |
void | init (QWidget *desktopWidget, Qt::WindowFlags f) |
QInputContext * | inputContext () const |
void | invalidateBuffer (const QRegion &) |
Invalidates the rgn (in widget's coordinates) of the backing store, i.e. More... | |
void | invalidateBuffer (const QRect &) |
This function is equivalent to calling invalidateBuffer(QRegion(rect), ...), but is more efficient as it eliminates QRegion operations/allocations and can use the rect more precisely for additional cut-offs. More... | |
void | invalidateBuffer_resizeHelper (const QPoint &oldPos, const QSize &oldSize) |
Invalidates the buffer when the widget is resized. More... | |
void | invalidateGraphicsEffectsRecursively () |
bool | isAboutToShow () const |
bool | isBackgroundInherited () const |
bool | isOverlapped (const QRect &) const |
void | lower_sys () |
QPoint | mapFromGlobal (const QPoint &pos) const |
QPoint | mapToGlobal (const QPoint &pos) const |
QWidgetBackingStore * | maybeBackingStore () const |
QTLWExtra * | maybeTopData () const |
void | moveRect (const QRect &, int dx, int dy) |
bool | nativeChildrenForced () const |
QFont | naturalWidgetFont (uint inheritedMask) const |
QPalette | naturalWidgetPalette (uint inheritedMask) const |
Returns the palette that the widget w inherits from its ancestors and QApplication::palette. More... | |
void | paintBackground (QPainter *, const QRegion &, int flags=DrawAsRoot) const |
bool | paintOnScreen () const |
void | paintSiblingsRecursive (QPaintDevice *pdev, const QObjectList &children, int index, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter, QWidgetBackingStore *backingStore) |
bool | pointInsideRectAndMask (const QPoint &) const |
QRegion | prepareToRender (const QRegion ®ion, QWidget::RenderFlags renderFlags) |
void | propagatePaletteChange () |
Propagate this widget's palette to all children, except style sheet widgets, and windows that don't enable window propagation (palettes don't normally propagate to windows). More... | |
QWidgetPrivate (int version=QObjectPrivateVersion) | |
void | raise_sys () |
QPaintDevice * | redirected (QPoint *offset) const |
void | registerDropSite (bool) |
void | render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags, bool readyToRender) |
void | render_helper (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) |
void | repaint_sys (const QRegion &rgn) |
void | reparentFocusWidgets (QWidget *oldtlw) |
void | resolveFont () |
Determine which font is implicitly imposed on this widget by its ancestors and QApplication::font, resolve this against its own font (attributes from the implicit font are copied over). More... | |
void | resolveLayoutDirection () |
void | resolveLocale () |
void | resolvePalette () |
Determine which palette is inherited from this widget's ancestors and QApplication::palette, resolve this against this widget's palette (attributes from the inherited palette are copied over this widget's palette). More... | |
void | restoreRedirected () |
void | scroll_sys (int dx, int dy) |
void | scroll_sys (int dx, int dy, const QRect &r) |
void | scrollChildren (int dx, int dy) |
void | scrollRect (const QRect &, int dx, int dy) |
void | sendPendingMoveAndResizeEvents (bool recursive=false, bool disableUpdates=false) |
void | sendStartupMessage (const char *message) const |
Platform-specific part of QWidget::show(). More... | |
void | setConstraints_sys () |
void | setCursor_sys (const QCursor &cursor) |
void | setDirtyOpaqueRegion () |
void | setEnabled_helper (bool) |
void | setFocus_sys () |
void | setFont_helper (const QFont &font) |
void | setGeometry_sys (int, int, int, int, bool) |
void | setLayoutDirection_helper (Qt::LayoutDirection) |
void | setLayoutItemMargins (int left, int top, int right, int bottom) |
void | setLayoutItemMargins (QStyle::SubElement element, const QStyleOption *opt=0) |
void | setLocale_helper (const QLocale &l, bool forceUpdate=false) |
void | setMask_sys (const QRegion &) |
bool | setMaximumSize_helper (int &maxw, int &maxh) |
bool | setMinimumSize_helper (int &minw, int &minh) |
void | setModal_sys () |
void | setNetWmWindowTypes () |
void | setOpaque (bool opaque) |
void | setPalette_helper (const QPalette &) |
void | setParent_sys (QWidget *parent, Qt::WindowFlags) |
void | setRedirected (QPaintDevice *replacement, const QPoint &offset) |
void | setSharedPainter (QPainter *painter) |
void | setStyle_helper (QStyle *newStyle, bool propagate, bool metalHack=false) |
void | setUpdatesEnabled_helper (bool) |
void | setWindowFilePath_helper (const QString &filePath) |
void | setWindowIcon_helper () |
void | setWindowIcon_sys (bool forceReset=false) |
void | setWindowIconText_helper (const QString &cap) |
void | setWindowIconText_sys (const QString &cap) |
void | setWindowOpacity_sys (qreal opacity) |
void | setWindowRole () |
void | setWindowTitle_helper (const QString &cap) |
void | setWindowTitle_sys (const QString &cap) |
void | setWinId (WId) |
QPainter * | sharedPainter () const |
void | show_helper () |
void | show_recursive () |
Makes the widget visible in the isVisible() meaning of the word. More... | |
void | show_sys () |
Platform-specific part of QWidget::show(). More... | |
void | showChildren (bool spontaneous) |
void | stackUnder_sys (QWidget *) |
void | subtractOpaqueChildren (QRegion &rgn, const QRect &clipRect) const |
void | subtractOpaqueSiblings (QRegion &source, bool *hasDirtySiblingsAbove=0, bool alsoNonOpaque=false) const |
void | syncBackingStore () |
void | syncBackingStore (const QRegion ®ion) |
QTLWExtra * | topData () const |
void | unsetCursor_sys () |
void | updateFont (const QFont &) |
Assign font to this widget, and propagate it to all children, except style sheet widgets (handled differently) and windows that don't enable window propagation. More... | |
void | updateFrameStrut () |
Computes the frame rectangle when needed. More... | |
void | updateGeometry_helper (bool forceUpdate) |
void | updateIsOpaque () |
void | updateIsTranslucent () |
void | updateSystemBackground () |
void | updateX11AcceptFocus () |
void | x11UpdateIsOpaque () |
~QWidgetPrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Static Public Functions | |
static QVariant | variantBound (const QVariant &min, const QVariant &value, const QVariant &max) |
static int | variantCompare (const QVariant &arg1, const QVariant &arg2) |
Static Public Functions inherited from QWidgetPrivate | |
static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=0) |
static QGraphicsProxyWidget * | nearestGraphicsProxyWidget (const QWidget *origin) |
Finds the nearest widget embedded in a graphics proxy widget along the chain formed by this widget and its ancestors. More... | |
static int | pointToRect (const QPoint &p, const QRect &r) |
static QRect | screenGeometry (const QWidget *widget) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Additional Inherited Members | |
Public Types inherited from QWidgetPrivate | |
enum | CloseMode { CloseNoEvent, CloseWithEvent, CloseWithSpontaneousEvent } |
enum | Direction { DirectionNorth = 0x01, DirectionEast = 0x10, DirectionSouth = 0x02, DirectionWest = 0x20 } |
enum | DrawWidgetFlags { DrawAsRoot = 0x01, DrawPaintOnScreen = 0x02, DrawRecursive = 0x04, DrawInvisible = 0x08, DontSubtractOpaqueChildren = 0x10, DontSetCompositionMode = 0x20, DontDrawOpaqueChildren = 0x40, DontDrawNativeChildren = 0x80 } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Variables inherited from QWidgetPrivate | |
static QWidgetSet * | allWidgets = 0 |
static int | instanceCounter = 0 |
static QWidget * | keyboardGrabber = 0 |
static QWidgetMapper * | mapper = 0 |
static int | maxInstances = 0 |
static QWidget * | mouseGrabber = 0 |
Definition at line 92 of file qabstractspinbox_p.h.
QAbstractSpinBoxPrivate::QAbstractSpinBoxPrivate | ( | ) |
Definition at line 1405 of file qabstractspinbox.cpp.
QAbstractSpinBoxPrivate::~QAbstractSpinBoxPrivate | ( | ) |
Definition at line 1420 of file qabstractspinbox.cpp.
|
virtual |
Virtual slot connected to the line edit's cursorPositionChanged(int, int) signal.
Will move the cursor to a valid position if the new one is invalid. E.g. inside the prefix. Reimplemented in Q[Date|Time|DateTime]EditPrivate to account for the different sections etc.
Reimplemented in QDateTimeEditPrivate.
Definition at line 1576 of file qabstractspinbox.cpp.
void QAbstractSpinBoxPrivate::_q_editorTextChanged | ( | const QString & | t | ) |
Slot connected to the line edit's textChanged(const QString &) signal.
Definition at line 1543 of file qabstractspinbox.cpp.
|
virtual |
Bounds val to be within minimum and maximum.
Also tries to be clever about setting it at min and max depending on what it was and what direction it was changed etc.
Definition at line 1751 of file qabstractspinbox.cpp.
Referenced by setRange(), setValue(), and QDateTimeEditPrivate::stepBy().
|
virtual |
Reimplemented in QDateTimeEditPrivate.
Definition at line 1976 of file qabstractspinbox.cpp.
Referenced by QDateTimeEditPrivate::clearCache(), interpret(), and setRange().
|
virtual |
Reimplemented in QDoubleSpinBoxPrivate, QDateTimeEditPrivate, and QSpinBoxPrivate.
Definition at line 1529 of file qabstractspinbox.cpp.
Referenced by setValue().
|
virtual |
Convenience function to get a variant of the right type.
Reimplemented in QDateTimeEditPrivate.
Definition at line 1883 of file qabstractspinbox.cpp.
Referenced by interpret().
void QAbstractSpinBoxPrivate::init | ( | ) |
Initialises the QAbstractSpinBoxPrivate object.
Definition at line 1626 of file qabstractspinbox.cpp.
|
virtual |
Interprets text and emits signals.
Called when the spinbox needs to interpret the text on the lineedit.
Reimplemented in QDateTimeEditPrivate.
Definition at line 1941 of file qabstractspinbox.cpp.
Referenced by QDateTimeEditPrivate::interpret().
|
virtual |
Returns the hover control at pos.
This will update the hoverRect and hoverControl.
Reimplemented in QDateTimeEditPrivate.
Definition at line 1454 of file qabstractspinbox.cpp.
Referenced by QDateTimeEditPrivate::newHoverControl(), and updateHoverControl().
void QAbstractSpinBoxPrivate::reset | ( | ) |
Resets the state of the spinbox.
E.g. the state is set to (Keyboard|Up) if Key up is currently pressed.
Definition at line 1656 of file qabstractspinbox.cpp.
Referenced by setRange(), and updateState().
Convenience function to set min/max values.
Reimplemented in QDateTimeEditPrivate.
Definition at line 1855 of file qabstractspinbox.cpp.
Referenced by QDateTimeEditPrivate::setRange().
void QAbstractSpinBoxPrivate::setValue | ( | const QVariant & | val, |
EmitPolicy | ep, | ||
bool | doUpdate = true |
||
) |
Sets the value of the spin box to val.
Depending on the value of ep it will also emit signals.
Definition at line 1791 of file qabstractspinbox.cpp.
Referenced by _q_editorTextChanged(), QDateTimeEditPrivate::interpret(), interpret(), and setRange().
bool QAbstractSpinBoxPrivate::specialValue | ( | ) | const |
Returns true if a specialValueText has been set and the current value is minimum.
Definition at line 1519 of file qabstractspinbox.cpp.
Referenced by QDateTimeEditPrivate::_q_editorCursorPositionChanged(), _q_editorCursorPositionChanged(), QDateTimeEditPrivate::setSelected(), QDateTimeEditPrivate::updateEdit(), and updateEdit().
Strips any prefix/suffix from text.
Definition at line 1474 of file qabstractspinbox.cpp.
Virtual method called that calls the public textFromValue() functions in the subclasses.
Needed to change signature from QVariant to int/double/QDateTime etc. Used when needing to display a value textually.
This method is reimeplemented in the various subclasses.
Reimplemented in QDoubleSpinBoxPrivate, QDateTimeEditPrivate, and QSpinBoxPrivate.
Definition at line 1908 of file qabstractspinbox.cpp.
Referenced by updateEdit().
|
virtual |
Updates the line edit to reflect the current value of the spin box.
Reimplemented in QDateTimeEditPrivate.
Definition at line 1818 of file qabstractspinbox.cpp.
Referenced by setRange(), and setValue().
|
virtual |
Reimplemented in QDateTimeEditPrivate.
Definition at line 1502 of file qabstractspinbox.cpp.
Referenced by QDateTimeEditPrivate::updateEditFieldGeometry().
bool QAbstractSpinBoxPrivate::updateHoverControl | ( | const QPoint & | pos | ) |
Updates the old and new hover control.
Definition at line 1432 of file qabstractspinbox.cpp.
void QAbstractSpinBoxPrivate::updateState | ( | bool | up, |
bool | fromKeyboard = false |
||
) |
Updates the state of the spinbox.
Definition at line 1681 of file qabstractspinbox.cpp.
Virtual method called that calls the public valueFromText() functions in the subclasses.
Needed to change signature from QVariant to int/double/QDateTime etc. Used when needing to interpret a string as another type.
This method is reimeplemented in the various subclasses.
Reimplemented in QDoubleSpinBoxPrivate, QDateTimeEditPrivate, and QSpinBoxPrivate.
Definition at line 1927 of file qabstractspinbox.cpp.
Referenced by _q_editorTextChanged(), and interpret().
|
static |
Definition at line 2223 of file qabstractspinbox.cpp.
Referenced by interpret().
Definition at line 2160 of file qabstractspinbox.cpp.
Referenced by bound(), and setRange().
uint QAbstractSpinBoxPrivate::accelerate |
Definition at line 143 of file qabstractspinbox_p.h.
int QAbstractSpinBoxPrivate::acceleration |
Definition at line 148 of file qabstractspinbox_p.h.
Referenced by reset().
uint QAbstractSpinBoxPrivate::buttonState |
Definition at line 133 of file qabstractspinbox_p.h.
Referenced by reset(), QDateTimeEditPrivate::updateArrow(), and updateState().
QAbstractSpinBox::ButtonSymbols QAbstractSpinBoxPrivate::buttonSymbols |
Definition at line 151 of file qabstractspinbox_p.h.
|
mutable |
Definition at line 137 of file qabstractspinbox_p.h.
|
mutable |
Definition at line 137 of file qabstractspinbox_p.h.
Referenced by setRange().
|
mutable |
Definition at line 136 of file qabstractspinbox_p.h.
Referenced by clearCache(), and QDateTimeEditPrivate::validateAndInterpret().
|
mutable |
Definition at line 134 of file qabstractspinbox_p.h.
Referenced by clearCache(), QDateTimeEditPrivate::updateCache(), and QDateTimeEditPrivate::validateAndInterpret().
|
mutable |
Definition at line 135 of file qabstractspinbox_p.h.
Referenced by clearCache(), QDateTimeEditPrivate::updateCache(), and QDateTimeEditPrivate::validateAndInterpret().
uint QAbstractSpinBoxPrivate::cleared |
Definition at line 145 of file qabstractspinbox_p.h.
Referenced by interpret(), setValue(), and updateEdit().
QAbstractSpinBox::CorrectionMode QAbstractSpinBoxPrivate::correctionMode |
Definition at line 147 of file qabstractspinbox_p.h.
Referenced by QDateTimeEditPrivate::interpret(), and interpret().
QLineEdit* QAbstractSpinBoxPrivate::edit |
Definition at line 127 of file qabstractspinbox_p.h.
Referenced by QDateTimeEditPrivate::_q_editorCursorPositionChanged(), _q_editorCursorPositionChanged(), _q_editorTextChanged(), QDateTimeEditPrivate::clearSection(), QDateTimeEditPrivate::cursorPosition(), QDateTimeEditPrivate::displayText(), init(), QDateTimeEditPrivate::interpret(), interpret(), QDateTimeEditPrivate::setSelected(), QDateTimeEditPrivate::stepBy(), QDateTimeEditPrivate::updateCache(), QDateTimeEditPrivate::updateEdit(), updateEdit(), QDateTimeEditPrivate::updateEditFieldGeometry(), and updateEditFieldGeometry().
int QAbstractSpinBoxPrivate::effectiveSpinRepeatRate |
Definition at line 132 of file qabstractspinbox_p.h.
uint QAbstractSpinBoxPrivate::frame |
Definition at line 142 of file qabstractspinbox_p.h.
QStyle::SubControl QAbstractSpinBoxPrivate::hoverControl |
Definition at line 149 of file qabstractspinbox_p.h.
Referenced by QDateTimeEditPrivate::newHoverControl(), newHoverControl(), QDateTimeEditPrivate::updateArrow(), and updateHoverControl().
QRect QAbstractSpinBoxPrivate::hoverRect |
Definition at line 150 of file qabstractspinbox_p.h.
Referenced by newHoverControl(), and updateHoverControl().
uint QAbstractSpinBoxPrivate::ignoreCursorPositionChanged |
Definition at line 141 of file qabstractspinbox_p.h.
Referenced by QDateTimeEditPrivate::_q_editorCursorPositionChanged(), and _q_editorCursorPositionChanged().
uint QAbstractSpinBoxPrivate::ignoreUpdateEdit |
Definition at line 146 of file qabstractspinbox_p.h.
uint QAbstractSpinBoxPrivate::keyboardTracking |
Definition at line 144 of file qabstractspinbox_p.h.
Referenced by _q_editorTextChanged().
QVariant QAbstractSpinBoxPrivate::maximum |
Definition at line 129 of file qabstractspinbox_p.h.
Referenced by bound(), QDateTimeEditPrivate::getMaximum(), interpret(), QDateTimeEditPrivate::QDateTimeEditPrivate(), setRange(), QDateTimeEditPrivate::stepBy(), and QDateTimeEditPrivate::updateTimeSpec().
QVariant QAbstractSpinBoxPrivate::minimum |
Definition at line 129 of file qabstractspinbox_p.h.
Referenced by bound(), QDateTimeEditPrivate::getMinimum(), interpret(), QDateTimeEditPrivate::QDateTimeEditPrivate(), setRange(), specialValue(), QDateTimeEditPrivate::stepBy(), QDateTimeEditPrivate::updateTimeSpec(), and QDateTimeEditPrivate::validateAndInterpret().
uint QAbstractSpinBoxPrivate::pendingEmit |
Definition at line 138 of file qabstractspinbox_p.h.
Referenced by _q_editorTextChanged(), QDateTimeEditPrivate::emitSignals(), setValue(), and QDateTimeEditPrivate::stepBy().
QString QAbstractSpinBoxPrivate::prefix |
Definition at line 128 of file qabstractspinbox_p.h.
Referenced by _q_editorCursorPositionChanged(), stripped(), updateEdit(), and QSpinBoxValidator::validate().
uint QAbstractSpinBoxPrivate::readOnly |
Definition at line 139 of file qabstractspinbox_p.h.
QVariant QAbstractSpinBoxPrivate::singleStep |
Definition at line 129 of file qabstractspinbox_p.h.
QString QAbstractSpinBoxPrivate::specialValueText |
Definition at line 128 of file qabstractspinbox_p.h.
Referenced by setRange(), specialValue(), stripped(), QDateTimeEditPrivate::updateEdit(), updateEdit(), QSpinBoxValidator::validate(), and QDateTimeEditPrivate::validateAndInterpret().
int QAbstractSpinBoxPrivate::spinClickThresholdTimerId |
Definition at line 131 of file qabstractspinbox_p.h.
Referenced by reset(), and updateState().
int QAbstractSpinBoxPrivate::spinClickThresholdTimerInterval |
Definition at line 131 of file qabstractspinbox_p.h.
Referenced by init(), and updateState().
int QAbstractSpinBoxPrivate::spinClickTimerId |
Definition at line 131 of file qabstractspinbox_p.h.
Referenced by reset().
int QAbstractSpinBoxPrivate::spinClickTimerInterval |
Definition at line 131 of file qabstractspinbox_p.h.
Referenced by init().
QString QAbstractSpinBoxPrivate::suffix |
Definition at line 128 of file qabstractspinbox_p.h.
Referenced by _q_editorCursorPositionChanged(), stripped(), updateEdit(), and QSpinBoxValidator::validate().
QVariant::Type QAbstractSpinBoxPrivate::type |
Definition at line 130 of file qabstractspinbox_p.h.
Referenced by getZeroVariant(), QDateTimeEditPrivate::getZeroVariant(), interpret(), QDateTimeEditPrivate::QDateTimeEditPrivate(), and updateEdit().
QSpinBoxValidator* QAbstractSpinBoxPrivate::validator |
Definition at line 152 of file qabstractspinbox_p.h.
Referenced by init().
QVariant QAbstractSpinBoxPrivate::value |
Definition at line 129 of file qabstractspinbox_p.h.
Referenced by QDateTimeEditPrivate::_q_editorCursorPositionChanged(), QDateTimeEditPrivate::closestSection(), QDateTimeEditPrivate::emitSignals(), QDateTimeEditPrivate::init(), QDateTimeEditPrivate::interpret(), interpret(), QDateTimeEditPrivate::sectionAt(), setRange(), QDateTimeEditPrivate::setSelected(), setValue(), specialValue(), QDateTimeEditPrivate::stepBy(), QDateTimeEditPrivate::updateEdit(), updateEdit(), QDateTimeEditPrivate::updateTimeSpec(), and QDateTimeEditPrivate::validateAndInterpret().
uint QAbstractSpinBoxPrivate::wrapping |
Definition at line 140 of file qabstractspinbox_p.h.
Referenced by bound(), and QDateTimeEditPrivate::stepBy().