fsleyes.actions.loadlayout
¶
This module provides the LoadLayoutAction
class, a FSLeyes action
which allows the user to load a built-in or previously saved layout.
-
class
fsleyes.actions.loadlayout.
LoadLayoutAction
(frame, layout)¶ Bases:
fsleyes.actions.base.Action
The
LoadLayoutAction
class allows the user to load a specific saved layout.-
__init__
(frame, layout)¶ Create a
LoadLayoutAction
instance.Parameters: - frame – The
FSLeyesFrame
- layout – Name of the layout to load.
- frame – The
-
_LoadLayoutAction__loadLayout
()¶ Load the layout specified in
__init__()
.
-
__module__
= 'fsleyes.actions.loadlayout'¶
-