okteta
UInt16Editor Class Reference
#include <uint16editor.h>
Inheritance diagram for UInt16Editor:

Public Member Functions | |
| UInt16Editor (QWidget *parent) | |
| virtual | ~UInt16Editor () |
| UInt16 | data () const |
| void | setData (UInt16 data) |
Public Member Functions inherited from UIntSpinBox | |
| UIntSpinBox (QWidget *parent=0, int base=10) | |
| virtual | ~UIntSpinBox () |
| quint64 | maximum () const |
| void | setBase (int base) |
| void | setMaximum (quint64 max) |
| void | setValue (quint64 value) |
| quint64 | value () const |
Properties | |
| UInt16 | data |
Additional Inherited Members | |
Protected Member Functions inherited from UIntSpinBox | |
| 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 UIntSpinBox | |
| int | mBase |
| quint64 | mMaximum |
| QString | mPrefix |
| quint64 | mValue |
Detailed Description
Definition at line 31 of file uint16editor.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 29 of file uint16editor.cpp.
|
virtual |
Definition at line 47 of file uint16editor.cpp.
Member Function Documentation
| UInt16 UInt16Editor::data | ( | ) | const |
| void UInt16Editor::setData | ( | UInt16 | data | ) |
Definition at line 37 of file uint16editor.cpp.
Property Documentation
|
readwrite |
Definition at line 34 of file uint16editor.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