wwWidgets Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

QwwLongSpinBox Class Reference
[wwWidgets module]

The QwwLongSpinBox class provides a spinbox taking long long values. More...

 #include <QwwLongSpinBox>

Properties

Public Functions

Public Slots

Signals

Protected Functions


Detailed Description

The QwwLongSpinBox class provides a spinbox taking long long values.

QwwLongSpinBox


Property Documentation

maximum : qlonglong

This property holds property holds the maximum value allowed for the spinbox.

Access functions:

minimum : qlonglong

This property holds property holds the minimum value allowed for the spinbox.

Access functions:

prefix : QString

This property holds property holds the spinbox's prefix.

Access functions:

singleStep : qlonglong

This property holds this property holds the step for the spinbox.

Access functions:

suffix : QString

This property holds property holds the spinbox's suffix.

Access functions:

value : qlonglong

This property holds property holds the spinbox value.

Access functions:


Member Function Documentation

QwwLongSpinBox::QwwLongSpinBox ( QWidget * parent = 0 )

Constructs a long spin box widget with a given parent.

void QwwLongSpinBox::fixup ( QString & input ) const   [virtual]

Attempts to correct the input.

void QwwLongSpinBox::setRange ( qlonglong min, qlonglong max )

Sets the range of values allowed for the spinbox to min and max

void QwwLongSpinBox::stepBy ( int steps )   [virtual]

Changes the spinbox value by a number of steps steps

StepEnabled QwwLongSpinBox::stepEnabled () const   [virtual protected]

Returns set of enabled steps.

QString QwwLongSpinBox::textFromValue ( qlonglong value ) const   [virtual protected]

Returns textual representation of the value.

QValidator::State QwwLongSpinBox::validate ( QString & input, int & pos ) const   [virtual]

Validates the spinbox input with cursor at position pos

void QwwLongSpinBox::valueChanged ( qlonglong i )   [signal]

This signal is emitted whenever value of the spin box is set to i

void QwwLongSpinBox::valueChanged ( const QString & text )   [signal]

This signal is emitted whenever the textual representation of the value changes to text.

qlonglong QwwLongSpinBox::valueFromText ( const QString & text ) const   [virtual protected]

Returns numerical representation of the text.


Copyright © 2007-2009 Witold Wysota Trademarks
wwWidgets 0.9.6