okteta
bytearraytablecursor.h
Go to the documentation of this file.
175 inline Address ByteArrayTableCursor::realIndex() const { return mBehind ? mIndex + 1 : mIndex; }
Address index() const
the index that is drawn at the actual coord
Definition: bytearraytablecursor.h:170
void stepToEnd()
if newpos allowed steps at a coord behind the last existing or, if that is at a line end...
Definition: bytearraytablecursor.cpp:247
void gotoPreviousByte()
Definition: bytearraytablecursor.cpp:70
Okteta::ArrayChangeMetricsList ArrayChangeMetricsList
Definition: grouppiecetablechange.h:42
the logical layout of a byte array table for a view
Definition: bytearraytablelayout.h:61
void gotoIndex(Address index)
Definition: bytearraytablecursor.cpp:260
void gotoNextByte()
Definition: bytearraytablecursor.cpp:102
void gotoPageDown()
Definition: bytearraytablecursor.cpp:315
void setAppendPosEnabled(bool appendPosEnabled=true)
Definition: bytearraytablecursor.cpp:43
Address validIndex() const
returns the true index if it is valid index that is it is inside the data's range.
Definition: bytearraytablecursor.cpp:329
navigates through the buffer in an abstract way, based on the layout
Definition: bytearraytablecursor.h:60
Address indexAtLineEnd() const
returns the index at the end of the cursor's line
Definition: bytearraytablecursor.cpp:335
void gotoCIndex(Address index)
Definition: bytearraytablecursor.cpp:218
~ByteArrayTableCursor()
Definition: bytearraytablecursor.cpp:407
void gotoLineStart()
Definition: bytearraytablecursor.cpp:173
void gotoCCoord(const Coord &coord)
Definition: bytearraytablecursor.cpp:231
void gotoCoord(const Coord &coord)
Definition: bytearraytablecursor.cpp:280
ByteArrayTableCursor(const ByteArrayTableLayout *layout)
Definition: bytearraytablecursor.cpp:34
Address indexAtLineStart() const
returns the index at the start of the cursor's line
Definition: bytearraytablecursor.cpp:334
bool atLineStart() const
Definition: bytearraytablecursor.cpp:343
bool atLineEnd() const
Definition: bytearraytablecursor.cpp:344
bool isBehind() const
true if the cursor is located to the right of the actual coord but still shown at the coord ...
Definition: bytearraytablecursor.h:174
bool atAppendPos() const
could only be true in InsertMode: Cursor is behind the last byte
Definition: bytearraytablecursor.cpp:340
void adaptToChanges(const ArrayChangeMetricsList &changeList, Size oldLength)
Definition: bytearraytablecursor.cpp:347
void stepBehind()
puts the cursor behind the actual position if it isn't already
Definition: bytearraytablecursor.h:178
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 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:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.