wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
The QwwLongSpinBox class provides a spinbox taking long long values. More...
#include <QwwLongSpinBox>
This class is not part of the Qt GUI Framework Edition.
Inherits QAbstractSpinBox.
|
QwwLongSpinBox ( QWidget * parent = 0 ) | |
qlonglong | maximum () const |
qlonglong | minimum () const |
const QString & | prefix () const |
void | setMaximum ( qlonglong v ) |
void | setMinimum ( qlonglong v ) |
void | setPrefix ( const QString & ) |
void | setRange ( qlonglong min, qlonglong max ) |
void | setSingleStep ( qlonglong s ) |
void | setSuffix ( const QString & ) |
qlonglong | singleStep () const |
const QString & | suffix () const |
qlonglong | value () const |
virtual void | fixup ( QString & input ) const |
virtual void | stepBy ( int steps ) |
virtual QValidator::State | validate ( QString & input, int & pos ) const |
void | setValue ( qlonglong v ) |
void | valueChanged ( qlonglong i ) |
void | valueChanged ( const QString & text ) |
virtual QString | textFromValue ( qlonglong value ) const |
virtual qlonglong | valueFromText ( const QString & text ) const |
virtual StepEnabled | stepEnabled () const |
The QwwLongSpinBox class provides a spinbox taking long long values.
This property holds property holds the maximum value allowed for the spinbox.
Access functions:
qlonglong | maximum () const |
void | setMaximum ( qlonglong v ) |
This property holds property holds the minimum value allowed for the spinbox.
Access functions:
qlonglong | minimum () const |
void | setMinimum ( qlonglong v ) |
This property holds property holds the spinbox's prefix.
Access functions:
const QString & | prefix () const |
void | setPrefix ( const QString & ) |
This property holds this property holds the step for the spinbox.
Access functions:
qlonglong | singleStep () const |
void | setSingleStep ( qlonglong s ) |
This property holds property holds the spinbox's suffix.
Access functions:
const QString & | suffix () const |
void | setSuffix ( const QString & ) |
This property holds property holds the spinbox value.
Access functions:
qlonglong | value () const |
void | setValue ( qlonglong v ) |
Notifier signal:
void | valueChanged ( qlonglong i ) |
void | valueChanged ( const QString & text ) |
Constructs a long spin box widget with a given parent.
Reimplemented from QAbstractSpinBox::fixup().
Attempts to correct the input.
Sets the range of values allowed for the spinbox to min and max
Reimplemented from QAbstractSpinBox::stepBy().
Changes the spinbox value by a number of steps steps
Reimplemented from QAbstractSpinBox::stepEnabled().
Returns set of enabled steps.
Returns textual representation of the value.
Reimplemented from QAbstractSpinBox::validate().
Validates the spinbox input with cursor at position pos
This signal is emitted whenever value of the spin box is set to i
This signal is emitted whenever the textual representation of the value changes to text.
Returns numerical representation of the text.
Copyright © 2007-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |