okteta
SInt64Editor Class Reference
#include <sint64editor.h>
Inheritance diagram for SInt64Editor:

Public Member Functions | |
| SInt64Editor (QWidget *parent) | |
| virtual | ~SInt64Editor () |
| SInt64 | data () const |
| void | setData (SInt64 data) |
Public Member Functions inherited from SIntSpinBox | |
| SIntSpinBox (QWidget *parent=0, int base=10) | |
| virtual | ~SIntSpinBox () |
| void | setBase (int base) |
| void | setRange (qint64 minimum, qint64 maximum) |
| void | setValue (qint64 value) |
| qint64 | value () const |
Properties | |
| SInt64 | data |
Additional Inherited Members | |
Protected Member Functions inherited from SIntSpinBox | |
| virtual void | fixup (QString &input) const |
| virtual void | stepBy (int steps) |
| virtual StepEnabled | stepEnabled () const |
| void | updateEditLine () const |
| virtual QValidator::State | validate (QString &input, int &pos) const |
Protected Attributes inherited from SIntSpinBox | |
| int | mBase |
| qint64 | mMaximum |
| qint64 | mMinimum |
| QString | mPrefix |
| qint64 | mValue |
Detailed Description
Definition at line 31 of file sint64editor.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 26 of file sint64editor.cpp.
|
virtual |
Definition at line 41 of file sint64editor.cpp.
Member Function Documentation
| SInt64 SInt64Editor::data | ( | ) | const |
| void SInt64Editor::setData | ( | SInt64 | data | ) |
Definition at line 31 of file sint64editor.cpp.
Property Documentation
|
readwrite |
Definition at line 34 of file sint64editor.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from