You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/khexedit/lib
tpearson b678e7f967
TQt conversion fixes
14 years ago
..
codecs TQt conversion fixes 14 years ago
controller TQt conversion fixes 14 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
helper.h Trinity Qt initial conversion 14 years ago
kadds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbigbuffer.cpp Trinity Qt initial conversion 14 years ago
kbigbuffer.h Trinity Qt initial conversion 14 years ago
kbordercoltextexport.cpp Trinity Qt initial conversion 14 years ago
kbordercoltextexport.h Trinity Qt initial conversion 14 years ago
kbordercolumn.cpp Trinity Qt initial conversion 14 years ago
kbordercolumn.h Trinity Qt initial conversion 14 years ago
kbuffercoltextexport.cpp Trinity Qt initial conversion 14 years ago
kbuffercoltextexport.h Trinity Qt initial conversion 14 years ago
kbuffercolumn.cpp Trinity Qt initial conversion 14 years ago
kbuffercolumn.h TQt conversion fixes 14 years ago
kbuffercoord.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbuffercursor.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbuffercursor.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbufferdrag.cpp Trinity Qt initial conversion 14 years ago
kbufferdrag.h Trinity Qt initial conversion 14 years ago
kbufferlayout.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbufferlayout.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbufferranges.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbufferranges.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbytecodec.h Trinity Qt initial conversion 14 years ago
kbytesedit.cpp Trinity Qt initial conversion 14 years ago
kbytesedit.h Trinity Qt initial conversion 14 years ago
kcharcodec.h Trinity Qt initial conversion 14 years ago
kcharcoltextexport.cpp Trinity Qt initial conversion 14 years ago
kcharcoltextexport.h Trinity Qt initial conversion 14 years ago
kcharcolumn.cpp Trinity Qt initial conversion 14 years ago
kcharcolumn.h TQt conversion fixes 14 years ago
kcoltextexport.h TQt conversion fixes 14 years ago
kcolumn.cpp Trinity Qt initial conversion 14 years ago
kcolumn.h TQt conversion fixes 14 years ago
kcolumnsview.cpp Trinity Qt initial conversion 14 years ago
kcolumnsview.h Trinity Qt initial conversion 14 years ago
kcoordrange.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcoordrangelist.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcoordrangelist.h Trinity Qt initial conversion 14 years ago
kcursor.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcursor.h Trinity Qt initial conversion 14 years ago
kdatabuffer.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdatabuffer.h Trinity Qt initial conversion 14 years ago
kfixedsizebuffer.cpp Trinity Qt initial conversion 14 years ago
kfixedsizebuffer.h Trinity Qt initial conversion 14 years ago
khe.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
khechar.h Trinity Qt initial conversion 14 years ago
khexedit.cpp Trinity Qt initial conversion 14 years ago
khexedit.h TQt conversion fixes 14 years ago
khexedit_export.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
koffsetcoltextexport.cpp Trinity Qt initial conversion 14 years ago
koffsetcoltextexport.h Trinity Qt initial conversion 14 years ago
koffsetcolumn.cpp Trinity Qt initial conversion 14 years ago
koffsetcolumn.h Trinity Qt initial conversion 14 years ago
koffsetformat.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
koffsetformat.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kplainbuffer.cpp Trinity Qt initial conversion 14 years ago
kplainbuffer.h Trinity Qt initial conversion 14 years ago
krange.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kreadonlybuffer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksection.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksectionlist.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ksectionlist.h Trinity Qt initial conversion 14 years ago
kselection.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kvaluecoltextexport.cpp Trinity Qt initial conversion 14 years ago
kvaluecoltextexport.h Trinity Qt initial conversion 14 years ago
kvaluecolumn.cpp Trinity Qt initial conversion 14 years ago
kvaluecolumn.h Trinity Qt initial conversion 14 years ago
kwordbufferservice.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kwordbufferservice.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kwrappingrobuffer.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kwrappingrobuffer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

hex editor library
==================
part of the KHexEdit 2 project (kdenonbeta/khexedit2)
Author/Maintainer: Friedrich W. H. Kossebau <Friedrich.W.H@Kossebau.de>


description:
-----------
The lib is the main work of KHexEdit2. It offers
a general usable hex edit widget "KHexEdit"
that interacts with an abstract data buffer
interface called "KDataBuffer". This interface can
be subclassed to offer access to different data buffers
like paged gigabyte big files, video memory or whatever
you can imagine (hopefully).

For those simply needing a widget for a plain array of bytes
there is the widget subclass "KBytesEdit", which hides the
databuffer interface and publically simply interacts with
arrays (like "char Array[25];").


installing:
-----------
As these widgets and the databuffer interface have not got
much testing the API might not be finished. Because of that
it won't be made public available, i.e. there will be no headers
installed.


usage:
------
This lib is by now only used by the KBytesEdit part, to be found
in "../parts/kbytesedit".
It is _not_ used by the current KHexEdit 1 app. This will change once
the successor app from KHexEdit2 is done.