eric6/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.html

changeset 7989
a21d673a8f99
parent 7705
90a9aefd4253
child 8152
0c740fcffd34
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
671 671
672 <p> 672 <p>
673 Public method to return a reference to the current page. 673 Public method to return a reference to the current page.
674 </p> 674 </p>
675 <dl> 675 <dl>
676 <dt>Returns:</dt> 676 <dt>Return:</dt>
677 <dd> 677 <dd>
678 reference to the current page 678 reference to the current page
679 </dd> 679 </dd>
680 </dl> 680 </dl>
681 <dl> 681 <dl>
697 <dd> 697 <dd>
698 editor object to check for 698 editor object to check for
699 </dd> 699 </dd>
700 </dl> 700 </dl>
701 <dl> 701 <dl>
702 <dt>Returns:</dt> 702 <dt>Return:</dt>
703 <dd> 703 <dd>
704 flag indicating, whether the editor to be checked belongs 704 flag indicating, whether the editor to be checked belongs
705 to the list of editors managed by this tab widget. 705 to the list of editors managed by this tab widget.
706 </dd> 706 </dd>
707 </dl> 707 </dl>
717 717
718 <p> 718 <p>
719 Public method to test, if any editor is managed. 719 Public method to test, if any editor is managed.
720 </p> 720 </p>
721 <dl> 721 <dl>
722 <dt>Returns:</dt> 722 <dt>Return:</dt>
723 <dd> 723 <dd>
724 flag indicating editors are managed 724 flag indicating editors are managed
725 </dd> 725 </dd>
726 </dl> 726 </dl>
727 <dl> 727 <dl>
743 <dd> 743 <dd>
744 widget to get the index for 744 widget to get the index for
745 </dd> 745 </dd>
746 </dl> 746 </dl>
747 <dl> 747 <dl>
748 <dt>Returns:</dt> 748 <dt>Return:</dt>
749 <dd> 749 <dd>
750 tab index of the editor 750 tab index of the editor
751 </dd> 751 </dd>
752 </dl> 752 </dl>
753 <dl> 753 <dl>
777 <dd> 777 <dd>
778 title for the new tab 778 title for the new tab
779 </dd> 779 </dd>
780 </dl> 780 </dl>
781 <dl> 781 <dl>
782 <dt>Returns:</dt> 782 <dt>Return:</dt>
783 <dd> 783 <dd>
784 index of the inserted tab 784 index of the inserted tab
785 </dd> 785 </dd>
786 </dl> 786 </dl>
787 <dl> 787 <dl>
1252 1252
1253 <p> 1253 <p>
1254 Public method to return the active (i.e. current) window. 1254 Public method to return the active (i.e. current) window.
1255 </p> 1255 </p>
1256 <dl> 1256 <dl>
1257 <dt>Returns:</dt> 1257 <dt>Return:</dt>
1258 <dd> 1258 <dd>
1259 reference to the active editor 1259 reference to the active editor
1260 </dd> 1260 </dd>
1261 </dl> 1261 </dl>
1262 <dl> 1262 <dl>
1278 1278
1279 <p> 1279 <p>
1280 Public method to signal if cascading of managed windows is available. 1280 Public method to signal if cascading of managed windows is available.
1281 </p> 1281 </p>
1282 <dl> 1282 <dl>
1283 <dt>Returns:</dt> 1283 <dt>Return:</dt>
1284 <dd> 1284 <dd>
1285 flag indicating cascading of windows is available 1285 flag indicating cascading of windows is available
1286 </dd> 1286 </dd>
1287 </dl> 1287 </dl>
1288 <dl> 1288 <dl>
1297 1297
1298 <p> 1298 <p>
1299 public method to signal if splitting of the view is available. 1299 public method to signal if splitting of the view is available.
1300 </p> 1300 </p>
1301 <dl> 1301 <dl>
1302 <dt>Returns:</dt> 1302 <dt>Return:</dt>
1303 <dd> 1303 <dd>
1304 flag indicating splitting of the view is available. 1304 flag indicating splitting of the view is available.
1305 </dd> 1305 </dd>
1306 </dl> 1306 </dl>
1307 <dl> 1307 <dl>
1316 1316
1317 <p> 1317 <p>
1318 Public method to signal if tiling of managed windows is available. 1318 Public method to signal if tiling of managed windows is available.
1319 </p> 1319 </p>
1320 <dl> 1320 <dl>
1321 <dt>Returns:</dt> 1321 <dt>Return:</dt>
1322 <dd> 1322 <dd>
1323 flag indicating tiling of windows is available 1323 flag indicating tiling of windows is available
1324 </dd> 1324 </dd>
1325 </dl> 1325 </dl>
1326 <dl> 1326 <dl>
1353 <dd> 1353 <dd>
1354 the event that occurred 1354 the event that occurred
1355 </dd> 1355 </dd>
1356 </dl> 1356 </dl>
1357 <dl> 1357 <dl>
1358 <dt>Returns:</dt> 1358 <dt>Return:</dt>
1359 <dd> 1359 <dd>
1360 always False 1360 always False
1361 </dd> 1361 </dd>
1362 </dl> 1362 </dl>
1363 <dl> 1363 <dl>
1376 <p> 1376 <p>
1377 The returned list contains one list per split view. If the view manager 1377 The returned list contains one list per split view. If the view manager
1378 cannot split the view, only one list of editors is returned. 1378 cannot split the view, only one list of editors is returned.
1379 </p> 1379 </p>
1380 <dl> 1380 <dl>
1381 <dt>Returns:</dt> 1381 <dt>Return:</dt>
1382 <dd> 1382 <dd>
1383 list of list of editor references 1383 list of list of editor references
1384 </dd> 1384 </dd>
1385 </dl> 1385 </dl>
1386 <dl> 1386 <dl>
1395 1395
1396 <p> 1396 <p>
1397 Public method to get the orientation of the split view. 1397 Public method to get the orientation of the split view.
1398 </p> 1398 </p>
1399 <dl> 1399 <dl>
1400 <dt>Returns:</dt> 1400 <dt>Return:</dt>
1401 <dd> 1401 <dd>
1402 orientation of the split 1402 orientation of the split
1403 </dd> 1403 </dd>
1404 </dl> 1404 </dl>
1405 <dl> 1405 <dl>
1421 <dd> 1421 <dd>
1422 id of the tab widget 1422 id of the tab widget
1423 </dd> 1423 </dd>
1424 </dl> 1424 </dl>
1425 <dl> 1425 <dl>
1426 <dt>Returns:</dt> 1426 <dt>Return:</dt>
1427 <dd> 1427 <dd>
1428 reference to the tab widget 1428 reference to the tab widget
1429 </dd> 1429 </dd>
1430 </dl> 1430 </dl>
1431 <dl> 1431 <dl>
1471 <p> 1471 <p>
1472 Public method to return a reference to the main Widget of a 1472 Public method to return a reference to the main Widget of a
1473 specific view manager subclass. 1473 specific view manager subclass.
1474 </p> 1474 </p>
1475 <dl> 1475 <dl>
1476 <dt>Returns:</dt> 1476 <dt>Return:</dt>
1477 <dd> 1477 <dd>
1478 reference to the main widget 1478 reference to the main widget
1479 </dd> 1479 </dd>
1480 </dl> 1480 </dl>
1481 <dl> 1481 <dl>
1520 index of the split to be removed (-1 means to 1520 index of the split to be removed (-1 means to
1521 delete the current split) 1521 delete the current split)
1522 </dd> 1522 </dd>
1523 </dl> 1523 </dl>
1524 <dl> 1524 <dl>
1525 <dt>Returns:</dt> 1525 <dt>Return:</dt>
1526 <dd> 1526 <dd>
1527 flag indicating successful deletion 1527 flag indicating successful deletion
1528 </dd> 1528 </dd>
1529 </dl> 1529 </dl>
1530 <dl> 1530 <dl>
1599 1599
1600 <p> 1600 <p>
1601 Public method to get the number of splitted views. 1601 Public method to get the number of splitted views.
1602 </p> 1602 </p>
1603 <dl> 1603 <dl>
1604 <dt>Returns:</dt> 1604 <dt>Return:</dt>
1605 <dd> 1605 <dd>
1606 number of splitted views 1606 number of splitted views
1607 </dd> 1607 </dd>
1608 </dl> 1608 </dl>
1609 <dl> 1609 <dl>

eric ide

mercurial