okteta
Hexadecimal8Editor Class Reference
#include <hexadecimal8editor.h>
Inheritance diagram for Hexadecimal8Editor:

Public Member Functions | |
| Hexadecimal8Editor (QWidget *parent) | |
| virtual | ~Hexadecimal8Editor () |
| Hexadecimal8 | data () const |
| void | setData (Hexadecimal8 data) |
Public Member Functions inherited from AbstractValue8Editor | |
| AbstractValue8Editor (Okteta::ValueCoding valueCoding, QWidget *parent=0) | |
| virtual | ~AbstractValue8Editor () |
Properties | |
| Hexadecimal8 | data |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractValue8Editor | |
| virtual QString | textFromValue (int value) const |
| virtual QValidator::State | validate (QString &text, int &pos) const |
| virtual int | valueFromText (const QString &text) const |
Protected Attributes inherited from AbstractValue8Editor | |
| Okteta::ValueCodec * | mValueCodec |
Detailed Description
Definition at line 31 of file hexadecimal8editor.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 26 of file hexadecimal8editor.cpp.
|
virtual |
Definition at line 41 of file hexadecimal8editor.cpp.
Member Function Documentation
| Hexadecimal8 Hexadecimal8Editor::data | ( | ) | const |
| void Hexadecimal8Editor::setData | ( | Hexadecimal8 | data | ) |
Definition at line 31 of file hexadecimal8editor.cpp.
Property Documentation
|
readwrite |
Definition at line 34 of file hexadecimal8editor.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