src/eric7/Documentation/Source/eric7.Project.AddDirectoryDialog.html

branch
eric7
changeset 9530
c30f02ea1b27
parent 9236
db53a9efe7ef
child 10430
e440aaf179ce
equal deleted inserted replaced
9529:5ce1774b3106 9530:c30f02ea1b27
61 <tr> 61 <tr>
62 <td><a href="#AddDirectoryDialog.getData">getData</a></td> 62 <td><a href="#AddDirectoryDialog.getData">getData</a></td>
63 <td>Public slot to retrieve the dialogs data.</td> 63 <td>Public slot to retrieve the dialogs data.</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#AddDirectoryDialog.on_filterComboBox_highlighted">on_filterComboBox_highlighted</a></td> 66 <td><a href="#AddDirectoryDialog.on_filterComboBox_currentIndexChanged">on_filterComboBox_currentIndexChanged</a></td>
67 <td>Private slot to handle the selection of a file type.</td> 67 <td>Private slot to handle the selection of a file type.</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#AddDirectoryDialog.on_sourceDirPicker_textChanged">on_sourceDirPicker_textChanged</a></td> 70 <td><a href="#AddDirectoryDialog.on_sourceDirPicker_textChanged">on_sourceDirPicker_textChanged</a></td>
71 <td>Private slot to handle the source directory text changed.</td> 71 <td>Private slot to handle the source directory text changed.</td>
77 <tr><td>None</td></tr> 77 <tr><td>None</td></tr>
78 </table> 78 </table>
79 79
80 <a NAME="AddDirectoryDialog.__init__" ID="AddDirectoryDialog.__init__"></a> 80 <a NAME="AddDirectoryDialog.__init__" ID="AddDirectoryDialog.__init__"></a>
81 <h4>AddDirectoryDialog (Constructor)</h4> 81 <h4>AddDirectoryDialog (Constructor)</h4>
82 <b>AddDirectoryDialog</b>(<i>pro, fileTypeFilter="source", parent=None, name=None, startdir=None</i>) 82 <b>AddDirectoryDialog</b>(<i>pro, fileTypeFilter="SOURCES", parent=None, name=None, startdir=None</i>)
83 83
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
120 tuple of four values (string, string, string, boolean) giving 120 tuple of four values (string, string, string, boolean) giving
121 the selected file type, the source and target directory and 121 the selected file type, the source and target directory and
122 a flag indicating a recursive add 122 a flag indicating a recursive add
123 </dd> 123 </dd>
124 </dl> 124 </dl>
125 <a NAME="AddDirectoryDialog.on_filterComboBox_highlighted" ID="AddDirectoryDialog.on_filterComboBox_highlighted"></a> 125 <a NAME="AddDirectoryDialog.on_filterComboBox_currentIndexChanged" ID="AddDirectoryDialog.on_filterComboBox_currentIndexChanged"></a>
126 <h4>AddDirectoryDialog.on_filterComboBox_highlighted</h4> 126 <h4>AddDirectoryDialog.on_filterComboBox_currentIndexChanged</h4>
127 <b>on_filterComboBox_highlighted</b>(<i>index</i>) 127 <b>on_filterComboBox_currentIndexChanged</b>(<i>index</i>)
128 128
129 <p> 129 <p>
130 Private slot to handle the selection of a file type. 130 Private slot to handle the selection of a file type.
131 </p> 131 </p>
132 <dl> 132 <dl>

eric ide

mercurial