Documentation/Source/eric5.Project.Project.html

changeset 1228
7afaf2fca55b
parent 1003
b81a77ac656a
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="Project" ID="Project"></a> 43 <a NAME="Project" ID="Project"></a>
44 <h2>Project</h2> 44 <h2>Project</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>completeRepopulateItem(str)</dt> 49 <dt>completeRepopulateItem(str)</dt>
50 <dd> 50 <dd>
51 emitted after an item of the model was 51 emitted after an item of the model was
52 repopulated 52 repopulated
159 QObject 159 QObject
160 <h3>Class Attributes</h3> 160 <h3>Class Attributes</h3>
161 <table> 161 <table>
162 <tr><td>dbgKeynames</td></tr><tr><td>eols</td></tr><tr><td>keynames</td></tr><tr><td>userKeynames</td></tr> 162 <tr><td>dbgKeynames</td></tr><tr><td>eols</td></tr><tr><td>keynames</td></tr><tr><td>userKeynames</td></tr>
163 </table> 163 </table>
164 <h3>Class Methods</h3>
165 <table>
166 <tr><td>None</td></tr>
167 </table>
164 <h3>Methods</h3> 168 <h3>Methods</h3>
165 <table> 169 <table>
166 <tr> 170 <tr>
167 <td><a href="#Project.__init__">Project</a></td>
168 <td>Constructor</td>
169 </tr><tr>
170 <td><a href="#Project.__addRecursiveDirectory">__addRecursiveDirectory</a></td> 171 <td><a href="#Project.__addRecursiveDirectory">__addRecursiveDirectory</a></td>
171 <td>Private method used to add all files of a directory tree.</td> 172 <td>Private method used to add all files of a directory tree.</td>
172 </tr><tr> 173 </tr><tr>
173 <td><a href="#Project.__addSingleDirectory">__addSingleDirectory</a></td> 174 <td><a href="#Project.__addSingleDirectory">__addSingleDirectory</a></td>
174 <td>Private method used to add all files of a single directory to the project.</td> 175 <td>Private method used to add all files of a single directory to the project.</td>
615 <td>Public method to update the filetype associations with new default values.</td> 616 <td>Public method to update the filetype associations with new default values.</td>
616 </tr><tr> 617 </tr><tr>
617 <td><a href="#Project.useSystemEol">useSystemEol</a></td> 618 <td><a href="#Project.useSystemEol">useSystemEol</a></td>
618 <td>Public method to check, if the project uses the system eol setting.</td> 619 <td>Public method to check, if the project uses the system eol setting.</td>
619 </tr> 620 </tr>
621 </table>
622 <h3>Static Methods</h3>
623 <table>
624 <tr><td>None</td></tr>
620 </table> 625 </table>
621 <a NAME="Project.__init__" ID="Project.__init__"></a> 626 <a NAME="Project.__init__" ID="Project.__init__"></a>
622 <h4>Project (Constructor)</h4> 627 <h4>Project (Constructor)</h4>
623 <b>Project</b>(<i>parent=None, filename=None</i>) 628 <b>Project</b>(<i>parent=None, filename=None</i>)
624 <p> 629 <p>

eric ide

mercurial