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

PhysicalLocationDialog allows for UI manipulation of the Physical Location Dialog. More...

Public Member Functions

void setVisible (bool)
 Shows or hides this widget from view. More...
 
void setWidgetVisible (string, bool)
 Shows or hides the specified child widget. More...
 
void setDisabled (bool)
 Enables or disables input events to this widget. More...
 
void setWidgetDisable (string, bool)
 Enables or disables the specified child widget. More...
 
void refreshTree ()
 Updates the physical locations tree items. More...
 
void jumpBtn_clicked ()
 Jumps to the selected physical location. More...
 

Detailed Description

PhysicalLocationDialog allows for UI manipulation of the Physical Location Dialog.

Member Function Documentation

◆ jumpBtn_clicked()

void PhysicalLocationDialog::jumpBtn_clicked ( )

Jumps to the selected physical location.

◆ refreshTree()

void PhysicalLocationDialog::refreshTree ( )

Updates the physical locations tree items.

◆ setDisabled()

void PhysicalLocationDialog::setDisabled ( bool  )

Enables or disables input events to this widget.

Parameters
bDisabled,trueto disable input events to this widget, false to enable input events.

◆ setVisible()

void PhysicalLocationDialog::setVisible ( bool  )

Shows or hides this widget from view.

Parameters
bVisible,trueto show this widget, false to hide it.

◆ setWidgetDisable()

void PhysicalLocationDialog::setWidgetDisable ( string  ,
bool   
)

Enables or disables the specified child widget.

Parameters
widgetName,wherewidgetName can be one of the following: JumpBtn.
bDisabled,trueto disable input events to this child widget, false to enable input events.

◆ setWidgetVisible()

void PhysicalLocationDialog::setWidgetVisible ( string  ,
bool   
)

Shows or hides the specified child widget.

Parameters
widgetName,wherewidgetName can be one of the following: JumpBtn.
bVisible,trueto show this child widget, false to hide it.

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