| Trees | Index | Help |
|---|
| Package XSLForms :: Package Resources :: Module PyQtResources :: Class XSLFormsResource |
|
CommonResource--+ |PyQtCommonResource--+ | XSLFormsResource
An XSLForms resource for use with PyQt.
| Method Summary | |
|---|---|
__init__(self,
design_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 | |
| |
Populate the given 'field' using a list of DOM 'elements'. | |
| |
Empty the given collection 'field'. | |
| Inherited from CommonResource | |
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.
|
| Class Variable Details |
|---|
widget_resources
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 19 00:38:41 2007 | http://epydoc.sf.net |