Documentation/Source/eric6.Project.Project.html

changeset 6597
dc668f774d3d
parent 6558
db48660ca7c0
child 6616
05b9ad19c8e1
--- a/Documentation/Source/eric6.Project.Project.html	Wed Nov 21 19:26:59 2018 +0100
+++ b/Documentation/Source/eric6.Project.Project.html	Sat Nov 24 15:37:04 2018 +0100
@@ -64,7 +64,7 @@
 <dd>
 emitted after a directory has been removed
         from the project
-</dd><dt>dirty(int)</dt>
+</dd><dt>dirty(bool)</dt>
 <dd>
 emitted when the dirty state changes
 </dd><dt>lexerAssociationsChanged()</dt>
@@ -614,6 +614,9 @@
 <td><a href="#Project.hasDefaultMakeParameters">hasDefaultMakeParameters</a></td>
 <td>Public method to test, if the project contains the default make parameters.</td>
 </tr><tr>
+<td><a href="#Project.hasDefaultUicCompilerParameters">hasDefaultUicCompilerParameters</a></td>
+<td>Public method to test, if the project contains the default uic compiler parameters.</td>
+</tr><tr>
 <td><a href="#Project.hasEntry">hasEntry</a></td>
 <td>Public method to check the project for a file.</td>
 </tr><tr>
@@ -2171,6 +2174,22 @@
 <dd>
 bool
 </dd>
+</dl><a NAME="Project.hasDefaultUicCompilerParameters" ID="Project.hasDefaultUicCompilerParameters"></a>
+<h4>Project.hasDefaultUicCompilerParameters</h4>
+<b>hasDefaultUicCompilerParameters</b>(<i></i>)
+<p>
+        Public method to test, if the project contains the default uic compiler
+        parameters.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating default parameter set
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="Project.hasEntry" ID="Project.hasEntry"></a>
 <h4>Project.hasEntry</h4>
 <b>hasEntry</b>(<i>fn</i>)
@@ -2778,15 +2797,15 @@
 </dd>
 </dl><a NAME="Project.setDirty" ID="Project.setDirty"></a>
 <h4>Project.setDirty</h4>
-<b>setDirty</b>(<i>b</i>)
+<b>setDirty</b>(<i>dirty</i>)
 <p>
         Public method to set the dirty state.
 </p><p>
-        It emits the signal dirty(int).
+        It emits the signal dirty(bool).
 </p><dl>
-<dt><i>b</i></dt>
+<dt><i>dirty</i> (bool)</dt>
 <dd>
-dirty state (boolean)
+dirty state
 </dd>
 </dl><a NAME="Project.setStatusMonitorAutoUpdate" ID="Project.setStatusMonitorAutoUpdate"></a>
 <h4>Project.setStatusMonitorAutoUpdate</h4>

eric ide

mercurial