58 <tr> |
58 <tr> |
59 <td><a href="#CrashedSessionsSelectionDialog.__addSessionFileEntry">__addSessionFileEntry</a></td> |
59 <td><a href="#CrashedSessionsSelectionDialog.__addSessionFileEntry">__addSessionFileEntry</a></td> |
60 <td>Private method to read the given session file and add a list entry for it.</td> |
60 <td>Private method to read the given session file and add a list entry for it.</td> |
61 </tr> |
61 </tr> |
62 <tr> |
62 <tr> |
63 <td><a href="#CrashedSessionsSelectionDialog.__updateOk">__updateOk</a></td> |
63 <td><a href="#CrashedSessionsSelectionDialog.__updateButtonStates">__updateButtonStates</a></td> |
64 <td>Private method to update the enabled state of the OK button.</td> |
64 <td>Private method to update the enabled state of the buttons.</td> |
65 </tr> |
65 </tr> |
66 <tr> |
66 <tr> |
67 <td><a href="#CrashedSessionsSelectionDialog.getSelectedCrashSession">getSelectedCrashSession</a></td> |
67 <td><a href="#CrashedSessionsSelectionDialog.getSelectedCrashSession">getSelectedCrashSession</a></td> |
68 <td>Public method to get the selected crash session file name.</td> |
68 <td>Public method to get the selected crash session file name.</td> |
|
69 </tr> |
|
70 <tr> |
|
71 <td><a href="#CrashedSessionsSelectionDialog.getSelectedCrashSessions">getSelectedCrashSessions</a></td> |
|
72 <td>Public method to get the selected crash session file names.</td> |
|
73 </tr> |
|
74 <tr> |
|
75 <td><a href="#CrashedSessionsSelectionDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> |
|
76 <td>Private slot to remove the selected crash session files.</td> |
69 </tr> |
77 </tr> |
70 </table> |
78 </table> |
71 |
79 |
72 <h3>Static Methods</h3> |
80 <h3>Static Methods</h3> |
73 <table> |
81 <table> |
75 </table> |
83 </table> |
76 |
84 |
77 |
85 |
78 <a NAME="CrashedSessionsSelectionDialog.__init__" ID="CrashedSessionsSelectionDialog.__init__"></a> |
86 <a NAME="CrashedSessionsSelectionDialog.__init__" ID="CrashedSessionsSelectionDialog.__init__"></a> |
79 <h4>CrashedSessionsSelectionDialog (Constructor)</h4> |
87 <h4>CrashedSessionsSelectionDialog (Constructor)</h4> |
80 <b>CrashedSessionsSelectionDialog</b>(<i>sessionFiles, parent=None</i>) |
88 <b>CrashedSessionsSelectionDialog</b>(<i>sessionFiles, deleteMode=False, parent=None</i>) |
81 <p> |
89 <p> |
82 Constructor |
90 Constructor |
83 </p> |
91 </p> |
84 |
92 |
85 <dl> |
93 <dl> |
86 |
94 |
87 <dt><i>sessionFiles</i> (list of str)</dt> |
95 <dt><i>sessionFiles</i> (list of str)</dt> |
88 <dd> |
96 <dd> |
89 list of crash session file names |
97 list of crash session file names |
|
98 </dd> |
|
99 <dt><i>deleteMode</i> (bool (optional))</dt> |
|
100 <dd> |
|
101 flag indicating the delete mode (defaults to False) |
90 </dd> |
102 </dd> |
91 <dt><i>parent</i> (QWidget (optional))</dt> |
103 <dt><i>parent</i> (QWidget (optional))</dt> |
92 <dd> |
104 <dd> |
93 reference to the parent widget (defaults to None) |
105 reference to the parent widget (defaults to None) |
94 </dd> |
106 </dd> |
105 <dt><i>sessionFile</i> (str)</dt> |
117 <dt><i>sessionFile</i> (str)</dt> |
106 <dd> |
118 <dd> |
107 file name of the session to be read |
119 file name of the session to be read |
108 </dd> |
120 </dd> |
109 </dl> |
121 </dl> |
110 <a NAME="CrashedSessionsSelectionDialog.__updateOk" ID="CrashedSessionsSelectionDialog.__updateOk"></a> |
122 <a NAME="CrashedSessionsSelectionDialog.__updateButtonStates" ID="CrashedSessionsSelectionDialog.__updateButtonStates"></a> |
111 <h4>CrashedSessionsSelectionDialog.__updateOk</h4> |
123 <h4>CrashedSessionsSelectionDialog.__updateButtonStates</h4> |
112 <b>__updateOk</b>(<i></i>) |
124 <b>__updateButtonStates</b>(<i></i>) |
113 <p> |
125 <p> |
114 Private method to update the enabled state of the OK button. |
126 Private method to update the enabled state of the buttons. |
115 </p> |
127 </p> |
116 |
128 |
117 <a NAME="CrashedSessionsSelectionDialog.getSelectedCrashSession" ID="CrashedSessionsSelectionDialog.getSelectedCrashSession"></a> |
129 <a NAME="CrashedSessionsSelectionDialog.getSelectedCrashSession" ID="CrashedSessionsSelectionDialog.getSelectedCrashSession"></a> |
118 <h4>CrashedSessionsSelectionDialog.getSelectedCrashSession</h4> |
130 <h4>CrashedSessionsSelectionDialog.getSelectedCrashSession</h4> |
119 <b>getSelectedCrashSession</b>(<i></i>) |
131 <b>getSelectedCrashSession</b>(<i></i>) |
131 <dt>Return Type:</dt> |
143 <dt>Return Type:</dt> |
132 <dd> |
144 <dd> |
133 str |
145 str |
134 </dd> |
146 </dd> |
135 </dl> |
147 </dl> |
|
148 <a NAME="CrashedSessionsSelectionDialog.getSelectedCrashSessions" ID="CrashedSessionsSelectionDialog.getSelectedCrashSessions"></a> |
|
149 <h4>CrashedSessionsSelectionDialog.getSelectedCrashSessions</h4> |
|
150 <b>getSelectedCrashSessions</b>(<i></i>) |
|
151 <p> |
|
152 Public method to get the selected crash session file names. |
|
153 </p> |
|
154 |
|
155 <dl> |
|
156 <dt>Return:</dt> |
|
157 <dd> |
|
158 file names of the selected crash sessions |
|
159 </dd> |
|
160 </dl> |
|
161 <dl> |
|
162 <dt>Return Type:</dt> |
|
163 <dd> |
|
164 list of str |
|
165 </dd> |
|
166 </dl> |
|
167 <a NAME="CrashedSessionsSelectionDialog.on_removeButton_clicked" ID="CrashedSessionsSelectionDialog.on_removeButton_clicked"></a> |
|
168 <h4>CrashedSessionsSelectionDialog.on_removeButton_clicked</h4> |
|
169 <b>on_removeButton_clicked</b>(<i></i>) |
|
170 <p> |
|
171 Private slot to remove the selected crash session files. |
|
172 </p> |
|
173 |
136 <div align="right"><a href="#top">Up</a></div> |
174 <div align="right"><a href="#top">Up</a></div> |
137 <hr /> |
175 <hr /> |
138 </body></html> |
176 </body></html> |