StudioExt#

class ansys.scade.guitools.studio_ext.StudioExt#

Bases: ansys.scade.guitools.studio.Studio

Implementation for SCADE IDE.

Overview#

browse_directory

Redirect the call to the API.

file_open

Redirect the call to the API.

file_save

Redirect the call to the API.

message_box

Redirect the call to the API.

register_load_model_callable

Redirect the call to the API.

register_terminate_callable

Redirect the call to the API.

register_unload_model_callable

Redirect the call to the API.

Import detail#

from ansys.scade.guitools.studio_ext import StudioExt

Method detail#

StudioExt.browse_directory(initial_directory: str = '') str#

Redirect the call to the API.

StudioExt.file_open(filter: str = '', directory: str = '') str#

Redirect the call to the API.

StudioExt.file_save(file_name: str, extension: str = '', directory: str = '', filter: str = '') str#

Redirect the call to the API.

StudioExt.message_box(name: str, message: str, style: str = 'ok', icon: str = 'information') int#

Redirect the call to the API.

StudioExt.register_load_model_callable(callable)#

Redirect the call to the API.

StudioExt.register_terminate_callable(callable)#

Redirect the call to the API.

StudioExt.register_unload_model_callable(callable)#

Redirect the call to the API.