Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
ActivityScriptEngine Class Reference

This class provides access to activity related scripting functions. More...

Inheritance diagram for ActivityScriptEngine:
EMEAScriptEngine

Public Member Functions

AssessmentModelScriptInterface getAssessmentModelScriptInterface ()
 Returns the Assessment Model Script Interface. More...
 
- Public Member Functions inherited from EMEAScriptEngine
ScriptValue evaluateFile (QString)
 Evaluates the specified script. More...
 
bool canEvaluate (QString)
 Returns true if the specified script can be evaluated, otherwise false. More...
 
ScriptValue globalObject ()
 Returns the global ScriptValue object. More...
 
ScriptValue evaluate (QString, QString)
 Evaluates the specified script. More...
 
ScriptValue createScriptValueInt (int)
 Creates a ScriptValue object with the specified integer value. More...
 
ScriptValue createScriptValueBool (bool)
 Creates a ScriptValue object with the specified boolean value. More...
 
ScriptValue createScriptValueQString (QString)
 Creates a ScriptValue object with the specified QString value. More...
 

Detailed Description

This class provides access to activity related scripting functions.

Member Function Documentation

◆ getAssessmentModelScriptInterface()

AssessmentModelScriptInterface ActivityScriptEngine::getAssessmentModelScriptInterface ( )

Returns the Assessment Model Script Interface.

Remarks
The Assessment Model Script Interface's functions are mainly used to expose core functionality to the script engine, but may also be used in the IPC.
Returns
AssessmentModelScriptInterface, the Assessment Model Script Interface.

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