KHexEdit
Classes | |
class | BytesEditInterface |
class | CharColumnInterface |
class | ClipboardInterface |
class | ValueColumnInterface |
class | ZoomInterface |
Functions | |
template<class T > | |
BytesEditInterface * | bytesEditInterface (T *t) |
template<class T > | |
CharColumnInterface * | charColumnInterface (T *t) |
template<class T > | |
ClipboardInterface * | clipboardInterface (T *t) |
QWidget * | createBytesEditWidget (QWidget *Parent=0) |
template<class T > | |
ValueColumnInterface * | valueColumnInterface (T *t) |
template<class T > | |
ZoomInterface * | zoomInterface (T *t) |
Detailed Description
Function Documentation
template<class T >
|
inline |
tries to get the bytesedit interface of t
- Returns
- a pointer to the interface, otherwise 0
Definition at line 153 of file byteseditinterface.h.
template<class T >
CharColumnInterface* KHE::charColumnInterface | ( | T * | t | ) |
tries to get the charcolumn interface of t
- Returns
- a pointer to the interface, otherwise 0
Definition at line 97 of file charcolumninterface.h.
template<class T >
ClipboardInterface* KHE::clipboardInterface | ( | T * | t | ) |
tries to get the clipboard interface of t
- Returns
- a pointer to the interface, otherwise 0
Definition at line 79 of file clipboardinterface.h.
tries to create an instance of a hexedit widget for arrays of chars (char[])
- Parameters
-
Parent parent widget
- Returns
- a pointer to the widget, otherwise 0
- See also
- BytesEditInterface, ValueColumnInterface, CharColumnInterface, ZoomInterface, ClipboardInterface
Definition at line 165 of file byteseditinterface.h.
template<class T >
ValueColumnInterface* KHE::valueColumnInterface | ( | T * | t | ) |
tries to get the valuecolumn interface of t
- Returns
- a pointer to the interface, otherwise 0
Definition at line 163 of file valuecolumninterface.h.
template<class T >
ZoomInterface* KHE::zoomInterface | ( | T * | t | ) |
tries to get the zoom interface of t
- Returns
- a pointer to the interface, otherwise 0
Definition at line 71 of file zoominterface.h.
This file is part of the KDE documentation.
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
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.