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 212 of file metatype.h.
Member Function Documentation
◆ callHandler()
|
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 227 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-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:02:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:02:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.