okteta
kbytearrayedit.h
Go to the documentation of this file.
virtual void repaintRange(int i1, int i2)
repaint the indizes from i1 to i2
Definition: kbytearrayedit.cpp:263
virtual void setSubstituteChar(QChar SC)
sets the substitute character for "unprintable" chars returns true if there was a change ...
Definition: kbytearrayedit.cpp:166
virtual void setOverwriteOnly(bool b)
Definition: kbytearrayedit.cpp:118
virtual bool hasSelectedData() const
returns true if there is a selected range in the array
Definition: kbytearrayedit.cpp:257
virtual int dataSize() const
returns the size of the actual byte array
Definition: kbytearrayedit.cpp:177
virtual int byteSpacingWidth() const
Definition: kbytearrayedit.cpp:221
virtual int noOfGroupedBytes() const
Definition: kbytearrayedit.cpp:226
virtual KResizeStyle resizeStyle() const
Definition: kbytearrayedit.cpp:107
virtual int groupSpacingWidth() const
Definition: kbytearrayedit.cpp:231
virtual void setCoding(KCoding C)
sets the format of the value column.
Definition: kbytearrayedit.cpp:93
virtual int noOfBytesPerLine() const
Definition: kbytearrayedit.cpp:102
virtual void setMaxDataSize(int MS)
sets the maximal size of the actual byte array.
Definition: kbytearrayedit.cpp:71
virtual void setEncoding(KEncoding C)
sets the encoding of the char column.
Definition: kbytearrayedit.cpp:156
virtual void setByteSpacingWidth(int BSW)
sets the spacing between the bytes in pixels
Definition: kbytearrayedit.cpp:136
virtual bool isOverwriteMode() const
Definition: kbytearrayedit.cpp:195
virtual void setGroupSpacingWidth(int GSW)
sets the spacing between the groups in pixels
Definition: kbytearrayedit.cpp:146
virtual void setShowUnprintable(bool SU=true)
sets whether "unprintable" chars (>32) should be displayed in the char column with their correspondin...
Definition: kbytearrayedit.cpp:161
virtual void setResizeStyle(KResizeStyle Style)
sets the resizestyle for the value column.
Definition: kbytearrayedit.cpp:98
virtual void setNoOfGroupedBytes(int NoGB)
sets the numbers of grouped bytes, 0 means no grouping, Default is 4
Definition: kbytearrayedit.cpp:141
virtual void setOverwriteMode(bool b)
Definition: kbytearrayedit.cpp:124
virtual bool isAutoDelete() const
returns whether autodelete is set for the byte array
Definition: kbytearrayedit.cpp:185
virtual bool isOverwriteOnly() const
Definition: kbytearrayedit.cpp:200
virtual void setBinaryGapWidth(int BGW)
sets the spacing in the middle of a binary byte in the value column
Definition: kbytearrayedit.cpp:151
virtual void setCursorPosition(int Index)
Definition: kbytearrayedit.cpp:88
virtual bool showUnprintable() const
returns true if "unprintable" chars (>32) are displayed in the char column with their corresponding c...
Definition: kbytearrayedit.cpp:241
virtual void setNoOfBytesPerLine(int NoCpL)
sets the number of bytes per line, switching the resize style to KHE::NoResize
Definition: kbytearrayedit.cpp:111
virtual void setKeepsMemory(bool KM=true)
sets whether the memory given by setData or in the constructor should be kept on resize ...
Definition: kbytearrayedit.cpp:82
virtual int maxDataSize() const
returns the maximal allowed size for the byte array
Definition: kbytearrayedit.cpp:181
virtual void setAutoDelete(bool AD=true)
sets whether the array should be deleted on the widget's end or if a new array is set...
Definition: kbytearrayedit.cpp:76
Definition: bytearraymodel.h:41
virtual void setData(char *D, int DSize, int RSize=-1, bool KM=true)
hands over to the editor a new byte array.
Definition: kbytearrayedit.cpp:50
virtual bool keepsMemory() const
returns whether the memory of the byte array is kept
Definition: kbytearrayedit.cpp:190
void copyAvailable(bool Really)
virtual QChar substituteChar() const
returns the actually used substitute character for "unprintable" chars, default is '...
Definition: kbytearrayedit.cpp:246
Definition: bookmarkable.h:29
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.