gui

Various ActionStep subclasses that manipulate the GUI of the application.

class camelot.view.action_steps.gui.OpenFormView(objects, admin)[source]

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

class camelot.view.action_steps.gui.Refresh[source]

Refresh all the open screens on the desktop, this will reload queries from the database

class camelot.view.action_steps.gui.ShowChart(chart)[source]

Show a full screen chart.

Parameters:chart – a camelot.core.container.FigureContainer or camelot.core.container.AxesContainer
class camelot.view.action_steps.gui.ShowPixmap(pixmap)[source]

Show a full screen pixmap

Parameters:pixmap – a camelot.view.art.Pixmap object

Previous topic

change_object

Next topic

open_file

This Page


Comments
blog comments powered by Disqus