Documentation/Source/eric5.Project.Project.html

changeset 1492
efbc0a2528a1
parent 1229
a8207dc73672
child 1572
5900e71055ea
equal deleted inserted replaced
1491:985c5abc8226 1492:efbc0a2528a1
535 <td>Public method used to check, if the passed in filename belongs to the project resources.</td> 535 <td>Public method used to check, if the passed in filename belongs to the project resources.</td>
536 </tr><tr> 536 </tr><tr>
537 <td><a href="#Project.isProjectSource">isProjectSource</a></td> 537 <td><a href="#Project.isProjectSource">isProjectSource</a></td>
538 <td>Public method used to check, if the passed in filename belongs to the project sources.</td> 538 <td>Public method used to check, if the passed in filename belongs to the project sources.</td>
539 </tr><tr> 539 </tr><tr>
540 <td><a href="#Project.isPy2Project">isPy2Project</a></td>
541 <td>Public method to check, if this project is a Python2 project.</td>
542 </tr><tr>
543 <td><a href="#Project.isPy3Project">isPy3Project</a></td>
544 <td>Public method to check, if this project is a Python3 project.</td>
545 </tr><tr>
546 <td><a href="#Project.isRubyProject">isRubyProject</a></td>
547 <td>Public method to check, if this project is a Ruby project.</td>
548 </tr><tr>
540 <td><a href="#Project.moveDirectory">moveDirectory</a></td> 549 <td><a href="#Project.moveDirectory">moveDirectory</a></td>
541 <td>Public slot to move a directory.</td> 550 <td>Public slot to move a directory.</td>
542 </tr><tr> 551 </tr><tr>
543 <td><a href="#Project.newProjectAddFiles">newProjectAddFiles</a></td> 552 <td><a href="#Project.newProjectAddFiles">newProjectAddFiles</a></td>
544 <td>Public method to add files to a new project.</td> 553 <td>Public method to add files to a new project.</td>
1825 </dl><dl> 1834 </dl><dl>
1826 <dt>Returns:</dt> 1835 <dt>Returns:</dt>
1827 <dd> 1836 <dd>
1828 flag indicating membership (boolean) 1837 flag indicating membership (boolean)
1829 </dd> 1838 </dd>
1839 </dl><a NAME="Project.isPy2Project" ID="Project.isPy2Project"></a>
1840 <h4>Project.isPy2Project</h4>
1841 <b>isPy2Project</b>(<i></i>)
1842 <p>
1843 Public method to check, if this project is a Python2 project.
1844 </p><dl>
1845 <dt>Returns:</dt>
1846 <dd>
1847 flag indicating a Python2 project (boolean)
1848 </dd>
1849 </dl><a NAME="Project.isPy3Project" ID="Project.isPy3Project"></a>
1850 <h4>Project.isPy3Project</h4>
1851 <b>isPy3Project</b>(<i></i>)
1852 <p>
1853 Public method to check, if this project is a Python3 project.
1854 </p><dl>
1855 <dt>Returns:</dt>
1856 <dd>
1857 flag indicating a Python3 project (boolean)
1858 </dd>
1859 </dl><a NAME="Project.isRubyProject" ID="Project.isRubyProject"></a>
1860 <h4>Project.isRubyProject</h4>
1861 <b>isRubyProject</b>(<i></i>)
1862 <p>
1863 Public method to check, if this project is a Ruby project.
1864 </p><dl>
1865 <dt>Returns:</dt>
1866 <dd>
1867 flag indicating a Ruby project (boolean)
1868 </dd>
1830 </dl><a NAME="Project.moveDirectory" ID="Project.moveDirectory"></a> 1869 </dl><a NAME="Project.moveDirectory" ID="Project.moveDirectory"></a>
1831 <h4>Project.moveDirectory</h4> 1870 <h4>Project.moveDirectory</h4>
1832 <b>moveDirectory</b>(<i>olddn, newdn</i>) 1871 <b>moveDirectory</b>(<i>olddn, newdn</i>)
1833 <p> 1872 <p>
1834 Public slot to move a directory. 1873 Public slot to move a directory.

eric ide

mercurial