Various ActionStep subclasses that manipulate the GUI of the application.
Close the view that triggered the action, if such a view is available.
Parameters: | accept – a boolean indicating if the view’s widget should accept the close event. This defaults to True, when this is set to False, the view will trigger it’s corresponding close action instead of accepting the close event. The close action might involve validating if the view can be closed, or requesting confirmation from the user. |
---|
Popup a QtGui.QMessageBox and send it result back. The arguments of this action are the same as those of the QtGui.QMessageBox constructor.
Parameters: |
|
---|
When the Cancel button is pressed, this action step will raise a CancelException
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.container.chartcontainer.FigureContainer or camelot.container.chartcontainer.AxesContainer |
---|
Show a full screen pixmap
Parameters: | pixmap – a camelot.view.art.Pixmap object |
---|