62 emitted to open a found designer file |
62 emitted to open a found designer file |
63 </dd><dt>directoryRemoved(str)</dt> |
63 </dd><dt>directoryRemoved(str)</dt> |
64 <dd> |
64 <dd> |
65 emitted after a directory has been removed |
65 emitted after a directory has been removed |
66 from the project |
66 from the project |
67 </dd><dt>dirty(int)</dt> |
67 </dd><dt>dirty(bool)</dt> |
68 <dd> |
68 <dd> |
69 emitted when the dirty state changes |
69 emitted when the dirty state changes |
70 </dd><dt>lexerAssociationsChanged()</dt> |
70 </dd><dt>lexerAssociationsChanged()</dt> |
71 <dd> |
71 <dd> |
72 emitted after the lexer associations |
72 emitted after the lexer associations |
612 <td>Public method to test, if the project contains the default IDL compiler parameters.</td> |
612 <td>Public method to test, if the project contains the default IDL compiler parameters.</td> |
613 </tr><tr> |
613 </tr><tr> |
614 <td><a href="#Project.hasDefaultMakeParameters">hasDefaultMakeParameters</a></td> |
614 <td><a href="#Project.hasDefaultMakeParameters">hasDefaultMakeParameters</a></td> |
615 <td>Public method to test, if the project contains the default make parameters.</td> |
615 <td>Public method to test, if the project contains the default make parameters.</td> |
616 </tr><tr> |
616 </tr><tr> |
|
617 <td><a href="#Project.hasDefaultUicCompilerParameters">hasDefaultUicCompilerParameters</a></td> |
|
618 <td>Public method to test, if the project contains the default uic compiler parameters.</td> |
|
619 </tr><tr> |
617 <td><a href="#Project.hasEntry">hasEntry</a></td> |
620 <td><a href="#Project.hasEntry">hasEntry</a></td> |
618 <td>Public method to check the project for a file.</td> |
621 <td>Public method to check the project for a file.</td> |
619 </tr><tr> |
622 </tr><tr> |
620 <td><a href="#Project.hasProjectType">hasProjectType</a></td> |
623 <td><a href="#Project.hasProjectType">hasProjectType</a></td> |
621 <td>Public method to check, if a project type is already registered.</td> |
624 <td>Public method to check, if a project type is already registered.</td> |
2169 </dl><dl> |
2172 </dl><dl> |
2170 <dt>Return Type:</dt> |
2173 <dt>Return Type:</dt> |
2171 <dd> |
2174 <dd> |
2172 bool |
2175 bool |
2173 </dd> |
2176 </dd> |
|
2177 </dl><a NAME="Project.hasDefaultUicCompilerParameters" ID="Project.hasDefaultUicCompilerParameters"></a> |
|
2178 <h4>Project.hasDefaultUicCompilerParameters</h4> |
|
2179 <b>hasDefaultUicCompilerParameters</b>(<i></i>) |
|
2180 <p> |
|
2181 Public method to test, if the project contains the default uic compiler |
|
2182 parameters. |
|
2183 </p><dl> |
|
2184 <dt>Returns:</dt> |
|
2185 <dd> |
|
2186 flag indicating default parameter set |
|
2187 </dd> |
|
2188 </dl><dl> |
|
2189 <dt>Return Type:</dt> |
|
2190 <dd> |
|
2191 bool |
|
2192 </dd> |
2174 </dl><a NAME="Project.hasEntry" ID="Project.hasEntry"></a> |
2193 </dl><a NAME="Project.hasEntry" ID="Project.hasEntry"></a> |
2175 <h4>Project.hasEntry</h4> |
2194 <h4>Project.hasEntry</h4> |
2176 <b>hasEntry</b>(<i>fn</i>) |
2195 <b>hasEntry</b>(<i>fn</i>) |
2177 <p> |
2196 <p> |
2178 Public method to check the project for a file. |
2197 Public method to check the project for a file. |
2776 flag indicating, that the debugger should not |
2795 flag indicating, that the debugger should not |
2777 stop at the first executable line |
2796 stop at the first executable line |
2778 </dd> |
2797 </dd> |
2779 </dl><a NAME="Project.setDirty" ID="Project.setDirty"></a> |
2798 </dl><a NAME="Project.setDirty" ID="Project.setDirty"></a> |
2780 <h4>Project.setDirty</h4> |
2799 <h4>Project.setDirty</h4> |
2781 <b>setDirty</b>(<i>b</i>) |
2800 <b>setDirty</b>(<i>dirty</i>) |
2782 <p> |
2801 <p> |
2783 Public method to set the dirty state. |
2802 Public method to set the dirty state. |
2784 </p><p> |
2803 </p><p> |
2785 It emits the signal dirty(int). |
2804 It emits the signal dirty(bool). |
2786 </p><dl> |
2805 </p><dl> |
2787 <dt><i>b</i></dt> |
2806 <dt><i>dirty</i> (bool)</dt> |
2788 <dd> |
2807 <dd> |
2789 dirty state (boolean) |
2808 dirty state |
2790 </dd> |
2809 </dd> |
2791 </dl><a NAME="Project.setStatusMonitorAutoUpdate" ID="Project.setStatusMonitorAutoUpdate"></a> |
2810 </dl><a NAME="Project.setStatusMonitorAutoUpdate" ID="Project.setStatusMonitorAutoUpdate"></a> |
2792 <h4>Project.setStatusMonitorAutoUpdate</h4> |
2811 <h4>Project.setStatusMonitorAutoUpdate</h4> |
2793 <b>setStatusMonitorAutoUpdate</b>(<i>auto</i>) |
2812 <b>setStatusMonitorAutoUpdate</b>(<i>auto</i>) |
2794 <p> |
2813 <p> |