src/eric7/Documentation/Source/eric7.EricWidgets.EricPathPicker.html

branch
eric7
changeset 10784
521fd465b048
parent 10479
856476537696
child 10938
2a7e115e2198
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
74 </tr> 74 </tr>
75 <tr> 75 <tr>
76 <td><a href="#EricComboPathPicker.getPathLibItems">getPathLibItems</a></td> 76 <td><a href="#EricComboPathPicker.getPathLibItems">getPathLibItems</a></td>
77 <td>Public method to get the list of remembered paths.</td> 77 <td>Public method to get the list of remembered paths.</td>
78 </tr> 78 </tr>
79 <tr>
80 <td><a href="#EricComboPathPicker.getRemotePathItems">getRemotePathItems</a></td>
81 <td>Public method to get the list of remembered remote paths.</td>
82 </tr>
79 </table> 83 </table>
80 84
81 <h3>Static Methods</h3> 85 <h3>Static Methods</h3>
82 <table> 86 <table>
83 <tr><td>None</td></tr> 87 <tr><td>None</td></tr>
132 </dl> 136 </dl>
133 <dl> 137 <dl>
134 <dt>Return Type:</dt> 138 <dt>Return Type:</dt>
135 <dd> 139 <dd>
136 list of pathlib.Path 140 list of pathlib.Path
141 </dd>
142 </dl>
143 <a NAME="EricComboPathPicker.getRemotePathItems" ID="EricComboPathPicker.getRemotePathItems"></a>
144 <h4>EricComboPathPicker.getRemotePathItems</h4>
145 <b>getRemotePathItems</b>(<i></i>)
146 <p>
147 Public method to get the list of remembered remote paths.
148 </p>
149
150 <dl>
151 <dt>Return:</dt>
152 <dd>
153 list of remembered paths
154 </dd>
155 </dl>
156 <dl>
157 <dt>Return Type:</dt>
158 <dd>
159 list of str
137 </dd> 160 </dd>
138 </dl> 161 </dl>
139 <div align="right"><a href="#top">Up</a></div> 162 <div align="right"><a href="#top">Up</a></div>
140 <hr /> 163 <hr />
141 <hr /> 164 <hr />
305 <tr> 328 <tr>
306 <td><a href="#EricPathPickerBase.firstPath">firstPath</a></td> 329 <td><a href="#EricPathPickerBase.firstPath">firstPath</a></td>
307 <td>Public method to get the first path of a list of entered paths.</td> 330 <td>Public method to get the first path of a list of entered paths.</td>
308 </tr> 331 </tr>
309 <tr> 332 <tr>
333 <td><a href="#EricPathPickerBase.firstStrPath">firstStrPath</a></td>
334 <td>Public method to get the first path of a list of entered paths as a string.</td>
335 </tr>
336 <tr>
310 <td><a href="#EricPathPickerBase.isPickerEnabled">isPickerEnabled</a></td> 337 <td><a href="#EricPathPickerBase.isPickerEnabled">isPickerEnabled</a></td>
311 <td>Public method to get the file dialog button enabled state.</td> 338 <td>Public method to get the file dialog button enabled state.</td>
312 </tr> 339 </tr>
313 <tr> 340 <tr>
314 <td><a href="#EricPathPickerBase.isReadOnly">isReadOnly</a></td> 341 <td><a href="#EricPathPickerBase.isReadOnly">isReadOnly</a></td>
315 <td>Public method to check the path picker for read only mode.</td> 342 <td>Public method to check the path picker for read only mode.</td>
316 </tr> 343 </tr>
317 <tr> 344 <tr>
345 <td><a href="#EricPathPickerBase.isRemote">isRemote</a></td>
346 <td>Public method to get the path picker remote mode.</td>
347 </tr>
348 <tr>
318 <td><a href="#EricPathPickerBase.lastPath">lastPath</a></td> 349 <td><a href="#EricPathPickerBase.lastPath">lastPath</a></td>
319 <td>Public method to get the last path of a list of entered paths.</td> 350 <td>Public method to get the last path of a list of entered paths.</td>
320 </tr> 351 </tr>
321 <tr> 352 <tr>
353 <td><a href="#EricPathPickerBase.lastStrPath">lastStrPath</a></td>
354 <td>Public method to get the last path of a list of entered paths as a string.</td>
355 </tr>
356 <tr>
322 <td><a href="#EricPathPickerBase.mode">mode</a></td> 357 <td><a href="#EricPathPickerBase.mode">mode</a></td>
323 <td>Public method to get the path picker mode.</td> 358 <td>Public method to get the path picker mode.</td>
324 </tr> 359 </tr>
325 <tr> 360 <tr>
326 <td><a href="#EricPathPickerBase.path">path</a></td> 361 <td><a href="#EricPathPickerBase.path">path</a></td>
393 <tr> 428 <tr>
394 <td><a href="#EricPathPickerBase.setReadOnly">setReadOnly</a></td> 429 <td><a href="#EricPathPickerBase.setReadOnly">setReadOnly</a></td>
395 <td>Public method to set the path picker to read only mode.</td> 430 <td>Public method to set the path picker to read only mode.</td>
396 </tr> 431 </tr>
397 <tr> 432 <tr>
433 <td><a href="#EricPathPickerBase.setRemote">setRemote</a></td>
434 <td>Public method to set the remote mode of the path picker.</td>
435 </tr>
436 <tr>
398 <td><a href="#EricPathPickerBase.setSizeAdjustPolicy">setSizeAdjustPolicy</a></td> 437 <td><a href="#EricPathPickerBase.setSizeAdjustPolicy">setSizeAdjustPolicy</a></td>
399 <td>Public method to set the size adjust policy of the combo box.</td> 438 <td>Public method to set the size adjust policy of the combo box.</td>
400 </tr> 439 </tr>
401 <tr> 440 <tr>
402 <td><a href="#EricPathPickerBase.setText">setText</a></td> 441 <td><a href="#EricPathPickerBase.setText">setText</a></td>
403 <td>Public method to set the current path.</td> 442 <td>Public method to set the current path.</td>
404 </tr> 443 </tr>
405 <tr> 444 <tr>
406 <td><a href="#EricPathPickerBase.setWindowTitle">setWindowTitle</a></td> 445 <td><a href="#EricPathPickerBase.setWindowTitle">setWindowTitle</a></td>
407 <td>Public method to set the path picker dialog window title.</td> 446 <td>Public method to set the path picker dialog window title.</td>
447 </tr>
448 <tr>
449 <td><a href="#EricPathPickerBase.strPaths">strPaths</a></td>
450 <td>Public method to get the list of entered paths as strings.</td>
408 </tr> 451 </tr>
409 <tr> 452 <tr>
410 <td><a href="#EricPathPickerBase.text">text</a></td> 453 <td><a href="#EricPathPickerBase.text">text</a></td>
411 <td>Public method to get the current path.</td> 454 <td>Public method to get the current path.</td>
412 </tr> 455 </tr>
694 <dt>Return Type:</dt> 737 <dt>Return Type:</dt>
695 <dd> 738 <dd>
696 pathlib.Path 739 pathlib.Path
697 </dd> 740 </dd>
698 </dl> 741 </dl>
742 <a NAME="EricPathPickerBase.firstStrPath" ID="EricPathPickerBase.firstStrPath"></a>
743 <h4>EricPathPickerBase.firstStrPath</h4>
744 <b>firstStrPath</b>(<i></i>)
745 <p>
746 Public method to get the first path of a list of entered paths as a string.
747 </p>
748
749 <dl>
750 <dt>Return:</dt>
751 <dd>
752 first path
753 </dd>
754 </dl>
755 <dl>
756 <dt>Return Type:</dt>
757 <dd>
758 pathlib.Path
759 </dd>
760 </dl>
699 <a NAME="EricPathPickerBase.isPickerEnabled" ID="EricPathPickerBase.isPickerEnabled"></a> 761 <a NAME="EricPathPickerBase.isPickerEnabled" ID="EricPathPickerBase.isPickerEnabled"></a>
700 <h4>EricPathPickerBase.isPickerEnabled</h4> 762 <h4>EricPathPickerBase.isPickerEnabled</h4>
701 <b>isPickerEnabled</b>(<i></i>) 763 <b>isPickerEnabled</b>(<i></i>)
702 <p> 764 <p>
703 Public method to get the file dialog button enabled state. 765 Public method to get the file dialog button enabled state.
732 <dt>Return Type:</dt> 794 <dt>Return Type:</dt>
733 <dd> 795 <dd>
734 bool 796 bool
735 </dd> 797 </dd>
736 </dl> 798 </dl>
799 <a NAME="EricPathPickerBase.isRemote" ID="EricPathPickerBase.isRemote"></a>
800 <h4>EricPathPickerBase.isRemote</h4>
801 <b>isRemote</b>(<i></i>)
802 <p>
803 Public method to get the path picker remote mode.
804 </p>
805
806 <dl>
807 <dt>Return:</dt>
808 <dd>
809 flag indicating the remote mode
810 </dd>
811 </dl>
812 <dl>
813 <dt>Return Type:</dt>
814 <dd>
815 bool
816 </dd>
817 </dl>
737 <a NAME="EricPathPickerBase.lastPath" ID="EricPathPickerBase.lastPath"></a> 818 <a NAME="EricPathPickerBase.lastPath" ID="EricPathPickerBase.lastPath"></a>
738 <h4>EricPathPickerBase.lastPath</h4> 819 <h4>EricPathPickerBase.lastPath</h4>
739 <b>lastPath</b>(<i></i>) 820 <b>lastPath</b>(<i></i>)
740 <p> 821 <p>
741 Public method to get the last path of a list of entered paths. 822 Public method to get the last path of a list of entered paths.
751 <dt>Return Type:</dt> 832 <dt>Return Type:</dt>
752 <dd> 833 <dd>
753 pathlib.Path 834 pathlib.Path
754 </dd> 835 </dd>
755 </dl> 836 </dl>
837 <a NAME="EricPathPickerBase.lastStrPath" ID="EricPathPickerBase.lastStrPath"></a>
838 <h4>EricPathPickerBase.lastStrPath</h4>
839 <b>lastStrPath</b>(<i></i>)
840 <p>
841 Public method to get the last path of a list of entered paths as a string.
842 </p>
843
844 <dl>
845 <dt>Return:</dt>
846 <dd>
847 last path
848 </dd>
849 </dl>
850 <dl>
851 <dt>Return Type:</dt>
852 <dd>
853 pathlib.Path
854 </dd>
855 </dl>
756 <a NAME="EricPathPickerBase.mode" ID="EricPathPickerBase.mode"></a> 856 <a NAME="EricPathPickerBase.mode" ID="EricPathPickerBase.mode"></a>
757 <h4>EricPathPickerBase.mode</h4> 857 <h4>EricPathPickerBase.mode</h4>
758 <b>mode</b>(<i></i>) 858 <b>mode</b>(<i></i>)
759 <p> 859 <p>
760 Public method to get the path picker mode. 860 Public method to get the path picker mode.
1047 <dt><i>readOnly</i> (bool)</dt> 1147 <dt><i>readOnly</i> (bool)</dt>
1048 <dd> 1148 <dd>
1049 flag indicating read only mode 1149 flag indicating read only mode
1050 </dd> 1150 </dd>
1051 </dl> 1151 </dl>
1152 <a NAME="EricPathPickerBase.setRemote" ID="EricPathPickerBase.setRemote"></a>
1153 <h4>EricPathPickerBase.setRemote</h4>
1154 <b>setRemote</b>(<i>remote</i>)
1155 <p>
1156 Public method to set the remote mode of the path picker.
1157 </p>
1158
1159 <dl>
1160
1161 <dt><i>remote</i> (bool)</dt>
1162 <dd>
1163 flag indicating the remote mode
1164 </dd>
1165 </dl>
1052 <a NAME="EricPathPickerBase.setSizeAdjustPolicy" ID="EricPathPickerBase.setSizeAdjustPolicy"></a> 1166 <a NAME="EricPathPickerBase.setSizeAdjustPolicy" ID="EricPathPickerBase.setSizeAdjustPolicy"></a>
1053 <h4>EricPathPickerBase.setSizeAdjustPolicy</h4> 1167 <h4>EricPathPickerBase.setSizeAdjustPolicy</h4>
1054 <b>setSizeAdjustPolicy</b>(<i>policy</i>) 1168 <b>setSizeAdjustPolicy</b>(<i>policy</i>)
1055 <p> 1169 <p>
1056 Public method to set the size adjust policy of the combo box. 1170 Public method to set the size adjust policy of the combo box.
1092 <dl> 1206 <dl>
1093 1207
1094 <dt><i>title</i> (str)</dt> 1208 <dt><i>title</i> (str)</dt>
1095 <dd> 1209 <dd>
1096 window title 1210 window title
1211 </dd>
1212 </dl>
1213 <a NAME="EricPathPickerBase.strPaths" ID="EricPathPickerBase.strPaths"></a>
1214 <h4>EricPathPickerBase.strPaths</h4>
1215 <b>strPaths</b>(<i></i>)
1216 <p>
1217 Public method to get the list of entered paths as strings.
1218 </p>
1219
1220 <dl>
1221 <dt>Return:</dt>
1222 <dd>
1223 entered paths
1224 </dd>
1225 </dl>
1226 <dl>
1227 <dt>Return Type:</dt>
1228 <dd>
1229 list of str
1097 </dd> 1230 </dd>
1098 </dl> 1231 </dl>
1099 <a NAME="EricPathPickerBase.text" ID="EricPathPickerBase.text"></a> 1232 <a NAME="EricPathPickerBase.text" ID="EricPathPickerBase.text"></a>
1100 <h4>EricPathPickerBase.text</h4> 1233 <h4>EricPathPickerBase.text</h4>
1101 <b>text</b>(<i>toNative=True</i>) 1234 <b>text</b>(<i>toNative=True</i>)

eric ide

mercurial