#include <ilviews/graphics/holder.h>
#include <ilviews/base/value.h>
Classes | |
class | IlvScript |
Scripting class. More... | |
class | IlvScriptContext |
Scripting class. More... | |
class | IlvScriptFunction |
Scripting class. More... | |
class | IlvScriptLanguage |
Scripting class. More... | |
Enumerations | |
enum | IlvScriptType { IlvEmptyScript, IlvLinkedScript, IlvInlineScript } |
Defines the possible script types. More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvScript class.
enum IlvScriptType |
Defines the possible script types.
This enumeration type defines the different script types that can be created and manipulated.
Enumerator | |
---|---|
IlvEmptyScript | An empty script. |
IlvLinkedScript | A script that is linked to an external file. |
IlvInlineScript | A script that holds it entire definition, and has no reference to external data. |