Documentation/Source/eric5.MultiProject.MultiProject.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="MultiProject" ID="MultiProject"></a> 43 <a NAME="MultiProject" ID="MultiProject"></a>
44 <h2>MultiProject</h2> 44 <h2>MultiProject</h2>
45 <p> 45 <p>
46 Class implementing the project management functionality. 46 Class implementing the project management functionality.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>dirty(bool)</dt> 49 <dt>dirty(bool)</dt>
50 <dd> 50 <dd>
51 emitted when the dirty state changes 51 emitted when the dirty state changes
52 </dd><dt>multiProjectClosed()</dt> 52 </dd><dt>multiProjectClosed()</dt>
87 QObject 87 QObject
88 <h3>Class Attributes</h3> 88 <h3>Class Attributes</h3>
89 <table> 89 <table>
90 <tr><td>None</td></tr> 90 <tr><td>None</td></tr>
91 </table> 91 </table>
92 <h3>Class Methods</h3>
93 <table>
94 <tr><td>None</td></tr>
95 </table>
92 <h3>Methods</h3> 96 <h3>Methods</h3>
93 <table> 97 <table>
94 <tr> 98 <tr>
95 <td><a href="#MultiProject.__init__">MultiProject</a></td>
96 <td>Constructor</td>
97 </tr><tr>
98 <td><a href="#MultiProject.__checkFilesExist">__checkFilesExist</a></td> 99 <td><a href="#MultiProject.__checkFilesExist">__checkFilesExist</a></td>
99 <td>Private method to check, if the files in a list exist.</td> 100 <td>Private method to check, if the files in a list exist.</td>
100 </tr><tr> 101 </tr><tr>
101 <td><a href="#MultiProject.__clearRecent">__clearRecent</a></td> 102 <td><a href="#MultiProject.__clearRecent">__clearRecent</a></td>
102 <td>Private method to clear the recent multi projects menu.</td> 103 <td>Private method to clear the recent multi projects menu.</td>
213 <td>Public slot to save the current multi project to a different file.</td> 214 <td>Public slot to save the current multi project to a different file.</td>
214 </tr><tr> 215 </tr><tr>
215 <td><a href="#MultiProject.setDirty">setDirty</a></td> 216 <td><a href="#MultiProject.setDirty">setDirty</a></td>
216 <td>Public method to set the dirty state.</td> 217 <td>Public method to set the dirty state.</td>
217 </tr> 218 </tr>
219 </table>
220 <h3>Static Methods</h3>
221 <table>
222 <tr><td>None</td></tr>
218 </table> 223 </table>
219 <a NAME="MultiProject.__init__" ID="MultiProject.__init__"></a> 224 <a NAME="MultiProject.__init__" ID="MultiProject.__init__"></a>
220 <h4>MultiProject (Constructor)</h4> 225 <h4>MultiProject (Constructor)</h4>
221 <b>MultiProject</b>(<i>project, parent=None, filename=None</i>) 226 <b>MultiProject</b>(<i>project, parent=None, filename=None</i>)
222 <p> 227 <p>

eric ide

mercurial