KHexEdit
Introduction
The KHexEdit interfaces - also called KHE interfaces - are a set of well-defined interfaces which a library can implement to provide byte level editing services. Programs which utilise these interfaces can thus allow the user to choose which implementation of the hex editor component to use. At the time of KDE Platform 4.6 the only implementation known is the Okteta Component (found in kdesdk/okteta/parts/kbytesedit).
How to use the KHexEdit Interfaces
This HOWTO will explain step by step how to create a KHexEdit component and prepare it for usage.
The code lines
The following source code tries to create a hexedit component. If the component could not be created, a simple message label is created. Otherwise we set the data and configure it to our needs by using the different interfaces if available.
Notes
As the KHexEdit interfaces are header-only, you don't need to link against any additional libraries.
- Maintainer(s):
- Friedrich W. H. Kossebau <kossebau@kde.org>
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.