Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickAbstractSpinBox< Derived, ValueType > Class Template Reference

#include <qquickabstractspinbox_p.h>

Collaboration diagram for QQuickAbstractSpinBox< Derived, ValueType >:

Classes

class  QQuickAbstractSpinBoxPrivate

Public Member Functions

ValueType from () const
ValueType to () const
ValueType value () const
ValueType stepSize () const
bool isEditable () const
void setEditable (bool editable)
void setTextFromValue (const QJSValue &callback)
void setValueFromText (const QJSValue &callback)
QQuickIndicatorButtonup () const
QQuickIndicatorButtondown () const
Qt::InputMethodHints inputMethodHints () const
void setInputMethodHints (Qt::InputMethodHints hints)
bool isInputMethodComposing () const
bool wrap () const
QString displayText () const
void increase ()
void decrease ()

Protected Member Functions

void handleFocusInEvent (QFocusEvent *event)
void handleHoverEnterEvent (QHoverEvent *event)
void handleHoverMoveEvent (QHoverEvent *event)
void handleHoverLeaveEvent (QHoverEvent *event)
void handleKeyPressEvent (QKeyEvent *event)
void handleKeyReleaseEvent (QKeyEvent *event)
void handleTimerEvent (QTimerEvent *event)
void handleClassBegin ()
void handleComponentComplete ()
void handleItemChange (QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value)
void handleLocaleChange ()
QFont defaultFont () const
 QQuickAbstractSpinBox ()
 ~QQuickAbstractSpinBox ()
 QQuickAbstractSpinBox (const QQuickAbstractSpinBox &)=delete
QQuickAbstractSpinBoxoperator= (const QQuickAbstractSpinBox &)=delete

Detailed Description

template<typename Derived, typename ValueType>
class QQuickAbstractSpinBox< Derived, ValueType >

Definition at line 35 of file qquickabstractspinbox_p.h.

Constructor & Destructor Documentation

◆ QQuickAbstractSpinBox() [1/2]

template<typename Derived, typename ValueType>
QQuickAbstractSpinBox< Derived, ValueType >::QQuickAbstractSpinBox ( )
inlineprotected

Definition at line 611 of file qquickabstractspinbox_p.h.

◆ ~QQuickAbstractSpinBox()

template<typename Derived, typename ValueType>
QQuickAbstractSpinBox< Derived, ValueType >::~QQuickAbstractSpinBox ( )
inlineprotected

Definition at line 630 of file qquickabstractspinbox_p.h.

◆ QQuickAbstractSpinBox() [2/2]

template<typename Derived, typename ValueType>
QQuickAbstractSpinBox< Derived, ValueType >::QQuickAbstractSpinBox ( const QQuickAbstractSpinBox< Derived, ValueType > & )
protecteddelete

Member Function Documentation

◆ decrease()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::decrease ( )
inline

Definition at line 445 of file qquickabstractspinbox_p.h.

◆ defaultFont()

template<typename Derived, typename ValueType>
QFont QQuickAbstractSpinBox< Derived, ValueType >::defaultFont ( ) const
inlineprotected

Definition at line 596 of file qquickabstractspinbox_p.h.

◆ displayText()

template<typename Derived, typename ValueType>
QString QQuickAbstractSpinBox< Derived, ValueType >::displayText ( ) const
inline

Definition at line 434 of file qquickabstractspinbox_p.h.

◆ down()

template<typename Derived, typename ValueType>
QQuickIndicatorButton * QQuickAbstractSpinBox< Derived, ValueType >::down ( ) const
inline

Definition at line 397 of file qquickabstractspinbox_p.h.

◆ from()

template<typename Derived, typename ValueType>
ValueType QQuickAbstractSpinBox< Derived, ValueType >::from ( ) const
inline

Definition at line 302 of file qquickabstractspinbox_p.h.

◆ handleClassBegin()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleClassBegin ( )
inlineprotected

Definition at line 556 of file qquickabstractspinbox_p.h.

◆ handleComponentComplete()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleComponentComplete ( )
inlineprotected

Definition at line 568 of file qquickabstractspinbox_p.h.

◆ handleFocusInEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleFocusInEvent ( QFocusEvent * event)
inlineprotected

Definition at line 451 of file qquickabstractspinbox_p.h.

