SciDAVis  1.D4
Public Member Functions | Protected Attributes
scripted Class Reference

Interface for maintaining a reference to the current ScriptingEnv. More...

#include <Script.h>

Inheritance diagram for scripted:
ApplicationWindow Fit FunctionCurve future::Matrix future::Table Matrix ScriptEdit ScriptingLangDialog Table

List of all members.

Public Member Functions

 scripted (ScriptingEnv *env)
void scriptingChangeEvent (ScriptingChangeEvent *)
 ~scripted ()

Protected Attributes

ScriptingEnvscriptEnv

Detailed Description

Interface for maintaining a reference to the current ScriptingEnv.

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.


Constructor & Destructor Documentation

scripted::scripted ( ScriptingEnv env)
scripted::~scripted ( )

Member Function Documentation

void scripted::scriptingChangeEvent ( ScriptingChangeEvent sce)

Member Data Documentation

ScriptingEnv* scripted::scriptEnv
protected

The documentation for this class was generated from the following files: