|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Project.DebuggerPropertiesDialog</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>eric6.Project.DebuggerPropertiesDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog for entering project specific debugger settings. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#DebuggerPropertiesDialog">DebuggerPropertiesDialog</a></td> |
|
34 <td>Class implementing a dialog for entering project specific debugger settings.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="DebuggerPropertiesDialog" ID="DebuggerPropertiesDialog"></a> |
|
43 <h2>DebuggerPropertiesDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog for entering project specific debugger |
|
46 settings. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QDialog, Ui_DebuggerPropertiesDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#DebuggerPropertiesDialog.on_debugClientButton_clicked">on_debugClientButton_clicked</a></td> |
|
65 <td>Private slot to handle the Debug Client selection.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#DebuggerPropertiesDialog.on_interpreterButton_clicked">on_interpreterButton_clicked</a></td> |
|
68 <td>Private slot to handle the interpreter selection.</td> |
|
69 </tr><tr> |
|
70 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td> |
|
71 <td>Public method to store the entered/modified data.</td> |
|
72 </tr> |
|
73 </table> |
|
74 <h3>Static Methods</h3> |
|
75 <table> |
|
76 <tr><td>None</td></tr> |
|
77 </table> |
|
78 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a> |
|
79 <h4>DebuggerPropertiesDialog (Constructor)</h4> |
|
80 <b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>) |
|
81 <p> |
|
82 Constructor |
|
83 </p><dl> |
|
84 <dt><i>project</i></dt> |
|
85 <dd> |
|
86 reference to the project object |
|
87 </dd><dt><i>parent</i></dt> |
|
88 <dd> |
|
89 parent widget of this dialog (QWidget) |
|
90 </dd><dt><i>name</i></dt> |
|
91 <dd> |
|
92 name of this dialog (string) |
|
93 </dd> |
|
94 </dl><a NAME="DebuggerPropertiesDialog.on_debugClientButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientButton_clicked"></a> |
|
95 <h4>DebuggerPropertiesDialog.on_debugClientButton_clicked</h4> |
|
96 <b>on_debugClientButton_clicked</b>(<i></i>) |
|
97 <p> |
|
98 Private slot to handle the Debug Client selection. |
|
99 </p><a NAME="DebuggerPropertiesDialog.on_interpreterButton_clicked" ID="DebuggerPropertiesDialog.on_interpreterButton_clicked"></a> |
|
100 <h4>DebuggerPropertiesDialog.on_interpreterButton_clicked</h4> |
|
101 <b>on_interpreterButton_clicked</b>(<i></i>) |
|
102 <p> |
|
103 Private slot to handle the interpreter selection. |
|
104 </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a> |
|
105 <h4>DebuggerPropertiesDialog.storeData</h4> |
|
106 <b>storeData</b>(<i></i>) |
|
107 <p> |
|
108 Public method to store the entered/modified data. |
|
109 </p> |
|
110 <div align="right"><a href="#top">Up</a></div> |
|
111 <hr /> |
|
112 </body></html> |