61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#AddFileDialog.getData">getData</a></td> |
63 <td><a href="#AddFileDialog.getData">getData</a></td> |
64 <td>Public slot to retrieve the dialogs data.</td> |
64 <td>Public slot to retrieve the dialogs data.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#AddFileDialog.on_sourceFileButton_clicked">on_sourceFileButton_clicked</a></td> |
66 <td><a href="#AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog">on_sourceFilesPicker_aboutToShowPathPickerDialog</a></td> |
67 <td>Private slot to display a file selection dialog.</td> |
67 <td>Private slot to perform actions before the source files selection dialog is shown.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#AddFileDialog.on_sourceFileEdit_textChanged">on_sourceFileEdit_textChanged</a></td> |
69 <td><a href="#AddFileDialog.on_sourceFilesPicker_textChanged">on_sourceFilesPicker_textChanged</a></td> |
70 <td>Private slot to handle the source file text changed.</td> |
70 <td>Private slot to handle the source file text changed.</td> |
71 </tr><tr> |
|
72 <td><a href="#AddFileDialog.on_targetDirButton_clicked">on_targetDirButton_clicked</a></td> |
|
73 <td>Private slot to display a directory selection dialog.</td> |
|
74 </tr> |
71 </tr> |
75 </table> |
72 </table> |
76 <h3>Static Methods</h3> |
73 <h3>Static Methods</h3> |
77 <table> |
74 <table> |
78 <tr><td>None</td></tr> |
75 <tr><td>None</td></tr> |
109 <dd> |
106 <dd> |
110 tuple of three values (list of string, string, boolean) |
107 tuple of three values (list of string, string, boolean) |
111 giving the source files, the target directory and a flag |
108 giving the source files, the target directory and a flag |
112 telling, whether the files shall be added as source code |
109 telling, whether the files shall be added as source code |
113 </dd> |
110 </dd> |
114 </dl><a NAME="AddFileDialog.on_sourceFileButton_clicked" ID="AddFileDialog.on_sourceFileButton_clicked"></a> |
111 </dl><a NAME="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ID="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog"></a> |
115 <h4>AddFileDialog.on_sourceFileButton_clicked</h4> |
112 <h4>AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog</h4> |
116 <b>on_sourceFileButton_clicked</b>(<i></i>) |
113 <b>on_sourceFilesPicker_aboutToShowPathPickerDialog</b>(<i></i>) |
117 <p> |
114 <p> |
118 Private slot to display a file selection dialog. |
115 Private slot to perform actions before the source files selection |
119 </p><a NAME="AddFileDialog.on_sourceFileEdit_textChanged" ID="AddFileDialog.on_sourceFileEdit_textChanged"></a> |
116 dialog is shown. |
120 <h4>AddFileDialog.on_sourceFileEdit_textChanged</h4> |
117 </p><a NAME="AddFileDialog.on_sourceFilesPicker_textChanged" ID="AddFileDialog.on_sourceFilesPicker_textChanged"></a> |
121 <b>on_sourceFileEdit_textChanged</b>(<i>sfile</i>) |
118 <h4>AddFileDialog.on_sourceFilesPicker_textChanged</h4> |
|
119 <b>on_sourceFilesPicker_textChanged</b>(<i>sfile</i>) |
122 <p> |
120 <p> |
123 Private slot to handle the source file text changed. |
121 Private slot to handle the source file text changed. |
124 </p><p> |
122 </p><p> |
125 If the entered source directory is a subdirectory of the current |
123 If the entered source directory is a subdirectory of the current |
126 projects main directory, the target directory path is synchronized. |
124 projects main directory, the target directory path is synchronized. |
127 It is assumed, that the user wants to add a bunch of files to |
125 It is assumed, that the user wants to add a bunch of files to |
128 the project in place. |
126 the project in place. |
129 </p><dl> |
127 </p><dl> |
130 <dt><i>sfile</i></dt> |
128 <dt><i>sfile</i></dt> |
131 <dd> |
129 <dd> |
132 the text of the source file line edit (string) |
130 the text of the source file picker (string) |
133 </dd> |
131 </dd> |
134 </dl><a NAME="AddFileDialog.on_targetDirButton_clicked" ID="AddFileDialog.on_targetDirButton_clicked"></a> |
132 </dl> |
135 <h4>AddFileDialog.on_targetDirButton_clicked</h4> |
|
136 <b>on_targetDirButton_clicked</b>(<i></i>) |
|
137 <p> |
|
138 Private slot to display a directory selection dialog. |
|
139 </p> |
|
140 <div align="right"><a href="#top">Up</a></div> |
133 <div align="right"><a href="#top">Up</a></div> |
141 <hr /> |
134 <hr /> |
142 </body></html> |
135 </body></html> |