1006 <tr> |
1006 <tr> |
1007 <td><a href="#Tabview.__currentChanged">__currentChanged</a></td> |
1007 <td><a href="#Tabview.__currentChanged">__currentChanged</a></td> |
1008 <td>Private slot to handle the currentChanged signal.</td> |
1008 <td>Private slot to handle the currentChanged signal.</td> |
1009 </tr> |
1009 </tr> |
1010 <tr> |
1010 <tr> |
|
1011 <td><a href="#Tabview.__setIcon">__setIcon</a></td> |
|
1012 <td>Private method to set the icon for the given editor.</td> |
|
1013 </tr> |
|
1014 <tr> |
1011 <td><a href="#Tabview._addView">_addView</a></td> |
1015 <td><a href="#Tabview._addView">_addView</a></td> |
1012 <td>Protected method to add a view (i.e.</td> |
1016 <td>Protected method to add a view (i.e.</td> |
1013 </tr> |
1017 </tr> |
1014 <tr> |
1018 <tr> |
1015 <td><a href="#Tabview._initWindowActions">_initWindowActions</a></td> |
1019 <td><a href="#Tabview._initWindowActions">_initWindowActions</a></td> |
1156 <dt><i>index</i> (int)</dt> |
1160 <dt><i>index</i> (int)</dt> |
1157 <dd> |
1161 <dd> |
1158 index of the current tab |
1162 index of the current tab |
1159 </dd> |
1163 </dd> |
1160 </dl> |
1164 </dl> |
|
1165 <a NAME="Tabview.__setIcon" ID="Tabview.__setIcon"></a> |
|
1166 <h4>Tabview.__setIcon</h4> |
|
1167 <b>__setIcon</b>(<i>editor, modified</i>) |
|
1168 |
|
1169 <p> |
|
1170 Private method to set the icon for the given editor. |
|
1171 </p> |
|
1172 <dl> |
|
1173 |
|
1174 <dt><i>editor</i> (Editor)</dt> |
|
1175 <dd> |
|
1176 reference to the editor to set the icon for |
|
1177 </dd> |
|
1178 <dt><i>modified</i> (bool)</dt> |
|
1179 <dd> |
|
1180 flag indicating the modification status |
|
1181 </dd> |
|
1182 </dl> |
1161 <a NAME="Tabview._addView" ID="Tabview._addView"></a> |
1183 <a NAME="Tabview._addView" ID="Tabview._addView"></a> |
1162 <h4>Tabview._addView</h4> |
1184 <h4>Tabview._addView</h4> |
1163 <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) |
1185 <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) |
1164 |
1186 |
1165 <p> |
1187 <p> |
1198 Protected method to define the user interface actions for window |
1220 Protected method to define the user interface actions for window |
1199 handling. |
1221 handling. |
1200 </p> |
1222 </p> |
1201 <a NAME="Tabview._modificationStatusChanged" ID="Tabview._modificationStatusChanged"></a> |
1223 <a NAME="Tabview._modificationStatusChanged" ID="Tabview._modificationStatusChanged"></a> |
1202 <h4>Tabview._modificationStatusChanged</h4> |
1224 <h4>Tabview._modificationStatusChanged</h4> |
1203 <b>_modificationStatusChanged</b>(<i>m, editor</i>) |
1225 <b>_modificationStatusChanged</b>(<i>modified, editor</i>) |
1204 |
1226 |
1205 <p> |
1227 <p> |
1206 Protected slot to handle the modificationStatusChanged signal. |
1228 Protected slot to handle the modificationStatusChanged signal. |
1207 </p> |
1229 </p> |
1208 <dl> |
1230 <dl> |
1209 |
1231 |
1210 <dt><i>m</i> (bool)</dt> |
1232 <dt><i>modified</i> (bool)</dt> |
1211 <dd> |
1233 <dd> |
1212 flag indicating the modification status |
1234 flag indicating the modification status |
1213 </dd> |
1235 </dd> |
1214 <dt><i>editor</i> (Editor)</dt> |
1236 <dt><i>editor</i> (Editor)</dt> |
1215 <dd> |
1237 <dd> |
1216 editor window changed |
1238 editor that sent the signal |
1217 </dd> |
1239 </dd> |
1218 </dl> |
1240 </dl> |
1219 <a NAME="Tabview._removeAllViews" ID="Tabview._removeAllViews"></a> |
1241 <a NAME="Tabview._removeAllViews" ID="Tabview._removeAllViews"></a> |
1220 <h4>Tabview._removeAllViews</h4> |
1242 <h4>Tabview._removeAllViews</h4> |
1221 <b>_removeAllViews</b>(<i></i>) |
1243 <b>_removeAllViews</b>(<i></i>) |