|  | 
| QString | getInstruction (int) | 
|  | Returns the evaluated instructions at the specified index.  More... 
 | 
|  | 
| QString | getInstructionSource (int) | 
|  | Returns the instruction source at the specified index.  More... 
 | 
|  | 
| QString | getCurrentInstructionSource () | 
|  | Returns the current intruction source.  More... 
 | 
|  | 
| QString | getCurrentInstruction () | 
|  | Returns the current evaluated instructions.  More... 
 | 
|  | 
| int | getInstructionCount () | 
|  | Returns the number of instruction pages.  More... 
 | 
|  | 
| void | resetActivity () | 
|  | Resets the activity.  More... 
 | 
|  | 
| double | getPercentageComplete () | 
|  | Returns the percentage complete.  More... 
 | 
|  | 
| double | getAssessmentItemsCount () | 
|  | Returns the total number of assessment items.  More... 
 | 
|  | 
| double | getCorrectAssessmentItemsCount () | 
|  | Returns the number of correct assessment items.  More... 
 | 
|  | 
| double | getAssessmentScoreCount () | 
|  | Returns the total number of assessment scores.  More... 
 | 
|  | 
| double | getCorrectAssessmentScoreCount () | 
|  | Returns the number of correct assessment scores.  More... 
 | 
|  | 
| void | runConnectivityTests () | 
|  | Runs the connectivity tests.  More... 
 | 
|  | 
| double | getConnectivityCount () | 
|  | Returns the total number of connectivity tests.  More... 
 | 
|  | 
| QString | getLastConnectivityTestResultAt (int) | 
|  | Returns the connectivity test result of the last run at index.  More... 
 | 
|  | 
| int | getLastConnectivityTestCorrectCount () | 
|  | Returns the number of correct connectivity tests at the last run.  More... 
 | 
|  | 
| TreeNode | getComparatorTree () | 
|  | Returns the assessment item tree.  More... 
 | 
|  | 
| TreeNode | getAssessedComparatorTree () | 
|  | Returns the item's assessed assessment item tree.  More... 
 | 
|  | 
| TreeNode | getLastAssessedComparatorTree () | 
|  | Returns the item's last assessed assessment item tree.  More... 
 | 
|  | 
| QString | nextInstructionPage () | 
|  | Go to the next instruction page and returns the evaluated instruction.  More... 
 | 
|  | 
| QString | prevInstructionPage () | 
|  | Go to the previous instruction page and returns the evaluated instruction.  More... 
 | 
|  | 
| QString | removeInstructionPage () | 
|  | Remove the current instruction page and returns the evaluated instruction.  More... 
 | 
|  | 
| QString | insertInstructionPage () | 
|  | Insert an instruction page and returns the current page evaluated instruction.  More... 
 | 
|  | 
| LockingTree | getLockingTree () | 
|  | Returns the locking tree.  More... 
 | 
|  | 
| NetworkFile | getInitNetworkFile () | 
|  | Returns the initial network file.  More... 
 | 
|  | 
| NetworkFile | getAnsNetworkFile () | 
|  | Returns the answer network file.  More... 
 | 
|  | 
| NetworkFile | getUserNetworkFile () | 
|  | Returns the user network file.  More... 
 | 
|  | 
| NetworkFile | getVarNetworkFile () | 
|  | Returns the var network file.  More... 
 | 
|  | 
| NetworkFile | getCurrentNetworkFile () | 
|  | Returns the current network file in activity wizard, which can be the init, answer, or user network file.  More... 
 | 
|  | 
| QString | getHashedPassword () | 
|  | Returns the MD5 hash of the activity password.  More... 
 | 
|  | 
| vector< QString > | getComponentList () | 
|  | Returns the list of components.  More... 
 | 
|  | 
| void | setCountDownTime (int) | 
|  | Sets the countdown time.  More... 
 | 
|  | 
| int | getCountDownTime () | 
|  | Returns the total countdown time in milliseconds.  More... 
 | 
|  | 
| int | getCountDownTimeLeft () | 
|  | Returns the countdown time left in milliseconds.  More... 
 | 
|  | 
| void | setTimerType (ACTIVITYTIMERTYPE) | 
|  | Sets the timer type.  More... 
 | 
|  | 
| ACTIVITYTIMERTYPE | getTimerType () | 
|  | Returns the current timer type.  More... 
 | 
|  | 
| DYNAMICTYPE | getDynamicPercentageFeedbackType () | 
|  | Returns the dynamic feedback type.  More... 
 | 
|  | 
| void | setDynamicPF (bool) | 
|  | Sets the dynamic feedback to be enabled or disabled.  More... 
 | 
|  | 
| bool | isDynamicPercentageFeedback () | 
|  | Returns the state of the dynamic feedback.  More... 
 | 
|  | 
| VariableManager | getVariableManager () | 
|  | Returns the Variable Manager.  More... 
 | 
|  | 
| void | percentageCompleteChanged (int, int) | 
|  | This event is emitted when the percentage complete changes.  More... 
 | 
|  | 
| void | activityReset () | 
|  | This event is emitted when the percentage complete changes.  More... 
 | 
|  | 
| void | networkSwitched (ActivityNetworkType) | 
|  | This event is emitted when changing between networks, like switching to the answer network or the initial network.  More... 
 | 
|  | 
| void | networkFileClosing () | 
|  | This event is emitted when the network file is closed, like when testing the pka.  More... 
 | 
