Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
This class provides access to activity related scripting functions. More...
Public Member Functions | |
AssessmentModelScriptInterface | getAssessmentModelScriptInterface () |
Returns the Assessment Model Script Interface. More... | |
![]() | |
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... | |
This class provides access to activity related scripting functions.
AssessmentModelScriptInterface ActivityScriptEngine::getAssessmentModelScriptInterface | ( | ) |
Returns the Assessment Model Script Interface.