okteta
#include <kvalueeditor.h>
Definition at line 40 of file kvalueeditor.h.
Enumerator |
---|
EnterValue |
|
IncValue |
|
DecValue |
|
ValueAppend |
|
ValueEdit |
|
LeaveValue |
|
ValueBackspace |
|
Definition at line 43 of file kvalueeditor.h.
Okteta::KValueEditor::~KValueEditor |
( |
| ) |
|
|
virtual |
void Okteta::KValueEditor::adaptToValueCodecChange |
( |
| ) |
|
void Okteta::KValueEditor::cancelEdit |
( |
bool |
undoChanges = true | ) |
|
void Okteta::KValueEditor::doValueEditAction |
( |
KValueEditAction |
action, |
|
|
int |
input = -1 |
|
) |
| |
|
protected |
executes keyboard Action Action.
This is normally called by a key event handler.
- Parameters
-
action | action to be done |
input | data to be used for the action |
Definition at line 203 of file kvalueeditor.cpp.
void Okteta::KValueEditor::finishEdit |
( |
| ) |
|
bool Okteta::KValueEditor::handleKeyPress |
( |
QKeyEvent * |
keyEvent | ) |
|
|
virtual |
bool Okteta::KValueEditor::isInEditMode |
( |
| ) |
const |
|
inline |
void Okteta::KValueEditor::reset |
( |
| ) |
|
|
inline |
void Okteta::KValueEditor::startEdit |
( |
const QString & |
description | ) |
|
|
protected |
Byte Okteta::KValueEditor::value |
( |
| ) |
const |
|
inline |
QString Okteta::KValueEditor::valueAsString |
( |
| ) |
const |
|
inline |
bool Okteta::KValueEditor::mEditModeByInsert |
|
protected |
flag whether byte edit mode was reached by inserting
Definition at line 78 of file kvalueeditor.h.
Byte Okteta::KValueEditor::mEditValue |
|
protected |
bool Okteta::KValueEditor::mInEditMode |
|
protected |
flag whether we are in editing mode
Definition at line 76 of file kvalueeditor.h.
unsigned int Okteta::KValueEditor::mInsertedDigitsCount |
|
protected |
Byte Okteta::KValueEditor::mOldValue |
|
protected |
QString Okteta::KValueEditor::mValueString |
|
protected |
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:13 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.