RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog.html

changeset 252
8b30a1612f8c
child 321
d51e810107ec
equal deleted inserted replaced
251:4dcc73076100 252:8b30a1612f8c
1 <!DOCTYPE html>
2 <html><head>
3 <title>Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog</h1>
23 <p>
24 Module implementing a dialog to show an error message and optionally a
25 traceback.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr>
34 <td><a href="#ErrorDialog">ErrorDialog</a></td>
35 <td>Class implementing a dialog to show an error message and optionally a traceback.</td>
36 </tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <hr /><hr />
43 <a NAME="ErrorDialog" ID="ErrorDialog"></a>
44 <h2>ErrorDialog</h2>
45 <p>
46 Class implementing a dialog to show an error message and optionally a
47 traceback.
48 </p>
49 <h3>Derived from</h3>
50 QDialog, Ui_ErrorDialog
51 <h3>Class Attributes</h3>
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Class Methods</h3>
56 <table>
57 <tr><td>None</td></tr>
58 </table>
59 <h3>Methods</h3>
60 <table>
61 <tr>
62 <td><a href="#ErrorDialog.__init__">ErrorDialog</a></td>
63 <td>Constructor</td>
64 </tr>
65 </table>
66 <h3>Static Methods</h3>
67 <table>
68 <tr><td>None</td></tr>
69 </table>
70 <a NAME="ErrorDialog.__init__" ID="ErrorDialog.__init__"></a>
71 <h4>ErrorDialog (Constructor)</h4>
72 <b>ErrorDialog</b>(<i>title, errorMessage, traceback=None, parent=None</i>)
73 <p>
74 Constructor
75 </p><dl>
76 <dt><i>title</i> (str)</dt>
77 <dd>
78 title of the dialog
79 </dd><dt><i>errorMessage</i> (str)</dt>
80 <dd>
81 error message to be shown
82 </dd><dt><i>traceback</i> (list of str)</dt>
83 <dd>
84 list of traceback entries
85 </dd><dt><i>parent</i> (QWidget)</dt>
86 <dd>
87 reference to the parent widget
88 </dd>
89 </dl>
90 <div align="right"><a href="#top">Up</a></div>
91 <hr />
92 </body></html>

eric ide

mercurial