okteta
knavigator.cpp
Go to the documentation of this file.
ByteArrayTableCursor * tableCursor() const
Definition: abstractbytearrayview.cpp:106
a class to control all the ranges like marking and selections holds also all modified ranges and merg...
Definition: bytearraytableranges.h:45
void updateChanged()
Definition: abstractbytearrayview.cpp:505
Address indexOfNextWordStart(Address index) const
searches for the start of the next word not including the given index.
Definition: wordbytearrayservice.cpp:80
void emitSelectionSignals()
Definition: abstractbytearrayview.cpp:494
void gotoPreviousByte()
Definition: bytearraytablecursor.cpp:70
void gotoIndex(Address index)
Definition: bytearraytablecursor.cpp:260
void gotoNextByte()
Definition: bytearraytablecursor.cpp:102
void gotoPageDown()
Definition: bytearraytablecursor.cpp:315
Okteta::AbstractByteArrayModel * byteArrayModel() const
Definition: abstractbytearrayview.cpp:44
void setSelectionStart(Address startIndex)
Definition: bytearraytableranges.cpp:83
void cursorPositionChanged(Okteta::Address index)
void finishByteEdit()
Definition: abstractbytearrayview.cpp:487
navigates through the buffer in an abstract way, based on the layout
Definition: bytearraytablecursor.h:60
void gotoCIndex(Address index)
Definition: bytearraytablecursor.cpp:218
void gotoLineStart()
Definition: bytearraytablecursor.cpp:173
virtual bool handleKeyPress(QKeyEvent *keyEvent)
Definition: kcontroller.cpp:34
ByteArrayTableRanges * tableRanges() const
Definition: abstractbytearrayview.cpp:111
const Okteta::CharCodec * charCodec() const
Definition: abstractbytearrayview.cpp:100
bool selectionStarted() const
Definition: bytearraytableranges.h:137
void setSelectionEnd(Address startIndex)
Definition: bytearraytableranges.cpp:93
AddressRange removeSelection(int id=0)
removes selection with id and returns it
Definition: bytearraytableranges.cpp:156
void ensureCursorVisible()
scrolls the view as much as needed to have the cursor fully visible
Definition: abstractbytearrayview.cpp:390
Address indexOfPreviousWordStart(Address index) const
searches for the first char after the end of the word including the given index.
Definition: wordbytearrayservice.cpp:54
bool isModified() const
Definition: bytearraytableranges.h:133
Definition: kcontroller.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.