okteta
Public Member Functions |
Protected Types |
Protected Member Functions |
Protected Attributes |
List of all members
Okteta::KEditor Class Reference
#include <keditor.h>
Inheritance diagram for Okteta::KEditor:

Public Member Functions | |
virtual | ~KEditor () |
virtual bool | handleKeyPress (QKeyEvent *keyEvent) |
![]() | |
virtual | ~KController () |
Protected Types | |
enum | KEditAction { CharDelete, WordDelete, CharBackspace, WordBackspace } |
Protected Member Functions | |
KEditor (ByteArrayTableCursor *cursor, AbstractByteArrayView *view, KController *parent) | |
void | doEditAction (KEditAction Action) |
![]() | |
KController (KController *parent) | |
Protected Attributes | |
ByteArrayTableCursor * | mCursor |
AbstractByteArrayView * | mView |
![]() | |
KController * | mParent |
Detailed Description
Member Enumeration Documentation
|
protected |
Constructor & Destructor Documentation
|
protected |
Definition at line 39 of file keditor.cpp.
|
virtual |
Definition at line 159 of file keditor.cpp.
Member Function Documentation
|
protected |
executes keyboard Action Action.
This is normally called by a key event handler.
Definition at line 105 of file keditor.cpp.
|
virtual |
Reimplemented from Okteta::KController.
Reimplemented in Okteta::KValueEditor, and Okteta::KCharEditor.
Definition at line 47 of file keditor.cpp.
Member Data Documentation
|
protected |
|
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
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.