Documentation/Source/eric6.UI.BrowserModel.html

changeset 5972
8499df251632
parent 5656
9c21b2746218
equal deleted inserted replaced
5971:768aef1ec205 5972:8499df251632
696 <td>Public method to check, if this file is a pixmap file.</td> 696 <td>Public method to check, if this file is a pixmap file.</td>
697 </tr><tr> 697 </tr><tr>
698 <td><a href="#BrowserFileItem.isProjectFile">isProjectFile</a></td> 698 <td><a href="#BrowserFileItem.isProjectFile">isProjectFile</a></td>
699 <td>Public method to check, if this file is an eric project file.</td> 699 <td>Public method to check, if this file is an eric project file.</td>
700 </tr><tr> 700 </tr><tr>
701 <td><a href="#BrowserFileItem.isProtobufFile">isProtobufFile</a></td>
702 <td>Public method to check, if this file is a Google Protocol Buffer file.</td>
703 </tr><tr>
701 <td><a href="#BrowserFileItem.isPython2File">isPython2File</a></td> 704 <td><a href="#BrowserFileItem.isPython2File">isPython2File</a></td>
702 <td>Public method to check, if this file is a Python script.</td> 705 <td>Public method to check, if this file is a Python script.</td>
703 </tr><tr> 706 </tr><tr>
704 <td><a href="#BrowserFileItem.isPython3File">isPython3File</a></td> 707 <td><a href="#BrowserFileItem.isPython3File">isPython3File</a></td>
705 <td>Public method to check, if this file is a Python3 script.</td> 708 <td>Public method to check, if this file is a Python3 script.</td>
856 Public method to check, if this file is an eric project file. 859 Public method to check, if this file is an eric project file.
857 </p><dl> 860 </p><dl>
858 <dt>Returns:</dt> 861 <dt>Returns:</dt>
859 <dd> 862 <dd>
860 flag indicating an eric project file (boolean) 863 flag indicating an eric project file (boolean)
864 </dd>
865 </dl><a NAME="BrowserFileItem.isProtobufFile" ID="BrowserFileItem.isProtobufFile"></a>
866 <h4>BrowserFileItem.isProtobufFile</h4>
867 <b>isProtobufFile</b>(<i></i>)
868 <p>
869 Public method to check, if this file is a Google Protocol Buffer file.
870 </p><dl>
871 <dt>Returns:</dt>
872 <dd>
873 flag indicating a protobuf file
874 </dd>
875 </dl><dl>
876 <dt>Return Type:</dt>
877 <dd>
878 bool
861 </dd> 879 </dd>
862 </dl><a NAME="BrowserFileItem.isPython2File" ID="BrowserFileItem.isPython2File"></a> 880 </dl><a NAME="BrowserFileItem.isPython2File" ID="BrowserFileItem.isPython2File"></a>
863 <h4>BrowserFileItem.isPython2File</h4> 881 <h4>BrowserFileItem.isPython2File</h4>
864 <b>isPython2File</b>(<i></i>) 882 <b>isPython2File</b>(<i></i>)
865 <p> 883 <p>

eric ide

mercurial