Package XSLForms :: Package Resources :: Module PyQtResources :: Class XSLFormsResource
[show private | hide private]
[frames | no frames]

Class XSLFormsResource

CommonResource --+    
                 |    
PyQtCommonResource --+
                     |
                    XSLFormsResource


An XSLForms resource for use with PyQt.

Method Summary
  __init__(self, design_identifier)
  get_document(self, document_identifier)
Return a DOM-style document retrieved using the given 'document_identifier'.
  prepare_widget(self, design_identifier, widget_identifier, parent)
  request_refresh(self, *kw, **args)
    Inherited from PyQtCommonResource
  get_elements(self, document_identifier)
  populate_list(self, field, elements)
Populate the given 'field' using a list of DOM 'elements'.
  prepare_design(self, design_identifier)
  reset_collection(self, field)
Empty the given collection 'field'.
    Inherited from CommonResource
  prepare_document(self, document_identifier)
Prepare a document using the given 'document_identifier'.

Class Variable Summary
dict widget_resources = {}
    Inherited from PyQtCommonResource
dict design_resources = {}
    Inherited from CommonResource
dict document_resources = {}
NoneType resource_dir = None                                                                  

Method Details

get_document(self, document_identifier)

Return a DOM-style document retrieved using the given
'document_identifier'.

Each implementation is free to choose its own DOM library.
Overrides:
XSLForms.Resources.PyQtCommon.PyQtCommonResource.get_document (inherited documentation)

Class Variable Details

widget_resources

Type:
dict
Value:
{}                                                                     

Generated by Epydoc 2.1 on Sat Jul 7 23:23:39 2007 http://epydoc.sf.net