129 <tr><td>None</td></tr> |
133 <tr><td>None</td></tr> |
130 </table> |
134 </table> |
131 |
135 |
132 <a NAME="PipFreezeDialog.__init__" ID="PipFreezeDialog.__init__"></a> |
136 <a NAME="PipFreezeDialog.__init__" ID="PipFreezeDialog.__init__"></a> |
133 <h4>PipFreezeDialog (Constructor)</h4> |
137 <h4>PipFreezeDialog (Constructor)</h4> |
134 <b>PipFreezeDialog</b>(<i>pip, parent=None</i>) |
138 <b>PipFreezeDialog</b>(<i>pip, mode=PipFreezeDialogModes.Requirements, parent=None</i>) |
135 |
139 |
136 <p> |
140 <p> |
137 Constructor |
141 Constructor |
138 </p> |
142 </p> |
139 <dl> |
143 <dl> |
140 |
144 |
141 <dt><i>pip</i> (Pip)</dt> |
145 <dt><i>pip</i> (Pip)</dt> |
142 <dd> |
146 <dd> |
143 reference to the master object |
147 reference to the master object |
144 </dd> |
148 </dd> |
145 <dt><i>parent</i> (QWidget)</dt> |
149 <dt><i>mode</i> (PipFreezeDialogModes (optional))</dt> |
146 <dd> |
150 <dd> |
147 reference to the parent widget |
151 dialog mod (defaults to PipFreezeDialogModes.Requirements) |
|
152 </dd> |
|
153 <dt><i>parent</i> (QWidget (optional))</dt> |
|
154 <dd> |
|
155 reference to the parent widget (defaults to None |
148 </dd> |
156 </dd> |
149 </dl> |
157 </dl> |
150 <a NAME="PipFreezeDialog.__refresh" ID="PipFreezeDialog.__refresh"></a> |
158 <a NAME="PipFreezeDialog.__refresh" ID="PipFreezeDialog.__refresh"></a> |
151 <h4>PipFreezeDialog.__refresh</h4> |
159 <h4>PipFreezeDialog.__refresh</h4> |
152 <b>__refresh</b>(<i></i>) |
160 <b>__refresh</b>(<i></i>) |
297 name of the environment to act upon |
305 name of the environment to act upon |
298 </dd> |
306 </dd> |
299 </dl> |
307 </dl> |
300 <div align="right"><a href="#top">Up</a></div> |
308 <div align="right"><a href="#top">Up</a></div> |
301 <hr /> |
309 <hr /> |
|
310 <hr /> |
|
311 <a NAME="PipFreezeDialogModes" ID="PipFreezeDialogModes"></a> |
|
312 <h2>PipFreezeDialogModes</h2> |
|
313 |
|
314 <p> |
|
315 Class defining the various dialog modes. |
|
316 </p> |
|
317 <h3>Derived from</h3> |
|
318 enum.Enum |
|
319 <h3>Class Attributes</h3> |
|
320 |
|
321 <table> |
|
322 <tr><td>Constraints</td></tr><tr><td>Requirements</td></tr> |
|
323 </table> |
|
324 <h3>Class Methods</h3> |
|
325 |
|
326 <table> |
|
327 <tr><td>None</td></tr> |
|
328 </table> |
|
329 <h3>Methods</h3> |
|
330 |
|
331 <table> |
|
332 <tr><td>None</td></tr> |
|
333 </table> |
|
334 <h3>Static Methods</h3> |
|
335 |
|
336 <table> |
|
337 <tr><td>None</td></tr> |
|
338 </table> |
|
339 |
|
340 <div align="right"><a href="#top">Up</a></div> |
|
341 <hr /> |
302 </body></html> |
342 </body></html> |