eric6/Documentation/Source/eric6.Project.Project.html

changeset 7994
49aa77e9c593
parent 7989
a21d673a8f99
child 7998
cd41c844862f
equal deleted inserted replaced
7993:0304d4bce902 7994:49aa77e9c593
687 <tr> 687 <tr>
688 <td><a href="#Project.getFiles">getFiles</a></td> 688 <td><a href="#Project.getFiles">getFiles</a></td>
689 <td>Public method to get all files starting with a common prefix.</td> 689 <td>Public method to get all files starting with a common prefix.</td>
690 </tr> 690 </tr>
691 <tr> 691 <tr>
692 <td><a href="#Project.getFiletypeAssociations">getFiletypeAssociations</a></td>
693 <td>Public method to get the list of file type associations for the given association type.</td>
694 </tr>
695 <tr>
692 <td><a href="#Project.getHash">getHash</a></td> 696 <td><a href="#Project.getHash">getHash</a></td>
693 <td>Public method to get the project hash.</td> 697 <td>Public method to get the project hash.</td>
694 </tr> 698 </tr>
695 <tr> 699 <tr>
696 <td><a href="#Project.getMainScript">getMainScript</a></td> 700 <td><a href="#Project.getMainScript">getMainScript</a></td>
2452 <dt>Return:</dt> 2456 <dt>Return:</dt>
2453 <dd> 2457 <dd>
2454 list of files starting with a common prefix (list of strings) 2458 list of files starting with a common prefix (list of strings)
2455 </dd> 2459 </dd>
2456 </dl> 2460 </dl>
2461 <a NAME="Project.getFiletypeAssociations" ID="Project.getFiletypeAssociations"></a>
2462 <h4>Project.getFiletypeAssociations</h4>
2463 <b>getFiletypeAssociations</b>(<i>associationType</i>)
2464
2465 <p>
2466 Public method to get the list of file type associations for
2467 the given association type.
2468 </p>
2469 <dl>
2470
2471 <dt><i>associationType</i> (str)</dt>
2472 <dd>
2473 type of the association (one of FORMS,
2474 INTERFACES, OTHERS, PROTOCOLS, RESOURCES, SOURCES or
2475 TRANSLATIONS)
2476 </dd>
2477 </dl>
2478 <dl>
2479 <dt>Return:</dt>
2480 <dd>
2481 list of file patterns for the given type
2482 </dd>
2483 </dl>
2484 <dl>
2485 <dt>Return Type:</dt>
2486 <dd>
2487 list of str
2488 </dd>
2489 </dl>
2457 <a NAME="Project.getHash" ID="Project.getHash"></a> 2490 <a NAME="Project.getHash" ID="Project.getHash"></a>
2458 <h4>Project.getHash</h4> 2491 <h4>Project.getHash</h4>
2459 <b>getHash</b>(<i></i>) 2492 <b>getHash</b>(<i></i>)
2460 2493
2461 <p> 2494 <p>

eric ide

mercurial