|  | 
| QString | getDyFeedbackString () | 
|  | Returns the dynamic feedback percentage points, percentage score, points, or score.  More... 
 | 
|  | 
| double | getPercentageCompleteScore () | 
|  | Returns the percentage complete score.  More... 
 | 
|  | 
| bool | isUserProfileLocked () | 
|  | Returns whether this activity file is profile locked or not.  More... 
 | 
|  | 
| void | setCompletedFeedback (QString) | 
|  | Sets the text shown on activity completion to be the given text.  More... 
 | 
|  | 
| QString | getCompletedFeedback () | 
|  | Returns the activity completion feedback text.  More... 
 | 
|  | 
| void | setInCompleteFeedback (QString) | 
|  | Sets the text shown on activity is not yet completed.  More... 
 | 
|  | 
| QString | getIncompleteFeedback () | 
|  | Returns the activity incomplete feedback text.  More... 
 | 
|  | 
| int | getTimeElapsed () | 
|  | Returns the activity run time.  More... 
 | 
|  | 
| void | setTimeElapsed (int) | 
|  | Sets the activity current run time.  More... 
 | 
|  | 
| vector< int > | getChallengeKeyAsInts () | 
|  | Get the challenge key for the password.  More... 
 | 
|  | 
| QString | getChallengeKeyAsBase64 () | 
|  | Get the challenge key for the password.  More... 
 | 
|  | 
| bool | confirmPassword (QString) | 
|  | Confirm the password, only then will IPC work.  More... 
 | 
|  | 
| bool | isPasswordConfirmed () | 
|  | Check if password is confirmed.  More... 
 | 
|  | 
| QString | getCertInfo () | 
|  | 
| bool | isActivityFile () | 
|  | Returns whether this file is an activity file or regular network file.  More... 
 | 
|  | 
| QString | getSavedFilename () | 
|  | Returns the filename of the currently opened file.  More... 
 | 
|  | 
| QString | getVersion () | 
|  | Returns the version the current file was saved in.  More... 
 | 
|  | 
| QString | getNetworkDescription () | 
|  | Returns the network description of the current file.  More... 
 | 
|  | 
| void | setNetworkDescription (QString) | 
|  | Sets the network description for the current file.  More... 
 | 
|  | 
| Options | getOptions () | 
|  | Returns the option settings of the current file.  More... 
 | 
|  | 
| Network | getMainNetwork () | 
|  | Returns the network of the current file.  More... 
 | 
|  | 
| UserProfile | getUserProfile () | 
|  | Returns the user profile of the current file.  More... 
 | 
|  | 
| Simulation | getMainSimulation () | 
|  | Returns the simulation of the current file.  More... 
 | 
|  | 
| Workspace | getWorkspace () | 
|  | Returns the workspace of the current file.  More... 
 | 
|  | 
| ActivityScriptEngine | getActivityScriptEngine () | 
|  | Returns the activity script engine of the current file.  More... 
 | 
|  | 
| ActivityScriptEngine | getScriptEngine () | 
|  | Returns the script engine of the current file.  More... 
 | 
|  | 
| void | resetScriptEngine () | 
|  | Removes the current activity script engine and creates a new one.  More... 
 | 
|  | 
| bool | addScript (QString, QString) | 
|  | Adds a script to the activity file.  More... 
 | 
|  | 
| bool | addScriptFile (QString, QString) | 
|  | Adds the script contents to the activity file from a file path.  More... 
 | 
|  | 
| void | addDefaultScripts () | 
|  | Resets the scripts to the default scripts.  More... 
 | 
|  | 
| bool | removeScript (QString) | 
|  | Removes the specified script from the activity file hash.  More... 
 | 
|  | 
| QString | getScript (QString) | 
|  | Returns the content of the script with the specified ID.  More... 
 | 
|  | 
| vector< QString > | getScriptIDs () | 
|  | Returns the list of IDs currently in the system.  More... 
 | 
|  | 
| bool | addScriptDataStore (QString, QString) | 
|  | Adds script data store for persistent storage (e.g. constants, options, settings).  More... 
 | 
|  | 
| bool | removeScriptDataStore (QString) | 
|  | Removes the specified script data store for persistent storage (e.g. constants, options, settings).  More... 
 | 
|  | 
| QString | getScriptDataStore (QString) | 
|  | Returns the content of the specified script data store.  More... 
 | 
|  | 
| vector< QString > | getScriptDataStoreIDs () | 
|  | Returns the list of IDs of script data stores.  More... 
 | 
|  | 
| FilterSet | getFilterSet () | 
|  | Returns the engine filter set for simulation packets, what is filtered out.  More... 
 | 
|  | 
| bool | addCustomTrafficType (QString) | 
|  | Adds a custom traffic type. Returns true if successful, false otherwise.  More... 
 | 
|  | 
| bool | hasCustomTrafficType (QString) | 
|  | Returns whether a custom traffic type is already added.  More... 
 | 
|  | 
| bool | addCustomPduType (QString, QString) | 
|  | Adds a custom PDU type. Returns true if successful, false otherwise.  More... 
 | 
|  | 
| bool | hasCustomPduType (QString) | 
|  | Returns whether a custom PDU type is already added.  More... 
 | 
|  | 
| void | duplicateDevice (Device) | 
|  | Creates and stores a copy of the given device.  More... 
 | 
|  | 
| bool | isActivityFile () | 
|  | Returns whether this file is an activity file or regular network file.  More... 
 | 
|  | 
ActivityFile extends from NetworkFile. It adds the activity layer to the file.