Kross::MetaTypeHandler
Kross::MetaTypeHandler Class Reference
#include <metatype.h>
Public Types | |
typedef QVariant( | FunctionPtr) (void *) |
typedef QVariant( | FunctionPtr2) (MetaTypeHandler *handler, void *) |
Public Member Functions | |
MetaTypeHandler (FunctionPtr *func) | |
MetaTypeHandler (FunctionPtr2 *func) | |
virtual QVariant | callHandler (void *ptr) |
Detailed Description
Base class for metatype-handlers as used returned by the Kross::Manager::metaTypeHandler() method.
- Since
- 4.2
Definition at line 195 of file metatype.h.
Member Function Documentation
|
inlinevirtual |
This got called by the scripting-backend if the type-handler is called to translate a void-star pointer to a QVariant.
Definition at line 210 of file metatype.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:01:37 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:01:37 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.