zoominterface.h
virtual void zoomIn()=0
increases the display size by an arbitrary value, usually 1 font point
virtual void zoomOut()=0
decreases the display size by an arbitrary value, usually 1 font point
KHE (short for KHexEdit) is KDE's namespace for all things related to the viewing/editing of bytes.
Definition: byteseditinterface.h:33
ZoomInterface * zoomInterface(T *t)
tries to get the zoom interface of t
Definition: zoominterface.h:69