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

branch
eric7
changeset 416
45159308166f
parent 375
c61a2f18ed78
equal deleted inserted replaced
415:78af27bb8201 416:45159308166f
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog</h1> 9 <h1>Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to show an error message and optionally a 11 Module implementing a dialog to show an error message and optionally a
13 traceback. 12 traceback.
14 </p> 13 </p>
14
15 <h3>Global Attributes</h3> 15 <h3>Global Attributes</h3>
16
17 <table> 16 <table>
18 <tr><td>None</td></tr> 17 <tr><td>None</td></tr>
19 </table> 18 </table>
19
20 <h3>Classes</h3> 20 <h3>Classes</h3>
21
22 <table> 21 <table>
23
24 <tr> 22 <tr>
25 <td><a href="#ErrorDialog">ErrorDialog</a></td> 23 <td><a href="#ErrorDialog">ErrorDialog</a></td>
26 <td>Class implementing a dialog to show an error message and optionally a traceback.</td> 24 <td>Class implementing a dialog to show an error message and optionally a traceback.</td>
27 </tr> 25 </tr>
28 </table> 26 </table>
27
29 <h3>Functions</h3> 28 <h3>Functions</h3>
30
31 <table> 29 <table>
32 <tr><td>None</td></tr> 30 <tr><td>None</td></tr>
33 </table> 31 </table>
32
34 <hr /> 33 <hr />
35 <hr /> 34 <hr />
36 <a NAME="ErrorDialog" ID="ErrorDialog"></a> 35 <a NAME="ErrorDialog" ID="ErrorDialog"></a>
37 <h2>ErrorDialog</h2> 36 <h2>ErrorDialog</h2>
38
39 <p> 37 <p>
40 Class implementing a dialog to show an error message and optionally a 38 Class implementing a dialog to show an error message and optionally a
41 traceback. 39 traceback.
42 </p> 40 </p>
41
43 <h3>Derived from</h3> 42 <h3>Derived from</h3>
44 QDialog, Ui_ErrorDialog 43 QDialog, Ui_ErrorDialog
45 <h3>Class Attributes</h3> 44 <h3>Class Attributes</h3>
46
47 <table> 45 <table>
48 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
49 </table> 47 </table>
48
50 <h3>Class Methods</h3> 49 <h3>Class Methods</h3>
51
52 <table> 50 <table>
53 <tr><td>None</td></tr> 51 <tr><td>None</td></tr>
54 </table> 52 </table>
53
55 <h3>Methods</h3> 54 <h3>Methods</h3>
56
57 <table> 55 <table>
58
59 <tr> 56 <tr>
60 <td><a href="#ErrorDialog.__init__">ErrorDialog</a></td> 57 <td><a href="#ErrorDialog.__init__">ErrorDialog</a></td>
61 <td>Constructor</td> 58 <td>Constructor</td>
62 </tr> 59 </tr>
63 </table> 60 </table>
61
64 <h3>Static Methods</h3> 62 <h3>Static Methods</h3>
65
66 <table> 63 <table>
67 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
68 </table> 65 </table>
69 66
67
70 <a NAME="ErrorDialog.__init__" ID="ErrorDialog.__init__"></a> 68 <a NAME="ErrorDialog.__init__" ID="ErrorDialog.__init__"></a>
71 <h4>ErrorDialog (Constructor)</h4> 69 <h4>ErrorDialog (Constructor)</h4>
72 <b>ErrorDialog</b>(<i>title, errorMessage, traceback=None, parent=None</i>) 70 <b>ErrorDialog</b>(<i>title, errorMessage, traceback=None, parent=None</i>)
73
74 <p> 71 <p>
75 Constructor 72 Constructor
76 </p> 73 </p>
74
77 <dl> 75 <dl>
78 76
79 <dt><i>title</i> (str)</dt> 77 <dt><i>title</i> (str)</dt>
80 <dd> 78 <dd>
81 title of the dialog 79 title of the dialog

eric ide

mercurial