| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
AdhocView
Implementation of the generic parts of AdhocViews.
For details about the API of adhoc views, see gui.views.viewplugin.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
tooltip =
|
|||
view_id =
|
|||
view_name =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Propose to export the view as a static view. The as_html() method must be implemented. |
Method called when saving a parametered view. It should return a tuple (options, arguments) where options is the options dictionary, and arguments is a list of (name, value) tuples). If it returns None, None, it means that the view saving is cancelled. |
Parse the parameters from a Content object, a tuple or an ElementTree.Element It will return a tuple (options, arguments) where options is a dictionary and arguments a list of tuples (name, value). If param is None, then try to load default options, if they exist. They should be stored in config.data.advenefile( ('defaults', self.view_id + '.xml'), 'settings') In case of problem, it will simply return None, None. |
Connect a signal handler to a gobject. It memorizes the handler id so that it is properly disconnected upon view closing. |
|
|||
tooltip
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 22 14:37:42 2008 | http://epydoc.sourceforge.net |