Package mrv :: Module interface
[hide private]
[frames] | no frames]

Module interface

source code

Contains interface definitions
Classes [hide private]
  Interface
Base for all interfaces.
  iDagItem
Describes interface for a DAG item.
  iDuplicatable
Simple interface allowing any class to be properly duplicated
  iChoiceDialog
Interface allowing access to a simple confirm dialog allowing the user to pick between a selection of choices, one of which he has to confirm
  iPrompt
Prompt a value from the user, providing a default if no input is retrieved
  iProgressIndicator
Interface allowing to submit progress information The default implementation just prints the respective messages Additionally you may query whether the computation has been cancelled by the user
Variables [hide private]
  log = logging.getLogger('mrv.interface')
  __package__ = 'mrv'