Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
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... | |
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.
void ActivityWizard::setDisabled | ( | bool | ) |
Enables or disables input events to the Activity Wizard widget.
bDisabled,true | disables input events to the widget, false enables it. |
void ActivityWizard::setVisible | ( | bool | ) |
Shows or hides the Activity Wizard widget from view.
bVisible,true | shows the widget, false hides it. |
void ActivityWizard::setWidgetDisable | ( | string | , |
bool | |||
) |
Enables or disables the specified Activity Wizard child widget.
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 |
bDisabled,true | disables the child widget, false enables it. |
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.