okteta
bytearrayrowview.cpp
Go to the documentation of this file.
84 void ByteArrayRowView::setBufferSpacing( /*PixelX*/int byteSpacing, int noOfGroupedBytes, /*PixelX*/int groupSpacing )
virtual void setBufferSpacing(int byteSpacingWidth, int noOfGroupedBytes=0, int groupSpacingWidth=0)
sets the spacing in the value column
Definition: bytearrayrowview.cpp:84
Definition: bytearrayrowview.h:35
virtual void setGroupSpacingWidth(int groupSpacingWidth)
sets the spacing between the groups of bytes in the value column
Definition: bytearrayrowview.cpp:110
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
virtual bool showsNonprinting() const
reports if "non-printing" chars are displayed in the char column with their original character...
Definition: bytearrayrowview.cpp:64
virtual QChar undefinedChar() const
returns the actually used undefined character for "undefined" chars, default is '?'
Definition: bytearrayrowview.cpp:74
virtual void setByteTypeColored(bool isColored)
Definition: bytearrayrowview.cpp:156
virtual void setCharCoding(CharCoding charCoding)
sets the encoding of the char column.
Definition: bytearrayrowview.cpp:143
virtual void setUndefinedChar(QChar undefinedChar)
sets the undefined character for "undefined" chars returns true if there was a change ...
Definition: bytearrayrowview.cpp:130
virtual int byteSpacingWidth() const
Definition: bytearrayrowview.cpp:44
virtual int groupSpacingWidth() const
Definition: bytearrayrowview.cpp:54
virtual QSize minimumSizeHint() const
Definition: bytearrayrowview.cpp:171
virtual int binaryGapWidth() const
Definition: bytearrayrowview.cpp:59
virtual bool isByteTypeColored() const
Definition: bytearrayrowview.cpp:79
virtual void changeEvent(QEvent *event)
calculates the number of bytes per line that fit into a widget with the given size tests whether a ve...
Definition: bytearrayrowview.cpp:163
virtual void setShowsNonprinting(bool showsNonprinting=true)
sets whether control chars or "non-printing" chars should be displayed in the char column with their ...
Definition: bytearrayrowview.cpp:136
virtual void setBinaryGapWidth(int binaryGapWidth)
sets the spacing in the middle of a binary byte in the value column
Definition: bytearrayrowview.cpp:117
ByteArrayRowView(QWidget *parent=0)
Definition: bytearrayrowview.cpp:31
virtual void renderColumns(QPainter *painter, int cx, int cy, int cw, int ch)
draws all columns in columns coordinates
Definition: bytearrayrowview.cpp:179
virtual void setValueCoding(ValueCoding valueCoding)
sets the format of the value column.
Definition: bytearrayrowview.cpp:91
virtual int noOfGroupedBytes() const
Definition: bytearrayrowview.cpp:49
virtual void setByteSpacingWidth(int byteSpacingWidth)
sets the spacing between the bytes in the value column
Definition: bytearrayrowview.cpp:97
virtual QChar substituteChar() const
gives the used substitute character for "unprintable" chars, default is '.
Definition: bytearrayrowview.cpp:69
virtual void setSubstituteChar(QChar substituteChar)
sets the substitute character for "non-printing" chars returns true if there was a change ...
Definition: bytearrayrowview.cpp:124
virtual void setNoOfGroupedBytes(int noOfGroupedBytes)
sets the number of grouped bytes in the value column
Definition: bytearrayrowview.cpp:103
virtual void setByteArrayModel(AbstractByteArrayModel *byteArrayModel)
Definition: bytearrayrowview.cpp:38
virtual ~ByteArrayRowView()
Definition: bytearrayrowview.cpp:186
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.