Documentation/Source/eric6.E5Gui.E5PathPicker.html

changeset 4700
dfdcc542198f
parent 4620
49d9c6b58678
child 5036
318e879a37fa
diff -r 65c6256a669d -r dfdcc542198f Documentation/Source/eric6.E5Gui.E5PathPicker.html
--- a/Documentation/Source/eric6.E5Gui.E5PathPicker.html	Mon Jan 25 19:11:36 2016 +0100
+++ b/Documentation/Source/eric6.E5Gui.E5PathPicker.html	Fri Jan 29 19:11:27 2016 +0100
@@ -425,10 +425,16 @@
         Public method to clear the current path.
 </p><a NAME="E5PathPickerBase.currentText" ID="E5PathPickerBase.currentText"></a>
 <h4>E5PathPickerBase.currentText</h4>
-<b>currentText</b>(<i></i>)
+<b>currentText</b>(<i>toNative=True</i>)
 <p>
         Public method to get the current path.
 </p><dl>
+<dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 current path
@@ -500,10 +506,16 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.firstPath" ID="E5PathPickerBase.firstPath"></a>
 <h4>E5PathPickerBase.firstPath</h4>
-<b>firstPath</b>(<i></i>)
+<b>firstPath</b>(<i>toNative=True</i>)
 <p>
         Public method to get the first path of a list of entered paths.
 </p><dl>
+<dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 first path
@@ -530,10 +542,16 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.lastPath" ID="E5PathPickerBase.lastPath"></a>
 <h4>E5PathPickerBase.lastPath</h4>
-<b>lastPath</b>(<i></i>)
+<b>lastPath</b>(<i>toNative=True</i>)
 <p>
         Public method to get the last path of a list of entered paths.
 </p><dl>
+<dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 last path
@@ -560,10 +578,16 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.path" ID="E5PathPickerBase.path"></a>
 <h4>E5PathPickerBase.path</h4>
-<b>path</b>(<i></i>)
+<b>path</b>(<i>toNative=True</i>)
 <p>
         Public method to get the current path.
 </p><dl>
+<dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 current path
@@ -575,10 +599,16 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.paths" ID="E5PathPickerBase.paths"></a>
 <h4>E5PathPickerBase.paths</h4>
-<b>paths</b>(<i></i>)
+<b>paths</b>(<i>toNative=True</i>)
 <p>
         Public method to get the list of entered paths.
 </p><dl>
+<dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 entered paths
@@ -620,13 +650,17 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.setEditText" ID="E5PathPickerBase.setEditText"></a>
 <h4>E5PathPickerBase.setEditText</h4>
-<b>setEditText</b>(<i>path</i>)
+<b>setEditText</b>(<i>path, toNative=True</i>)
 <p>
         Public method to set the current path.
 </p><dl>
 <dt><i>path</i> (str)</dt>
 <dd>
 path to be set
+</dd><dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
 </dd>
 </dl><a NAME="E5PathPickerBase.setEditorEnabled" ID="E5PathPickerBase.setEditorEnabled"></a>
 <h4>E5PathPickerBase.setEditorEnabled</h4>
@@ -692,13 +726,17 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.setPath" ID="E5PathPickerBase.setPath"></a>
 <h4>E5PathPickerBase.setPath</h4>
-<b>setPath</b>(<i>path</i>)
+<b>setPath</b>(<i>path, toNative=True</i>)
 <p>
         Public method to set the current path.
 </p><dl>
 <dt><i>path</i> (str)</dt>
 <dd>
 path to be set
+</dd><dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
 </dd>
 </dl><a NAME="E5PathPickerBase.setPathsList" ID="E5PathPickerBase.setPathsList"></a>
 <h4>E5PathPickerBase.setPathsList</h4>
@@ -732,13 +770,17 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.setText" ID="E5PathPickerBase.setText"></a>
 <h4>E5PathPickerBase.setText</h4>
-<b>setText</b>(<i>path</i>)
+<b>setText</b>(<i>path, toNative=True</i>)
 <p>
         Public method to set the current path.
 </p><dl>
 <dt><i>path</i> (str)</dt>
 <dd>
 path to be set
+</dd><dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
 </dd>
 </dl><a NAME="E5PathPickerBase.setWindowTitle" ID="E5PathPickerBase.setWindowTitle"></a>
 <h4>E5PathPickerBase.setWindowTitle</h4>
@@ -752,10 +794,16 @@
 </dd>
 </dl><a NAME="E5PathPickerBase.text" ID="E5PathPickerBase.text"></a>
 <h4>E5PathPickerBase.text</h4>
-<b>text</b>(<i></i>)
+<b>text</b>(<i>toNative=True</i>)
 <p>
         Public method to get the current path.
 </p><dl>
+<dt><i>toNative</i> (bool)</dt>
+<dd>
+flag indicating to convert the path into
+            a native format
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 current path

eric ide

mercurial