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>parent</i></dt> |
93 <dt><i>parent</i> (QWidget)</dt> |
94 <dd> |
94 <dd> |
95 parent widget of this dialog (QWidget) |
95 parent widget of this dialog |
96 </dd> |
96 </dd> |
97 <dt><i>fileTypeFilter</i></dt> |
97 <dt><i>fileTypeFilter</i> (str)</dt> |
98 <dd> |
98 <dd> |
99 filter specification for the file to add (string) |
99 filter specification for the file to add |
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="AddFileDialog.getData" ID="AddFileDialog.getData"></a> |
110 <a NAME="AddFileDialog.getData" ID="AddFileDialog.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 three values (list of string, string, boolean) |
120 tuple containing the source files, the target directory and a flag |
121 giving the source files, the target directory and a flag |
|
122 telling, whether the files shall be added as source code |
121 telling, whether the files shall be added as source code |
|
122 </dd> |
|
123 </dl> |
|
124 <dl> |
|
125 <dt>Return Type:</dt> |
|
126 <dd> |
|
127 tuple of (list of string, string, boolean) |
123 </dd> |
128 </dd> |
124 </dl> |
129 </dl> |
125 <a NAME="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ID="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog"></a> |
130 <a NAME="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ID="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog"></a> |
126 <h4>AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog</h4> |
131 <h4>AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog</h4> |
127 <b>on_sourceFilesPicker_aboutToShowPathPickerDialog</b>(<i></i>) |
132 <b>on_sourceFilesPicker_aboutToShowPathPickerDialog</b>(<i></i>) |
143 It is assumed, that the user wants to add a bunch of files to |
148 It is assumed, that the user wants to add a bunch of files to |
144 the project in place. |
149 the project in place. |
145 </p> |
150 </p> |
146 <dl> |
151 <dl> |
147 |
152 |
148 <dt><i>sfile</i></dt> |
153 <dt><i>sfile</i> (str)</dt> |
149 <dd> |
154 <dd> |
150 the text of the source file picker (string) |
155 the text of the source file picker |
151 </dd> |
156 </dd> |
152 </dl> |
157 </dl> |
153 <div align="right"><a href="#top">Up</a></div> |
158 <div align="right"><a href="#top">Up</a></div> |
154 <hr /> |
159 <hr /> |
155 </body></html> |
160 </body></html> |