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

branch
eric7
changeset 10430
e440aaf179ce
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10429:643989a1e2bd 10430:e440aaf179ce
93 <p> 93 <p>
94 Constructor 94 Constructor
95 </p> 95 </p>
96 <dl> 96 <dl>
97 97
98 <dt><i>files</i></dt> 98 <dt><i>files</i> (list of str)</dt>
99 <dd> 99 <dd>
100 list of files, that have been found for addition 100 list of files, that have been found for addition
101 (list of strings)
102 </dd> 101 </dd>
103 <dt><i>parent</i></dt> 102 <dt><i>parent</i> (QWidget)</dt>
104 <dd> 103 <dd>
105 parent widget of this dialog (QWidget) 104 parent widget of this dialog
106 </dd> 105 </dd>
107 <dt><i>name</i></dt> 106 <dt><i>name</i> (str)</dt>
108 <dd> 107 <dd>
109 name of this dialog (string) 108 name of this dialog
110 </dd> 109 </dd>
111 </dl> 110 </dl>
112 <a NAME="AddFoundFilesDialog.getSelection" ID="AddFoundFilesDialog.getSelection"></a> 111 <a NAME="AddFoundFilesDialog.getSelection" ID="AddFoundFilesDialog.getSelection"></a>
113 <h4>AddFoundFilesDialog.getSelection</h4> 112 <h4>AddFoundFilesDialog.getSelection</h4>
114 <b>getSelection</b>(<i></i>) 113 <b>getSelection</b>(<i></i>)
117 Public method to return the selected items. 116 Public method to return the selected items.
118 </p> 117 </p>
119 <dl> 118 <dl>
120 <dt>Return:</dt> 119 <dt>Return:</dt>
121 <dd> 120 <dd>
122 list of selected files (list of strings) 121 list of selected files
122 </dd>
123 </dl>
124 <dl>
125 <dt>Return Type:</dt>
126 <dd>
127 list of str
123 </dd> 128 </dd>
124 </dl> 129 </dl>
125 <a NAME="AddFoundFilesDialog.on_addAllButton_clicked" ID="AddFoundFilesDialog.on_addAllButton_clicked"></a> 130 <a NAME="AddFoundFilesDialog.on_addAllButton_clicked" ID="AddFoundFilesDialog.on_addAllButton_clicked"></a>
126 <h4>AddFoundFilesDialog.on_addAllButton_clicked</h4> 131 <h4>AddFoundFilesDialog.on_addAllButton_clicked</h4>
127 <b>on_addAllButton_clicked</b>(<i></i>) 132 <b>on_addAllButton_clicked</b>(<i></i>)
149 <p> 154 <p>
150 Private slot called by a button of the button box clicked. 155 Private slot called by a button of the button box clicked.
151 </p> 156 </p>
152 <dl> 157 <dl>
153 158
154 <dt><i>button</i></dt> 159 <dt><i>button</i> (QAbstractButton)</dt>
155 <dd> 160 <dd>
156 button that was clicked (QAbstractButton) 161 button that was clicked
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