77 <a NAME="WebPluginInterface.configure" ID="WebPluginInterface.configure"></a> |
77 <a NAME="WebPluginInterface.configure" ID="WebPluginInterface.configure"></a> |
78 <h4>WebPluginInterface.configure</h4> |
78 <h4>WebPluginInterface.configure</h4> |
79 <b>configure</b>(<i></i>) |
79 <b>configure</b>(<i></i>) |
80 <p> |
80 <p> |
81 Public method to configure the plug-in. |
81 Public method to configure the plug-in. |
82 </p><a NAME="WebPluginInterface.create" ID="WebPluginInterface.create"></a> |
82 </p><dl> |
|
83 <dt>Raises <b>NotImplementedError</b>:</dt> |
|
84 <dd> |
|
85 raised to indicate that this method |
|
86 must be implemented by subclasses |
|
87 </dd> |
|
88 </dl><a NAME="WebPluginInterface.create" ID="WebPluginInterface.create"></a> |
83 <h4>WebPluginInterface.create</h4> |
89 <h4>WebPluginInterface.create</h4> |
84 <b>create</b>(<i>mimeType, url, argumentNames, argumentValues</i>) |
90 <b>create</b>(<i>mimeType, url, argumentNames, argumentValues</i>) |
85 <p> |
91 <p> |
86 Public method to create a plug-in instance for the given data. |
92 Public method to create a plug-in instance for the given data. |
87 </p><dl> |
93 </p><dl> |
101 </dl><dl> |
107 </dl><dl> |
102 <dt>Returns:</dt> |
108 <dt>Returns:</dt> |
103 <dd> |
109 <dd> |
104 reference to the created object (QWidget) |
110 reference to the created object (QWidget) |
105 </dd> |
111 </dd> |
|
112 </dl><dl> |
|
113 <dt>Raises <b>NotImplementedError</b>:</dt> |
|
114 <dd> |
|
115 raised to indicate that this method |
|
116 must be implemented by subclasses |
|
117 </dd> |
106 </dl><a NAME="WebPluginInterface.isAnonymous" ID="WebPluginInterface.isAnonymous"></a> |
118 </dl><a NAME="WebPluginInterface.isAnonymous" ID="WebPluginInterface.isAnonymous"></a> |
107 <h4>WebPluginInterface.isAnonymous</h4> |
119 <h4>WebPluginInterface.isAnonymous</h4> |
108 <b>isAnonymous</b>(<i></i>) |
120 <b>isAnonymous</b>(<i></i>) |
109 <p> |
121 <p> |
110 Public method to indicate an anonymous plug-in. |
122 Public method to indicate an anonymous plug-in. |
111 </p><a NAME="WebPluginInterface.metaPlugin" ID="WebPluginInterface.metaPlugin"></a> |
123 </p><dl> |
|
124 <dt>Returns:</dt> |
|
125 <dd> |
|
126 flag indicating anonymous state (boolean) |
|
127 </dd> |
|
128 </dl><a NAME="WebPluginInterface.metaPlugin" ID="WebPluginInterface.metaPlugin"></a> |
112 <h4>WebPluginInterface.metaPlugin</h4> |
129 <h4>WebPluginInterface.metaPlugin</h4> |
113 <b>metaPlugin</b>(<i></i>) |
130 <b>metaPlugin</b>(<i></i>) |
114 <p> |
131 <p> |
115 Public method to create a meta plug-in object containing plug-in info. |
132 Public method to create a meta plug-in object containing plug-in info. |
116 </p><dl> |
133 </p><dl> |
117 <dt>Returns:</dt> |
134 <dt>Returns:</dt> |
118 <dd> |
135 <dd> |
119 meta plug-in object (QWebPluginFactory.Plugin) |
136 meta plug-in object (QWebPluginFactory.Plugin) |
120 </dd> |
137 </dd> |
|
138 </dl><dl> |
|
139 <dt>Raises <b>NotImplementedError</b>:</dt> |
|
140 <dd> |
|
141 raised to indicate that this method |
|
142 must be implemented by subclasses |
|
143 </dd> |
121 </dl> |
144 </dl> |
122 <div align="right"><a href="#top">Up</a></div> |
145 <div align="right"><a href="#top">Up</a></div> |
123 <hr /> |
146 <hr /> |
124 </body></html> |
147 </body></html> |