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> |