Documentation/Source/eric6.Project.AddDirectoryDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
child 5606
da305d172769
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#AddDirectoryDialog.__init__">AddDirectoryDialog</a></td> 60 <td><a href="#AddDirectoryDialog.__init__">AddDirectoryDialog</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#AddDirectoryDialog.__dirDialog">__dirDialog</a></td>
64 <td>Private slot to display a directory selection dialog.</td>
65 </tr><tr>
66 <td><a href="#AddDirectoryDialog.getData">getData</a></td> 63 <td><a href="#AddDirectoryDialog.getData">getData</a></td>
67 <td>Public slot to retrieve the dialogs data.</td> 64 <td>Public slot to retrieve the dialogs data.</td>
68 </tr><tr> 65 </tr><tr>
69 <td><a href="#AddDirectoryDialog.on_filterComboBox_highlighted">on_filterComboBox_highlighted</a></td> 66 <td><a href="#AddDirectoryDialog.on_filterComboBox_highlighted">on_filterComboBox_highlighted</a></td>
70 <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>
71 </tr><tr> 68 </tr><tr>
72 <td><a href="#AddDirectoryDialog.on_sourceDirButton_clicked">on_sourceDirButton_clicked</a></td> 69 <td><a href="#AddDirectoryDialog.on_sourceDirPicker_textChanged">on_sourceDirPicker_textChanged</a></td>
73 <td>Private slot to handle the source dir button press.</td> 70 <td>Private slot to handle the source directory text changed.</td>
74 </tr><tr>
75 <td><a href="#AddDirectoryDialog.on_sourceDirEdit_textChanged">on_sourceDirEdit_textChanged</a></td>
76 <td>Private slot to handle the source dir text changed.</td>
77 </tr><tr>
78 <td><a href="#AddDirectoryDialog.on_targetDirButton_clicked">on_targetDirButton_clicked</a></td>
79 <td>Private slot to handle the target dir button press.</td>
80 </tr> 71 </tr>
81 </table> 72 </table>
82 <h3>Static Methods</h3> 73 <h3>Static Methods</h3>
83 <table> 74 <table>
84 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
103 name of this dialog (string) 94 name of this dialog (string)
104 </dd><dt><i>startdir</i></dt> 95 </dd><dt><i>startdir</i></dt>
105 <dd> 96 <dd>
106 start directory for the selection dialog 97 start directory for the selection dialog
107 </dd> 98 </dd>
108 </dl><a NAME="AddDirectoryDialog.__dirDialog" ID="AddDirectoryDialog.__dirDialog"></a>
109 <h4>AddDirectoryDialog.__dirDialog</h4>
110 <b>__dirDialog</b>(<i>textEdit</i>)
111 <p>
112 Private slot to display a directory selection dialog.
113 </p><dl>
114 <dt><i>textEdit</i></dt>
115 <dd>
116 field for the display of the selected directory name
117 (QLineEdit)
118 </dd>
119 </dl><a NAME="AddDirectoryDialog.getData" ID="AddDirectoryDialog.getData"></a> 99 </dl><a NAME="AddDirectoryDialog.getData" ID="AddDirectoryDialog.getData"></a>
120 <h4>AddDirectoryDialog.getData</h4> 100 <h4>AddDirectoryDialog.getData</h4>
121 <b>getData</b>(<i></i>) 101 <b>getData</b>(<i></i>)
122 <p> 102 <p>
123 Public slot to retrieve the dialogs data. 103 Public slot to retrieve the dialogs data.
136 </p><dl> 116 </p><dl>
137 <dt><i>fileType</i></dt> 117 <dt><i>fileType</i></dt>
138 <dd> 118 <dd>
139 the selected file type (string) 119 the selected file type (string)
140 </dd> 120 </dd>
141 </dl><a NAME="AddDirectoryDialog.on_sourceDirButton_clicked" ID="AddDirectoryDialog.on_sourceDirButton_clicked"></a> 121 </dl><a NAME="AddDirectoryDialog.on_sourceDirPicker_textChanged" ID="AddDirectoryDialog.on_sourceDirPicker_textChanged"></a>
142 <h4>AddDirectoryDialog.on_sourceDirButton_clicked</h4> 122 <h4>AddDirectoryDialog.on_sourceDirPicker_textChanged</h4>
143 <b>on_sourceDirButton_clicked</b>(<i></i>) 123 <b>on_sourceDirPicker_textChanged</b>(<i>dir</i>)
144 <p> 124 <p>
145 Private slot to handle the source dir button press. 125 Private slot to handle the source directory text changed.
146 </p><a NAME="AddDirectoryDialog.on_sourceDirEdit_textChanged" ID="AddDirectoryDialog.on_sourceDirEdit_textChanged"></a>
147 <h4>AddDirectoryDialog.on_sourceDirEdit_textChanged</h4>
148 <b>on_sourceDirEdit_textChanged</b>(<i>dir</i>)
149 <p>
150 Private slot to handle the source dir text changed.
151 </p><p> 126 </p><p>
152 If the entered source directory is a subdirectory of the current 127 If the entered source directory is a subdirectory of the current
153 projects main directory, the target directory path is synchronized. 128 projects main directory, the target directory path is synchronized.
154 It is assumed, that the user wants to add a bunch of files to 129 It is assumed, that the user wants to add a bunch of files to
155 the project in place. 130 the project in place.
156 </p><dl> 131 </p><dl>
157 <dt><i>dir</i></dt> 132 <dt><i>dir</i></dt>
158 <dd> 133 <dd>
159 the text of the source directory line edit (string) 134 the text of the source directory line edit (string)
160 </dd> 135 </dd>
161 </dl><a NAME="AddDirectoryDialog.on_targetDirButton_clicked" ID="AddDirectoryDialog.on_targetDirButton_clicked"></a> 136 </dl>
162 <h4>AddDirectoryDialog.on_targetDirButton_clicked</h4>
163 <b>on_targetDirButton_clicked</b>(<i></i>)
164 <p>
165 Private slot to handle the target dir button press.
166 </p>
167 <div align="right"><a href="#top">Up</a></div> 137 <div align="right"><a href="#top">Up</a></div>
168 <hr /> 138 <hr />
169 </body></html> 139 </body></html>

eric ide

mercurial