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
ActivityWizard Class Reference

ActivityWizard is an assessment creation tool. More...

Public Member Functions

void setVisible (bool)
 Shows or hides the Activity Wizard widget from view. More...
 
void setWidgetVisible (string, bool)
 Shows or hides the specified Activity Wizard child widget. More...
 
void setDisabled (bool)
 Enables or disables input events to the Activity Wizard widget. More...
 
void setWidgetDisable (string, bool)
 Enables or disables the specified Activity Wizard child widget. More...
 

Detailed Description

ActivityWizard is an assessment creation tool.

The activity wizard is an assessment tool that allows the user to create highly specific networking scenarios for other users.

In this version of the API, IPC controlled activity creation via the activity wizard is not supported. However, certain aspects of an activity may still be manipulated using the ActivityFile class.

Member Function Documentation

◆ setDisabled()

void ActivityWizard::setDisabled ( bool  )

Enables or disables input events to the Activity Wizard widget.

Parameters
bDisabled,truedisables input events to the widget, false enables it.

◆ setVisible()

void ActivityWizard::setVisible ( bool  )

Shows or hides the Activity Wizard widget from view.

Parameters
bVisible,trueshows the widget, false hides it.

◆ setWidgetDisable()

void ActivityWizard::setWidgetDisable ( string  ,
bool   
)

Enables or disables the specified Activity Wizard child widget.

Parameters
name,wherename is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn, InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn, SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn, ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn, ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn, EnablePassBtn, DisablePassBtn, AddShapeBtn
bDisabled,truedisables the child widget, false enables it.

◆ setWidgetVisible()

void ActivityWizard::setWidgetVisible ( string  ,
bool   
)

Shows or hides the specified Activity Wizard child widget.

\param name,    where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn,
                InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn,
                SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn,
                ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn,
                ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn,
                EnablePassBtn, DisablePassBtn, AddShapeBtn
\param bVisible, true shows the child widget, false hides it.

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