dip.ui.actions
The dip.ui.actions module implements factories for a number of
well known actions.
-
class dip.ui.actions.CloseAction
Base class: Action
The CloseAction class implements the well known action to close
an object.
-
create()
Create the action.
-
class dip.ui.actions.NewAction
Base class: Action
The NewAction class implements the well known action to create
a new object
-
create()
Create the action.
-
class dip.ui.actions.OpenAction
Base class: Action
The OpenAction class implements the well known action to open
an object.
-
create()
Create the action.
-
class dip.ui.actions.QuitAction
Base class: Action
The QuitAction class implements the well known action to quit
the application.
-
create()
Create the action.
-
class dip.ui.actions.SaveAction
Base class: Action
The SaveAction class implements the well known action to save
an object.
-
create()
Create the action.
-
class dip.ui.actions.SaveAsAction
Base class: Action
The SaveAsAction class implements the well known action to save
an object under a different name.
-
create()
Create the action.
-
class dip.ui.actions.WhatsThisAction
Base class: Action
The WhatsThisAction class implements the well known action to
ask for “What’s This?” help.
-
create()
Create the action.