KHexEdit
charcolumninterface.h
Go to the documentation of this file.
virtual ~CharColumnInterface()
Definition: charcolumninterface.h:36
virtual KEncoding encoding() const =0
virtual QChar substituteChar() const =0
A simple interface for the access to the char column of a hex edit widget.
Definition: charcolumninterface.h:33
the encoding of your shell.
Definition: charcolumninterface.h:43
CharColumnInterface * charColumnInterface(T *t)
tries to get the charcolumn interface of t
Definition: charcolumninterface.h:97
virtual void setShowUnprintable(bool SU=true)=0
sets whether "unprintable" chars (value<32) should be displayed in the text column with their corresp...
virtual bool showUnprintable() const =0
virtual void setEncoding(KEncoding C)=0
sets the encoding of the text column.
virtual void setSubstituteChar(QChar SC)=0
sets the substitute character for "unprintable" chars Default is '.
extended ASCII encoding, also known as Latin1
Definition: charcolumninterface.h:45
KEncoding
encoding used to display the symbols in the text column
Definition: charcolumninterface.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.