fsleyes.actions.about
¶
This module provides the AboutAction
class, an action which
displays an about dialog for FSLeyes.
-
class
fsleyes.actions.about.
AboutAction
(overlayList, displayCtx, frame)¶ Bases:
fsleyes.actions.base.Action
The
AboutAction
class is an action which displays anAboutDialog
, containing information about FSLeyes.-
__init__
(overlayList, displayCtx, frame)¶ Create an
AboutAction
.Parameters: - overlayList – The
OverlayList
. - displayCtx – The master
DisplayContext
. - frame – The
FSLeyesFrame
.
- overlayList – The
-
_AboutAction__showDialog
()¶ Creates and shows an
AboutDialog
.
-
__module__
= 'fsleyes.actions.about'¶
-