#include <Script.h>

Every class that wants to use a ScriptingEnv should subclass this one and implement slot customEvent(QEvent*) such that it forwards any ScriptingChangeEvents to scripted::scriptingChangeEvent.
Public Member Functions | |
| scripted (ScriptingEnv *env) | |
| void | scriptingChangeEvent (ScriptingChangeEvent *) |
| ~scripted () | |
Protected Attributes | |
| ScriptingEnv * | scriptEnv |
| scripted::scripted | ( | ScriptingEnv * | env | ) |
| scripted::~scripted | ( | ) |
| void scripted::scriptingChangeEvent | ( | ScriptingChangeEvent * | sce | ) |
ScriptingEnv* scripted::scriptEnv [protected] |
1.5.3