WindowLayout
- class WindowLayout[source]
Bases:
object
The WindowLayout class manages all the layout and other UI-related information of the window itself.
- Parameters:
- layout
compas_viewer.layout.Layout
The parent layout.
- layout
References
- Attributes:
- layout
compas_viewer.layout.Layout
The parent layout.
- viewer
compas_viewer.viewer.Viewer
The parent viewer.
- config
compas_viewer.configurations.WindowConfig
The window configuration.
- layout
Methods
Display the about message as defined in the config file.
Confirm the execution of an action.
Display a critical warning.
Display info.
Set up the window layout.
Ask a question.
Display a warning.