Plasma
bind_dataengine.h File Reference
#include <QtScript/QtScript>
#include <KDebug>
#include <plasma/dataengine.h>
Include dependency graph for bind_dataengine.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
template<typename T> | |
int | qScriptRegisterMapMetaType (QScriptEngine *engine, const QScriptValue &prototype=QScriptValue(), T *=0) |
template<class M> | |
QScriptValue | qScriptValueFromMap (QScriptEngine *eng, const M &map) |
template<class M> | |
void | qScriptValueToMap (const QScriptValue &value, M &map) |
Function Documentation
template<typename T>
int qScriptRegisterMapMetaType | ( | QScriptEngine * | engine, | |
const QScriptValue & | prototype = QScriptValue() , |
|||
T * | = 0 | |||
) | [inline] |
Definition at line 59 of file bind_dataengine.h.
template<class M>
QScriptValue qScriptValueFromMap | ( | QScriptEngine * | eng, | |
const M & | map | |||
) | [inline] |
Definition at line 35 of file bind_dataengine.h.
template<class M>
void qScriptValueToMap | ( | const QScriptValue & | value, | |
M & | map | |||
) | [inline] |
Definition at line 49 of file bind_dataengine.h.