◆ handleHoverEnterEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleHoverEnterEvent ( QHoverEvent * event)
inlineprotected

Definition at line 460 of file qquickabstractspinbox_p.h.

◆ handleHoverLeaveEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleHoverLeaveEvent ( QHoverEvent * event)
inlineprotected

Definition at line 476 of file qquickabstractspinbox_p.h.

◆ handleHoverMoveEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleHoverMoveEvent ( QHoverEvent * event)
inlineprotected

Definition at line 468 of file qquickabstractspinbox_p.h.

◆ handleItemChange()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleItemChange ( QQuickItem::ItemChange change,
const QQuickItem::ItemChangeData & value )
inlineprotected

Definition at line 583 of file qquickabstractspinbox_p.h.

◆ handleKeyPressEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleKeyPressEvent ( QKeyEvent * event)
inlineprotected

Definition at line 485 of file qquickabstractspinbox_p.h.

◆ handleKeyReleaseEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleKeyReleaseEvent ( QKeyEvent * event)
inlineprotected

Definition at line 515 of file qquickabstractspinbox_p.h.

◆ handleLocaleChange()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleLocaleChange ( )
inlineprotected

Definition at line 590 of file qquickabstractspinbox_p.h.

◆ handleTimerEvent()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::handleTimerEvent ( QTimerEvent * event)
inlineprotected

Definition at line 527 of file qquickabstractspinbox_p.h.

◆ increase()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::increase ( )
inline

Definition at line 440 of file qquickabstractspinbox_p.h.

◆ inputMethodHints()

template<typename Derived, typename ValueType>
Qt::InputMethodHints QQuickAbstractSpinBox< Derived, ValueType >::inputMethodHints ( ) const
inline

Definition at line 404 of file qquickabstractspinbox_p.h.

◆ isEditable()

template<typename Derived, typename ValueType>
bool QQuickAbstractSpinBox< Derived, ValueType >::isEditable ( ) const
inline

Definition at line 322 of file qquickabstractspinbox_p.h.

◆ isInputMethodComposing()

template<typename Derived, typename ValueType>
bool QQuickAbstractSpinBox< Derived, ValueType >::isInputMethodComposing ( ) const
inline

Definition at line 422 of file qquickabstractspinbox_p.h.

◆ operator=()

template<typename Derived, typename ValueType>
QQuickAbstractSpinBox & QQuickAbstractSpinBox< Derived, ValueType >::operator= ( const QQuickAbstractSpinBox< Derived, ValueType > & )
protecteddelete

◆ setEditable()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::setEditable ( bool editable)
inline

Definition at line 327 of file qquickabstractspinbox_p.h.

◆ setInputMethodHints()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::setInputMethodHints ( Qt::InputMethodHints hints)
inline

Definition at line 411 of file qquickabstractspinbox_p.h.

◆ setTextFromValue()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::setTextFromValue ( const QJSValue & callback)
inline

Definition at line 366 of file qquickabstractspinbox_p.h.

◆ setValueFromText()

template<typename Derived, typename ValueType>
void QQuickAbstractSpinBox< Derived, ValueType >::setValueFromText ( const QJSValue & callback)
inline

Definition at line 378 of file qquickabstractspinbox_p.h.

◆ stepSize()

template<typename Derived, typename ValueType>
ValueType QQuickAbstractSpinBox< Derived, ValueType >::stepSize ( ) const
inline

Definition at line 317 of file qquickabstractspinbox_p.h.

◆ to()

template<typename Derived, typename ValueType>
ValueType QQuickAbstractSpinBox< Derived, ValueType >::to ( ) const
inline

Definition at line 307 of file qquickabstractspinbox_p.h.

◆ up()

template<typename Derived, typename ValueType>
QQuickIndicatorButton * QQuickAbstractSpinBox< Derived, ValueType >::up ( ) const
inline

Definition at line 390 of file qquickabstractspinbox_p.h.

◆ value()

template<typename Derived, typename ValueType>
ValueType QQuickAbstractSpinBox< Derived, ValueType >::value ( ) const
inline

Definition at line 312 of file qquickabstractspinbox_p.h.

◆ wrap()

template<typename Derived, typename ValueType>
bool QQuickAbstractSpinBox< Derived, ValueType >::wrap ( ) const
inline

Definition at line 429 of file qquickabstractspinbox_p.h.


The documentation for this class was generated from the following file: