okteta
Public Member Functions |
Protected Types |
Protected Member Functions |
Protected Attributes |
List of all members
Okteta::KNavigator Class Reference
#include <knavigator.h>
Inheritance diagram for Okteta::KNavigator:
Public Member Functions | |
KNavigator (AbstractByteArrayView *view, KController *parent) | |
virtual bool | handleKeyPress (QKeyEvent *keyEvent) |
Public Member Functions inherited from Okteta::KController | |
virtual | ~KController () |
Protected Types | |
enum | KMoveAction { MoveBackward, MoveWordBackward, MoveForward, MoveWordForward, MoveUp, MovePgUp, MoveDown, MovePgDown, MoveLineStart, MoveHome, MoveLineEnd, MoveEnd } |
Protected Member Functions | |
void | moveCursor (KMoveAction Action, bool Select) |
Protected Member Functions inherited from Okteta::KController | |
KController (KController *parent) | |
Protected Attributes | |
AbstractByteArrayView * | mView |
Protected Attributes inherited from Okteta::KController | |
KController * | mParent |
Detailed Description
Definition at line 36 of file knavigator.h.
Member Enumeration Documentation
|
protected |
Enumerator | |
---|---|
MoveBackward | |
MoveWordBackward | |
MoveForward | |
MoveWordForward | |
MoveUp | |
MovePgUp | |
MoveDown | |
MovePgDown | |
MoveLineStart | |
MoveHome | |
MoveLineEnd | |
MoveEnd |
Definition at line 39 of file knavigator.h.
Constructor & Destructor Documentation
Okteta::KNavigator::KNavigator | ( | AbstractByteArrayView * | view, |
KController * | parent | ||
) |
Definition at line 38 of file knavigator.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Okteta::KController.
Definition at line 44 of file knavigator.cpp.
|
protected |
moves the cursor according to the action, handles all drawing
Definition at line 98 of file knavigator.cpp.
Member Data Documentation
|
protected |
Definition at line 53 of file knavigator.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: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.