Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
AdministrativeDialog serves as a frontend to Options class. More...
Public Member Functions | |
void | setVisible (bool) |
Shows or hides the AdministrativeDialog widget from view. More... | |
void | setWidgetVisible (string, bool) |
Shows or hides the specified AdministrativeDialog child widget. More... | |
void | setDisabled (bool) |
Enables or disables input events to the AdministrativeDialog widget. More... | |
void | setWidgetDisable (string, bool) |
Enables or disables the specified AdministrativeDialog child widget. More... | |
AdministrativeDialog serves as a frontend to Options class.
This dialog serves as a frontend to the Options class. To manipulate the options, use the Options class.
void AdministrativeDialog::setDisabled | ( | bool | ) |
Enables or disables input events to the AdministrativeDialog widget.
bDisabled,true | disables the widget, false enables it. |
void AdministrativeDialog::setVisible | ( | bool | ) |
Shows or hides the AdministrativeDialog widget from view.
bVisible,true | shows the AdministrativeDialog widget, false hides it. |
void AdministrativeDialog::setWidgetDisable | ( | string | , |
bool | |||
) |
Enables or disables the specified AdministrativeDialog child widget.
name,where | name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox, HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB, iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget, ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn, aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox, CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn, mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar |
bVisible,true | shows the child widget, false hides it. |
void AdministrativeDialog::setWidgetVisible | ( | string | , |
bool | |||
) |
Shows or hides the specified AdministrativeDialog child widget.
name,where | name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox, HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB, iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget, ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn, aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox, CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn, mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar |
bVisible,true | shows the child widget, false hides it. |