Documentation/Source/eric6.E5Gui.E5PathPicker.html

changeset 5238
682d0f6a6074
parent 5070
4e4651e88674
child 5372
7ba8d3d61fdd
diff -r 9487d3fbb71e -r 682d0f6a6074 Documentation/Source/eric6.E5Gui.E5PathPicker.html
--- a/Documentation/Source/eric6.E5Gui.E5PathPicker.html	Sun Oct 16 11:44:20 2016 +0200
+++ b/Documentation/Source/eric6.E5Gui.E5PathPicker.html	Sun Oct 16 12:15:18 2016 +0200
@@ -254,6 +254,9 @@
 <td><a href="#E5PathPickerBase.isPickerEnabled">isPickerEnabled</a></td>
 <td>Public method to get the file dialog button enabled state.</td>
 </tr><tr>
+<td><a href="#E5PathPickerBase.isReadOnly">isReadOnly</a></td>
+<td>Public method to check the path picker for read only mode.</td>
+</tr><tr>
 <td><a href="#E5PathPickerBase.lastPath">lastPath</a></td>
 <td>Public method to get the last path of a list of entered paths.</td>
 </tr><tr>
@@ -305,6 +308,9 @@
 <td><a href="#E5PathPickerBase.setPickerEnabled">setPickerEnabled</a></td>
 <td>Public method to set the enabled state of the file dialog button.</td>
 </tr><tr>
+<td><a href="#E5PathPickerBase.setReadOnly">setReadOnly</a></td>
+<td>Public method to set the path picker to read only mode.</td>
+</tr><tr>
 <td><a href="#E5PathPickerBase.setSizeAdjustPolicy">setSizeAdjustPolicy</a></td>
 <td>Public method to set the size adjust policy of the combo box.</td>
 </tr><tr>
@@ -540,6 +546,21 @@
 <dd>
 bool
 </dd>
+</dl><a NAME="E5PathPickerBase.isReadOnly" ID="E5PathPickerBase.isReadOnly"></a>
+<h4>E5PathPickerBase.isReadOnly</h4>
+<b>isReadOnly</b>(<i></i>)
+<p>
+        Public method to check the path picker for read only mode.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flg indicating read only mode
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="E5PathPickerBase.lastPath" ID="E5PathPickerBase.lastPath"></a>
 <h4>E5PathPickerBase.lastPath</h4>
 <b>lastPath</b>(<i>toNative=True</i>)
@@ -758,6 +779,16 @@
 <dd>
 flag indicating the enabled state
 </dd>
+</dl><a NAME="E5PathPickerBase.setReadOnly" ID="E5PathPickerBase.setReadOnly"></a>
+<h4>E5PathPickerBase.setReadOnly</h4>
+<b>setReadOnly</b>(<i>readOnly</i>)
+<p>
+        Public method to set the path picker to read only mode.
+</p><dl>
+<dt><i>readOnly</i> (bool)</dt>
+<dd>
+flag indicating read only mode
+</dd>
 </dl><a NAME="E5PathPickerBase.setSizeAdjustPolicy" ID="E5PathPickerBase.setSizeAdjustPolicy"></a>
 <h4>E5PathPickerBase.setSizeAdjustPolicy</h4>
 <b>setSizeAdjustPolicy</b>(<i>policy</i>)

eric ide

mercurial