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

ActiveDialog is the class of dockable active dialogs. More...

Public Member Functions

void setVisible (bool)
 Shows or hides the current active dialog widget from view. More...
 
void setDisable (bool)
 Enables or disables input events to the current active dialog widget. More...
 

Detailed Description

ActiveDialog is the class of dockable active dialogs.

Member Function Documentation

◆ setDisable()

void ActiveDialog::setDisable ( bool  )

Enables or disables input events to the current active dialog widget.

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

◆ setVisible()

void ActiveDialog::setVisible ( bool  )

Shows or hides the current active dialog widget from view.

Parameters
bVisible,trueshows the widget, false hides it.

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