Various ActionStep subclasses that manipulate the GUI of the application.
Open the form view for a list of objects, in a non blocking way :param objects: the list of objects to display in the form view :param admin: the admin class to use to display the form
Refresh all the open screens on the desktop, this will reload queries from the database
Show a full screen chart.
Parameters: | chart – a camelot.core.container.FigureContainer or camelot.core.container.AxesContainer |
---|
Show a full screen pixmap
Parameters: | pixmap – a camelot.view.art.Pixmap object |
---|