Kross
Kross::MetaTypeHandler Class Reference
#include <metatype.h>
Public Types | |
typedef QVariant( | FunctionPtr )(void *) |
typedef QVariant( | FunctionPtr2 )(MetaTypeHandler *handler, void *) |
Public Member Functions | |
MetaTypeHandler () | |
MetaTypeHandler (FunctionPtr *func) | |
MetaTypeHandler (FunctionPtr2 *func) | |
virtual | ~MetaTypeHandler () |
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 138 of file metatype.h.
Member Typedef Documentation
typedef QVariant( Kross::MetaTypeHandler::FunctionPtr)(void *) |
Definition at line 141 of file metatype.h.
typedef QVariant( Kross::MetaTypeHandler::FunctionPtr2)(MetaTypeHandler *handler, void *) |
Definition at line 142 of file metatype.h.
Constructor & Destructor Documentation
|
inlineexplicit |
Definition at line 144 of file metatype.h.
|
inlineexplicit |
Definition at line 145 of file metatype.h.
|
inlineexplicit |
Definition at line 146 of file metatype.h.
|
inlinevirtual |
Definition at line 147 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 153 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 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:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.