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

changeset 321
d51e810107ec
parent 252
8b30a1612f8c
child 375
c61a2f18ed78
equal deleted inserted replaced
320:91b171fdd85f 321:d51e810107ec
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog</h1> 23 <h1>Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show an error message and optionally a 26 Module implementing a dialog to show an error message and optionally a
25 traceback. 27 traceback.
26 </p> 28 </p>
27 <h3>Global Attributes</h3> 29 <h3>Global Attributes</h3>
30
28 <table> 31 <table>
29 <tr><td>None</td></tr> 32 <tr><td>None</td></tr>
30 </table> 33 </table>
31 <h3>Classes</h3> 34 <h3>Classes</h3>
35
32 <table> 36 <table>
37
33 <tr> 38 <tr>
34 <td><a href="#ErrorDialog">ErrorDialog</a></td> 39 <td><a href="#ErrorDialog">ErrorDialog</a></td>
35 <td>Class implementing a dialog to show an error message and optionally a traceback.</td> 40 <td>Class implementing a dialog to show an error message and optionally a traceback.</td>
36 </tr> 41 </tr>
37 </table> 42 </table>
38 <h3>Functions</h3> 43 <h3>Functions</h3>
44
39 <table> 45 <table>
40 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
41 </table> 47 </table>
42 <hr /><hr /> 48 <hr />
49 <hr />
43 <a NAME="ErrorDialog" ID="ErrorDialog"></a> 50 <a NAME="ErrorDialog" ID="ErrorDialog"></a>
44 <h2>ErrorDialog</h2> 51 <h2>ErrorDialog</h2>
52
45 <p> 53 <p>
46 Class implementing a dialog to show an error message and optionally a 54 Class implementing a dialog to show an error message and optionally a
47 traceback. 55 traceback.
48 </p> 56 </p>
49 <h3>Derived from</h3> 57 <h3>Derived from</h3>
50 QDialog, Ui_ErrorDialog 58 QDialog, Ui_ErrorDialog
51 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60
52 <table> 61 <table>
53 <tr><td>None</td></tr> 62 <tr><td>None</td></tr>
54 </table> 63 </table>
55 <h3>Class Methods</h3> 64 <h3>Class Methods</h3>
65
56 <table> 66 <table>
57 <tr><td>None</td></tr> 67 <tr><td>None</td></tr>
58 </table> 68 </table>
59 <h3>Methods</h3> 69 <h3>Methods</h3>
70
60 <table> 71 <table>
72
61 <tr> 73 <tr>
62 <td><a href="#ErrorDialog.__init__">ErrorDialog</a></td> 74 <td><a href="#ErrorDialog.__init__">ErrorDialog</a></td>
63 <td>Constructor</td> 75 <td>Constructor</td>
64 </tr> 76 </tr>
65 </table> 77 </table>
66 <h3>Static Methods</h3> 78 <h3>Static Methods</h3>
79
67 <table> 80 <table>
68 <tr><td>None</td></tr> 81 <tr><td>None</td></tr>
69 </table> 82 </table>
83
70 <a NAME="ErrorDialog.__init__" ID="ErrorDialog.__init__"></a> 84 <a NAME="ErrorDialog.__init__" ID="ErrorDialog.__init__"></a>
71 <h4>ErrorDialog (Constructor)</h4> 85 <h4>ErrorDialog (Constructor)</h4>
72 <b>ErrorDialog</b>(<i>title, errorMessage, traceback=None, parent=None</i>) 86 <b>ErrorDialog</b>(<i>title, errorMessage, traceback=None, parent=None</i>)
87
73 <p> 88 <p>
74 Constructor 89 Constructor
75 </p><dl> 90 </p>
91 <dl>
92
76 <dt><i>title</i> (str)</dt> 93 <dt><i>title</i> (str)</dt>
77 <dd> 94 <dd>
78 title of the dialog 95 title of the dialog
79 </dd><dt><i>errorMessage</i> (str)</dt> 96 </dd>
97 <dt><i>errorMessage</i> (str)</dt>
80 <dd> 98 <dd>
81 error message to be shown 99 error message to be shown
82 </dd><dt><i>traceback</i> (list of str)</dt> 100 </dd>
101 <dt><i>traceback</i> (list of str)</dt>
83 <dd> 102 <dd>
84 list of traceback entries 103 list of traceback entries
85 </dd><dt><i>parent</i> (QWidget)</dt> 104 </dd>
105 <dt><i>parent</i> (QWidget)</dt>
86 <dd> 106 <dd>
87 reference to the parent widget 107 reference to the parent widget
88 </dd> 108 </dd>
89 </dl> 109 </dl>
90 <div align="right"><a href="#top">Up</a></div> 110 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial