KHE::CharColumnInterface Class Reference
A simple interface for the access to the char column of a hex edit widget. More...
#include <charcolumninterface.h>
Public Types | |
enum | KEncoding { LocalEncoding = 0, ISO8859_1Encoding = 1, CECP1047Encoding = 2, MaxEncodingId = 0xFFFF } |
Public Member Functions | |
virtual void | setShowUnprintable (bool SU=true)=0 |
virtual void | setSubstituteChar (QChar SC)=0 |
virtual void | setEncoding (KEncoding C)=0 |
virtual bool | showUnprintable () const=0 |
virtual QChar | substituteChar () const=0 |
virtual KEncoding | encoding () const=0 |
Detailed Description
A simple interface for the access to the char column of a hex edit widget.
- Author:
- Friedrich W. H. Kossebau <Friedrich.W.H@Kossebau.de>
- See also:
- createBytesEditWidget(), charColumnInterface()
- Since:
- 3.2
Definition at line 33 of file charcolumninterface.h.
Member Enumeration Documentation
|
encoding used to display the symbols in the text column
Definition at line 37 of file charcolumninterface.h. |
Member Function Documentation
|
sets whether "unprintable" chars (value<32) should be displayed in the text column with their corresponding character.
Default is
|
|
sets the substitute character for "unprintable" chars Default is '.'.
|
|
sets the encoding of the text column.
If the encoding is not available the format will not be changed. Default is
|
|
|
|
|
|
|
The documentation for this class was generated from the following file: