ProxyPageClient#

class ansys.scade.guitools.guihost.ProxyPageClient(category: str, client: ansys.scade.guitools.interfaces.IGuiHostClient)#

Maintains a reference to a client page and the name of its category.

Parameters#

categorystr

Name of the page.

clientIGuiHostClient

Instance of the hosted page.

Initialize the proxy with a category and a client.

Overview#

Import detail#

from ansys.scade.guitools.guihost import ProxyPageClient

Attribute detail#

ProxyPageClient.category#
ProxyPageClient.client#