Plasma
bind_dataengine.h File Reference
#include <QtScript/QtScript>
#include <KDebug>
#include <Plasma/DataEngine>
#include <Plasma/Service>
#include <Plasma/ServiceJob>
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 64 of file bind_dataengine.h.
template<class M >
QScriptValue qScriptValueFromMap | ( | QScriptEngine * | eng, | |
const M & | map | |||
) | [inline] |
Definition at line 40 of file bind_dataengine.h.
template<class M >
void qScriptValueToMap | ( | const QScriptValue & | value, | |
M & | map | |||
) | [inline] |
Definition at line 54 of file bind_dataengine.h.