okteta
bytearraytablelayout.h
Go to the documentation of this file.
64 ByteArrayTableLayout( Size noOfBytesPerLine, Address firstLineOffset, Address startOffset, Address byteArrayOffset, Size byteArrayLength );
211 inline Size ByteArrayTableLayout::length() const { return mLastByteArrayOffset-mByteArrayOffset+1; }
212 inline Address ByteArrayTableLayout::lastByteArrayOffset() const { return mLastByteArrayOffset; }
216 inline LinePosition ByteArrayTableLayout::firstStartLinePosition() const { return startCoord().pos(); }
217 inline LinePosition ByteArrayTableLayout::lastFinalLinePosition() const { return finalCoord().pos(); }
221 inline LineSize ByteArrayTableLayout::noOfLines() const { return mByteArrayOffset>mLastByteArrayOffset?0:finalLine()+1; }
LineSize noOfLines() const
tells how much lines this layout needs (incl.
Definition: bytearraytablelayout.h:221
Address startOffset() const
Definition: bytearraytablelayout.h:207
Size noOfBytesPerLine() const
returns number of bytes per line
Definition: bytearraytablelayout.h:209
Address mFirstLineOffset
starting offset of the first displayed line
Definition: bytearraytablelayout.h:189
Address firstLineOffset() const
Definition: bytearraytablelayout.h:208
Address mRelativeStartOffset
Definition: bytearraytablelayout.h:193
LineSize noOfLinesPerPage() const
returns number of lines per visual page
Definition: bytearraytablelayout.h:220
the logical layout of a byte array table for a view
Definition: bytearraytablelayout.h:61
Line startLine() const
Definition: bytearraytablelayout.h:218
CoordRange mCoordRange
Definition: bytearraytablelayout.h:203
Line finalLine() const
Definition: bytearraytablelayout.h:219
Address lastByteArrayOffset() const
Definition: bytearraytablelayout.h:212
LineSize mNoOfLinesPerPage
number of lines that are moved by page up/down
Definition: bytearraytablelayout.h:199
Address mLastByteArrayOffset
last offset in the displayed bytearray section
Definition: bytearraytablelayout.h:197
LinePosition firstStartLinePosition() const
Definition: bytearraytablelayout.h:216
Address byteArrayOffset() const
returns the offset of the start of the displayed byte array section
Definition: bytearraytablelayout.h:210
Address mStartOffset
starting offset of the displayed bytearray
Definition: bytearraytablelayout.h:191
Size length() const
returns the length of the displayed byte array section
Definition: bytearraytablelayout.h:211
LinePosition lastFinalLinePosition() const
Definition: bytearraytablelayout.h:217
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.