The GUI context for an camelot.admin.action.Action. On top of the attributes of the camelot.admin.action.base.GuiContext, this context contains :
the camelot.view.workspace.DesktopWorkspace of the application in which views can be opened or adapted.
the application admin.
alias of ApplicationActionModelContext
The Model context for an camelot.admin.action.Action. On top of the attributes of the camelot.admin.action.base.ModelContext, this context contains :
the application admin.
Backup the database to disk
A subclass of camelot.core.backup.BackupMechanism that enables the application to perform backups an restores.
alias of BackupMechanism
Allow the user to change the logging configuration
Dump the state of the application to the output, this method is triggered by pressing Ctrl-Alt-D in the GUI
Generic ApplicationAction that acts upon an Entity class
An application action that opens a new view of an Entity
Parameters: | entity_admin – an instance of camelot.admin.entity_admin.EntityAdmin to be used to visualize the entities |
---|
An application action that opens a TableView of an Entity
Parameters: | entity_admin – an instance of camelot.admin.entity_admin.EntityAdmin to be used to visualize the entities |
---|
Reload all objects from the database and update all views in the application.
Restore the database to disk
A subclass of camelot.core.backup.BackupMechanism that enables the application to perform backups an restores.
alias of BackupMechanism
Pops up a messagebox showing the version of certain libraries used. This is for debugging purposes., this action is triggered by pressing Ctrl-Alt-I in the GUI
Create a segmentation fault by reading null, this is to test the faulthandling functions. this method is triggered by pressing Ctrl-Alt-0 in the GUI
Show the about dialog with the content returned by the ApplicationAdmin.get_about() method
Convert a python structure to an ApplicationAction
Parameters: | application_admin – the camelot.admin.application_admin.ApplicationAdmin to use to create other Admin classes. |
---|