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

branch
eric7
changeset 10430
e440aaf179ce
parent 9530
c30f02ea1b27
child 10479
856476537696
equal deleted inserted replaced
10429:643989a1e2bd 10430:e440aaf179ce
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
88 88
89 <dt><i>pro</i></dt> 89 <dt><i>pro</i> (Project)</dt>
90 <dd> 90 <dd>
91 reference to the project object 91 reference to the project object
92 </dd> 92 </dd>
93 <dt><i>fileTypeFilter</i></dt> 93 <dt><i>fileTypeFilter</i> (str)</dt>
94 <dd> 94 <dd>
95 file type filter (string) 95 file type filter
96 </dd> 96 </dd>
97 <dt><i>parent</i></dt> 97 <dt><i>parent</i> (QWidget)</dt>
98 <dd> 98 <dd>
99 parent widget of this dialog (QWidget) 99 parent widget of this dialog
100 </dd> 100 </dd>
101 <dt><i>name</i></dt> 101 <dt><i>name</i> (str)</dt>
102 <dd> 102 <dd>
103 name of this dialog (string) 103 name of this dialog
104 </dd> 104 </dd>
105 <dt><i>startdir</i></dt> 105 <dt><i>startdir</i> (str)</dt>
106 <dd> 106 <dd>
107 start directory for the selection dialog 107 start directory for the selection dialog
108 </dd> 108 </dd>
109 </dl> 109 </dl>
110 <a NAME="AddDirectoryDialog.getData" ID="AddDirectoryDialog.getData"></a> 110 <a NAME="AddDirectoryDialog.getData" ID="AddDirectoryDialog.getData"></a>
115 Public slot to retrieve the dialogs data. 115 Public slot to retrieve the dialogs data.
116 </p> 116 </p>
117 <dl> 117 <dl>
118 <dt>Return:</dt> 118 <dt>Return:</dt>
119 <dd> 119 <dd>
120 tuple of four values (string, string, string, boolean) giving 120 tuple of four values giving the selected file type, the source
121 the selected file type, the source and target directory and 121 and target directory and a flag indicating a recursive add
122 a flag indicating a recursive add 122 </dd>
123 </dl>
124 <dl>
125 <dt>Return Type:</dt>
126 <dd>
127 tuple of (str, str, str, bool)
123 </dd> 128 </dd>
124 </dl> 129 </dl>
125 <a NAME="AddDirectoryDialog.on_filterComboBox_currentIndexChanged" ID="AddDirectoryDialog.on_filterComboBox_currentIndexChanged"></a> 130 <a NAME="AddDirectoryDialog.on_filterComboBox_currentIndexChanged" ID="AddDirectoryDialog.on_filterComboBox_currentIndexChanged"></a>
126 <h4>AddDirectoryDialog.on_filterComboBox_currentIndexChanged</h4> 131 <h4>AddDirectoryDialog.on_filterComboBox_currentIndexChanged</h4>
127 <b>on_filterComboBox_currentIndexChanged</b>(<i>index</i>) 132 <b>on_filterComboBox_currentIndexChanged</b>(<i>index</i>)
149 It is assumed, that the user wants to add a bunch of files to 154 It is assumed, that the user wants to add a bunch of files to
150 the project in place. 155 the project in place.
151 </p> 156 </p>
152 <dl> 157 <dl>
153 158
154 <dt><i>directory</i></dt> 159 <dt><i>directory</i> (str)</dt>
155 <dd> 160 <dd>
156 the text of the source directory line edit (string) 161 the text of the source directory line edit
157 </dd> 162 </dd>
158 </dl> 163 </dl>
159 <div align="right"><a href="#top">Up</a></div> 164 <div align="right"><a href="#top">Up</a></div>
160 <hr /> 165 <hr />
161 </body></html> 166 </body></html>

eric ide

mercurial