wwWidgets Home * All Classes * Main Classes * Grouped Classes * Modules * Functions

QwwLongSpinBox Class Reference

A spinbox taking long long values. More...

 #include <QwwLongSpinBox>

Inherits QAbstractSpinBox .

Properties

Public Functions

Public Slots

Signals

Protected Functions


Detailed Description

A spinbox taking long long values.

QwwLongSpinBox


Property Documentation

maximum : qlonglong

Property holds the maximum value allowed for the spinbox.

minimum : qlonglong

Property holds the minimum value allowed for the spinbox.

prefix : QString

Property holds the spinbox's prefix.

singleStep : qlonglong

Returns the step for the spinbox.

suffix : QString

Property holds the spinbox's suffix.

value : qlonglong

Property holds the spinbox value.


Member Function Documentation

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

Attempts to correct the input.

qlonglong QwwLongSpinBox::maximum

Property holds the maximum value allowed for the spinbox.

qlonglong QwwLongSpinBox::minimum

Property holds the minimum value allowed for the spinbox.

const QString & QwwLongSpinBox::prefix

Property holds the spinbox's prefix.

void QwwLongSpinBox::setMaximum (qlonglong v)

void QwwLongSpinBox::setMinimum (qlonglong v)

void QwwLongSpinBox::setPrefix (const QString &)

Sets the spinbox prefix.

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

Sets the range of values allowed for the spinbox.

void QwwLongSpinBox::setSingleStep (qlonglong s)

Sets the step size for the spinbox.

void QwwLongSpinBox::setSuffix (const QString &)

Sets the spinbox suffix.

void QwwLongSpinBox::setValue (qlonglong v) [ slot ]

Sets the spinbox value.

qlonglong QwwLongSpinBox::singleStep

Returns the step for the spinbox.

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

Changes the spinbox value by a number of steps.

const QString & QwwLongSpinBox::suffix

Property holds the spinbox's suffix.

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.

qlonglong QwwLongSpinBox::value

Property holds the spinbox value.

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

Returns numerical representation of the text.


Copyright (C) 2007-2008 Witold WysotaTrademarks
wwWidgets 0.9