Application
- class Application
- property shaper
The shaper stage.
- Type
ApplicationStage, read-only
- property matter
The matter stage.
- Type
ApplicationStage, read-only
- clean_workspace(force=False)
Empty app workspace by removing spacer and hiding Toolbars
Note
By default, the workspace wait for
updatemethod call to be executed, useforceto force the update of the app's workspace.- Parameters
force (bool) -- Force the update of the app workspace.
- update()
Update the application user interface.