KHexEdit
charcolumninterface.h
Go to the documentation of this file.
50 };
A simple interface for the access to the char column of a hex edit widget.
Definition charcolumninterface.h:34
virtual ~CharColumnInterface()
Definition charcolumninterface.h:36
virtual void setSubstituteChar(QChar SC)=0
sets the substitute character for "unprintable" chars Default is '.
virtual void setShowUnprintable(bool SU=true)=0
sets whether "unprintable" chars (value<32) should be displayed in the text column with their corresp...
virtual KEncoding encoding() const =0
virtual bool showUnprintable() const =0
virtual QChar substituteChar() const =0
virtual void setEncoding(KEncoding C)=0
sets the encoding of the text column.
KHE (short for KHexEdit) is KDE's namespace for all things related to the viewing/editing of bytes.
Definition byteseditinterface.h:31
CharColumnInterface * charColumnInterface(T *t)
tries to get the charcolumn interface of t
Definition charcolumninterface.h:97
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.