168:c6182aab51e9 | 169:b8f263e05c39 |
---|---|
155 <tr> | 155 <tr> |
156 <td><a href="#Project.__databaseInspect">__databaseInspect</a></td> | 156 <td><a href="#Project.__databaseInspect">__databaseInspect</a></td> |
157 <td>Private slot to introspect the database and output a Django model module.</td> | 157 <td>Private slot to introspect the database and output a Django model module.</td> |
158 </tr> | 158 </tr> |
159 <tr> | 159 <tr> |
160 <td><a href="#Project.__databaseSqlCreateEverything">__databaseSqlCreateEverything</a></td> | |
161 <td>Private slot to print the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.</td> | |
162 </tr> | |
163 <tr> | |
164 <td><a href="#Project.__databaseSqlCreateIndexes">__databaseSqlCreateIndexes</a></td> | |
165 <td>Private slot to print the CREATE INDEX SQL statements for one or more applications.</td> | |
166 </tr> | |
167 <tr> | |
168 <td><a href="#Project.__databaseSqlCreateTables">__databaseSqlCreateTables</a></td> | |
169 <td>Private slot to print the CREATE TABLE SQL statements for one or more applications.</td> | |
170 </tr> | |
171 <tr> | |
172 <td><a href="#Project.__databaseSqlCustom">__databaseSqlCustom</a></td> | |
173 <td>Private slot to print the custom table modifying SQL statements for one or more applications.</td> | |
174 </tr> | |
175 <tr> | |
176 <td><a href="#Project.__databaseSqlDropIndexes">__databaseSqlDropIndexes</a></td> | |
177 <td>Private slot to print the DROP INDEX SQL statements for one or more applications.</td> | |
178 </tr> | |
179 <tr> | |
180 <td><a href="#Project.__databaseSqlDropTables">__databaseSqlDropTables</a></td> | |
181 <td>Private slot to print the DROP TABLE SQL statements for one or more applications.</td> | |
182 </tr> | |
183 <tr> | |
184 <td><a href="#Project.__databaseSqlFlushDatabase">__databaseSqlFlushDatabase</a></td> | 160 <td><a href="#Project.__databaseSqlFlushDatabase">__databaseSqlFlushDatabase</a></td> |
185 <td>Private slot to print a list of statements to return all database tables to their initial state.</td> | 161 <td>Private slot to print a list of statements to return all database tables to their initial state.</td> |
186 </tr> | 162 </tr> |
187 <tr> | 163 <tr> |
188 <td><a href="#Project.__databaseSqlMigrate">__databaseSqlMigrate</a></td> | 164 <td><a href="#Project.__databaseSqlMigrate">__databaseSqlMigrate</a></td> |
670 flag indicating a standalone Django application | 646 flag indicating a standalone Django application |
671 (boolean) | 647 (boolean) |
672 </dd> | 648 </dd> |
673 </dl> | 649 </dl> |
674 <dl> | 650 <dl> |
675 <dt>Returns:</dt> | 651 <dt>Return:</dt> |
676 <dd> | 652 <dd> |
677 flag indicating a successful creation (boolean) | 653 flag indicating a successful creation (boolean) |
678 </dd> | 654 </dd> |
679 </dl> | 655 </dl> |
680 <a NAME="Project.__createCacheTables" ID="Project.__createCacheTables"></a> | 656 <a NAME="Project.__createCacheTables" ID="Project.__createCacheTables"></a> |
702 the directory where the project should be created | 678 the directory where the project should be created |
703 (string) | 679 (string) |
704 </dd> | 680 </dd> |
705 </dl> | 681 </dl> |
706 <dl> | 682 <dl> |
707 <dt>Returns:</dt> | 683 <dt>Return:</dt> |
708 <dd> | 684 <dd> |
709 flag indicating a successful creation (boolean) | 685 flag indicating a successful creation (boolean) |
710 </dd> | 686 </dd> |
711 </dl> | 687 </dl> |
712 <a NAME="Project.__createSuperUser" ID="Project.__createSuperUser"></a> | 688 <a NAME="Project.__createSuperUser" ID="Project.__createSuperUser"></a> |
730 | 706 |
731 <p> | 707 <p> |
732 Private slot to introspect the database and output a Django model | 708 Private slot to introspect the database and output a Django model |
733 module. | 709 module. |
734 </p> | 710 </p> |
735 <a NAME="Project.__databaseSqlCreateEverything" ID="Project.__databaseSqlCreateEverything"></a> | |
736 <h4>Project.__databaseSqlCreateEverything</h4> | |
737 <b>__databaseSqlCreateEverything</b>(<i></i>) | |
738 | |
739 <p> | |
740 Private slot to print the CREATE TABLE, custom SQL and | |
741 CREATE INDEX SQL statements for one or more applications. | |
742 </p> | |
743 <p> | |
744 Note: available before Django v1.9.0 | |
745 </p> | |
746 <a NAME="Project.__databaseSqlCreateIndexes" ID="Project.__databaseSqlCreateIndexes"></a> | |
747 <h4>Project.__databaseSqlCreateIndexes</h4> | |
748 <b>__databaseSqlCreateIndexes</b>(<i></i>) | |
749 | |
750 <p> | |
751 Private slot to print the CREATE INDEX SQL statements for one | |
752 or more applications. | |
753 </p> | |
754 <p> | |
755 Note: available before Django v1.9.0 | |
756 </p> | |
757 <a NAME="Project.__databaseSqlCreateTables" ID="Project.__databaseSqlCreateTables"></a> | |
758 <h4>Project.__databaseSqlCreateTables</h4> | |
759 <b>__databaseSqlCreateTables</b>(<i></i>) | |
760 | |
761 <p> | |
762 Private slot to print the CREATE TABLE SQL statements for one | |
763 or more applications. | |
764 </p> | |
765 <p> | |
766 Note: available before Django v1.9.0 | |
767 </p> | |
768 <a NAME="Project.__databaseSqlCustom" ID="Project.__databaseSqlCustom"></a> | |
769 <h4>Project.__databaseSqlCustom</h4> | |
770 <b>__databaseSqlCustom</b>(<i></i>) | |
771 | |
772 <p> | |
773 Private slot to print the custom table modifying SQL statements | |
774 for one or more applications. | |
775 </p> | |
776 <p> | |
777 Note: available before Django v1.9.0 | |
778 </p> | |
779 <a NAME="Project.__databaseSqlDropIndexes" ID="Project.__databaseSqlDropIndexes"></a> | |
780 <h4>Project.__databaseSqlDropIndexes</h4> | |
781 <b>__databaseSqlDropIndexes</b>(<i></i>) | |
782 | |
783 <p> | |
784 Private slot to print the DROP INDEX SQL statements for one or | |
785 more applications. | |
786 </p> | |
787 <p> | |
788 Note: available before Django v1.9.0 | |
789 </p> | |
790 <a NAME="Project.__databaseSqlDropTables" ID="Project.__databaseSqlDropTables"></a> | |
791 <h4>Project.__databaseSqlDropTables</h4> | |
792 <b>__databaseSqlDropTables</b>(<i></i>) | |
793 | |
794 <p> | |
795 Private slot to print the DROP TABLE SQL statements for one or | |
796 more applications. | |
797 </p> | |
798 <p> | |
799 Note: available before Django v1.9.0 | |
800 </p> | |
801 <a NAME="Project.__databaseSqlFlushDatabase" ID="Project.__databaseSqlFlushDatabase"></a> | 711 <a NAME="Project.__databaseSqlFlushDatabase" ID="Project.__databaseSqlFlushDatabase"></a> |
802 <h4>Project.__databaseSqlFlushDatabase</h4> | 712 <h4>Project.__databaseSqlFlushDatabase</h4> |
803 <b>__databaseSqlFlushDatabase</b>(<i></i>) | 713 <b>__databaseSqlFlushDatabase</b>(<i></i>) |
804 | 714 |
805 <p> | 715 <p> |
857 | 767 |
858 <p> | 768 <p> |
859 Private method to determine the relative path to all manage.py scripts. | 769 Private method to determine the relative path to all manage.py scripts. |
860 </p> | 770 </p> |
861 <dl> | 771 <dl> |
862 <dt>Returns:</dt> | 772 <dt>Return:</dt> |
863 <dd> | 773 <dd> |
864 list of sites (list of strings) | 774 list of sites (list of strings) |
865 </dd> | 775 </dd> |
866 </dl> | 776 </dl> |
867 <a NAME="Project.__getApplications" ID="Project.__getApplications"></a> | 777 <a NAME="Project.__getApplications" ID="Project.__getApplications"></a> |
870 | 780 |
871 <p> | 781 <p> |
872 Private method to ask the user for a list of application names. | 782 Private method to ask the user for a list of application names. |
873 </p> | 783 </p> |
874 <dl> | 784 <dl> |
875 <dt>Returns:</dt> | 785 <dt>Return:</dt> |
876 <dd> | 786 <dd> |
877 list of application names (list of strings) | 787 list of application names (list of strings) |
878 </dd> | 788 </dd> |
879 </dl> | 789 </dl> |
880 <a NAME="Project.__getDebugEnvironment" ID="Project.__getDebugEnvironment"></a> | 790 <a NAME="Project.__getDebugEnvironment" ID="Project.__getDebugEnvironment"></a> |
891 Python variant to get the debugger environment | 801 Python variant to get the debugger environment |
892 for (string, one of '' or 'Python3') | 802 for (string, one of '' or 'Python3') |
893 </dd> | 803 </dd> |
894 </dl> | 804 </dl> |
895 <dl> | 805 <dl> |
896 <dt>Returns:</dt> | 806 <dt>Return:</dt> |
897 <dd> | 807 <dd> |
898 path of the debugger environment (string) | 808 path of the debugger environment (string) |
899 </dd> | 809 </dd> |
900 </dl> | 810 </dl> |
901 <a NAME="Project.__getDjangoAdminCommand" ID="Project.__getDjangoAdminCommand"></a> | 811 <a NAME="Project.__getDjangoAdminCommand" ID="Project.__getDjangoAdminCommand"></a> |
912 Python variant to get the django-admin.py | 822 Python variant to get the django-admin.py |
913 command for (string, one of '' or 'Python3') | 823 command for (string, one of '' or 'Python3') |
914 </dd> | 824 </dd> |
915 </dl> | 825 </dl> |
916 <dl> | 826 <dl> |
917 <dt>Returns:</dt> | 827 <dt>Return:</dt> |
918 <dd> | 828 <dd> |
919 full django-admin.py command (string) | 829 full django-admin.py command (string) |
920 </dd> | 830 </dd> |
921 </dl> | 831 </dl> |
922 <a NAME="Project.__getExecutablePaths" ID="Project.__getExecutablePaths"></a> | 832 <a NAME="Project.__getExecutablePaths" ID="Project.__getExecutablePaths"></a> |
933 <dd> | 843 <dd> |
934 filename of the executable (string) | 844 filename of the executable (string) |
935 </dd> | 845 </dd> |
936 </dl> | 846 </dl> |
937 <dl> | 847 <dl> |
938 <dt>Returns:</dt> | 848 <dt>Return:</dt> |
939 <dd> | 849 <dd> |
940 list of full executable names, if the executable file is | 850 list of full executable names, if the executable file is |
941 accessible via the searchpath defined by the PATH environment | 851 accessible via the searchpath defined by the PATH environment |
942 variable, or an empty list otherwise. | 852 variable, or an empty list otherwise. |
943 </dd> | 853 </dd> |
955 <dd> | 865 <dd> |
956 name of the file used for extraction (string) | 866 name of the file used for extraction (string) |
957 </dd> | 867 </dd> |
958 </dl> | 868 </dl> |
959 <dl> | 869 <dl> |
960 <dt>Returns:</dt> | 870 <dt>Return:</dt> |
961 <dd> | 871 <dd> |
962 extracted locale (string) or None | 872 extracted locale (string) or None |
963 </dd> | 873 </dd> |
964 </dl> | 874 </dl> |
965 <a NAME="Project.__getMigrations" ID="Project.__getMigrations"></a> | 875 <a NAME="Project.__getMigrations" ID="Project.__getMigrations"></a> |
968 | 878 |
969 <p> | 879 <p> |
970 Private method to get the available migrations. | 880 Private method to get the available migrations. |
971 </p> | 881 </p> |
972 <dl> | 882 <dl> |
973 <dt>Returns:</dt> | 883 <dt>Return:</dt> |
974 <dd> | 884 <dd> |
975 dictionary containing the available migrations | 885 dictionary containing the available migrations |
976 </dd> | 886 </dd> |
977 </dl> | 887 </dl> |
978 <dl> | 888 <dl> |
988 | 898 |
989 <p> | 899 <p> |
990 Private method to build the Python command. | 900 Private method to build the Python command. |
991 </p> | 901 </p> |
992 <dl> | 902 <dl> |
993 <dt>Returns:</dt> | 903 <dt>Return:</dt> |
994 <dd> | 904 <dd> |
995 python command (string) | 905 python command (string) |
996 </dd> | 906 </dd> |
997 </dl> | 907 </dl> |
998 <a NAME="Project.__getVirtualEnvironment" ID="Project.__getVirtualEnvironment"></a> | 908 <a NAME="Project.__getVirtualEnvironment" ID="Project.__getVirtualEnvironment"></a> |
1009 Python variant to get the virtual environment | 919 Python variant to get the virtual environment |
1010 for (string, one of '' or 'Python3') | 920 for (string, one of '' or 'Python3') |
1011 </dd> | 921 </dd> |
1012 </dl> | 922 </dl> |
1013 <dl> | 923 <dl> |
1014 <dt>Returns:</dt> | 924 <dt>Return:</dt> |
1015 <dd> | 925 <dd> |
1016 path of the virtual environment (string) | 926 path of the virtual environment (string) |
1017 </dd> | 927 </dd> |
1018 </dl> | 928 </dl> |
1019 <a NAME="Project.__initAuthorizationActions" ID="Project.__initAuthorizationActions"></a> | 929 <a NAME="Project.__initAuthorizationActions" ID="Project.__initAuthorizationActions"></a> |
1029 | 939 |
1030 <p> | 940 <p> |
1031 Private method to initialize the authorization menu. | 941 Private method to initialize the authorization menu. |
1032 </p> | 942 </p> |
1033 <dl> | 943 <dl> |
1034 <dt>Returns:</dt> | 944 <dt>Return:</dt> |
1035 <dd> | 945 <dd> |
1036 the menu generated | 946 the menu generated |
1037 </dd> | 947 </dd> |
1038 </dl> | 948 </dl> |
1039 <dl> | 949 <dl> |
1055 | 965 |
1056 <p> | 966 <p> |
1057 Private method to initialize the database menu. | 967 Private method to initialize the database menu. |
1058 </p> | 968 </p> |
1059 <dl> | 969 <dl> |
1060 <dt>Returns:</dt> | 970 <dt>Return:</dt> |
1061 <dd> | 971 <dd> |
1062 the menu generated | 972 the menu generated |
1063 </dd> | 973 </dd> |
1064 </dl> | 974 </dl> |
1065 <dl> | 975 <dl> |
1081 | 991 |
1082 <p> | 992 <p> |
1083 Private method to initialize the database SQL submenu. | 993 Private method to initialize the database SQL submenu. |
1084 </p> | 994 </p> |
1085 <dl> | 995 <dl> |
1086 <dt>Returns:</dt> | 996 <dt>Return:</dt> |
1087 <dd> | 997 <dd> |
1088 the menu generated | 998 the menu generated |
1089 </dd> | 999 </dd> |
1090 </dl> | 1000 </dl> |
1091 <dl> | 1001 <dl> |
1107 | 1017 |
1108 <p> | 1018 <p> |
1109 Private method to initialize the Migrations submenu. | 1019 Private method to initialize the Migrations submenu. |
1110 </p> | 1020 </p> |
1111 <dl> | 1021 <dl> |
1112 <dt>Returns:</dt> | 1022 <dt>Return:</dt> |
1113 <dd> | 1023 <dd> |
1114 the menu generated | 1024 the menu generated |
1115 </dd> | 1025 </dd> |
1116 </dl> | 1026 </dl> |
1117 <dl> | 1027 <dl> |
1133 | 1043 |
1134 <p> | 1044 <p> |
1135 Private method to initialize the authorization menu. | 1045 Private method to initialize the authorization menu. |
1136 </p> | 1046 </p> |
1137 <dl> | 1047 <dl> |
1138 <dt>Returns:</dt> | 1048 <dt>Return:</dt> |
1139 <dd> | 1049 <dd> |
1140 the menu generated | 1050 the menu generated |
1141 </dd> | 1051 </dd> |
1142 </dl> | 1052 </dl> |
1143 <dl> | 1053 <dl> |
1159 | 1069 |
1160 <p> | 1070 <p> |
1161 Private method to initialize the testing menu. | 1071 Private method to initialize the testing menu. |
1162 </p> | 1072 </p> |
1163 <dl> | 1073 <dl> |
1164 <dt>Returns:</dt> | 1074 <dt>Return:</dt> |
1165 <dd> | 1075 <dd> |
1166 the menu generated | 1076 the menu generated |
1167 </dd> | 1077 </dd> |
1168 </dl> | 1078 </dl> |
1169 <dl> | 1079 <dl> |
1185 | 1095 |
1186 <p> | 1096 <p> |
1187 Private method to initialize the tools menu. | 1097 Private method to initialize the tools menu. |
1188 </p> | 1098 </p> |
1189 <dl> | 1099 <dl> |
1190 <dt>Returns:</dt> | 1100 <dt>Return:</dt> |
1191 <dd> | 1101 <dd> |
1192 the menu generated | 1102 the menu generated |
1193 </dd> | 1103 </dd> |
1194 </dl> | 1104 </dl> |
1195 <dl> | 1105 <dl> |
1211 <dd> | 1121 <dd> |
1212 console command (string) | 1122 console command (string) |
1213 </dd> | 1123 </dd> |
1214 </dl> | 1124 </dl> |
1215 <dl> | 1125 <dl> |
1216 <dt>Returns:</dt> | 1126 <dt>Return:</dt> |
1217 <dd> | 1127 <dd> |
1218 tuple of two entries giving an indication, if the console | 1128 tuple of two entries giving an indication, if the console |
1219 is spawning (boolean) and the (possibly) cleaned console command | 1129 is spawning (boolean) and the (possibly) cleaned console command |
1220 (string) | 1130 (string) |
1221 </dd> | 1131 </dd> |
1238 <dd> | 1148 <dd> |
1239 first line of the executable | 1149 first line of the executable |
1240 </dd> | 1150 </dd> |
1241 </dl> | 1151 </dl> |
1242 <dl> | 1152 <dl> |
1243 <dt>Returns:</dt> | 1153 <dt>Return:</dt> |
1244 <dd> | 1154 <dd> |
1245 flag indicating a suitable file was found | 1155 flag indicating a suitable file was found |
1246 </dd> | 1156 </dd> |
1247 </dl> | 1157 </dl> |
1248 <dl> | 1158 <dl> |
1299 <dd> | 1209 <dd> |
1300 list of file names to normalize (list of strings) | 1210 list of file names to normalize (list of strings) |
1301 </dd> | 1211 </dd> |
1302 </dl> | 1212 </dl> |
1303 <dl> | 1213 <dl> |
1304 <dt>Returns:</dt> | 1214 <dt>Return:</dt> |
1305 <dd> | 1215 <dd> |
1306 normalized file names (list of strings) | 1216 normalized file names (list of strings) |
1307 </dd> | 1217 </dd> |
1308 </dl> | 1218 </dl> |
1309 <a NAME="Project.__performCheck" ID="Project.__performCheck"></a> | 1219 <a NAME="Project.__performCheck" ID="Project.__performCheck"></a> |
1481 | 1391 |
1482 <p> | 1392 <p> |
1483 Private method to get the name of the current site. | 1393 Private method to get the name of the current site. |
1484 </p> | 1394 </p> |
1485 <dl> | 1395 <dl> |
1486 <dt>Returns:</dt> | 1396 <dt>Return:</dt> |
1487 <dd> | 1397 <dd> |
1488 name of the site (string) | 1398 name of the site (string) |
1489 </dd> | 1399 </dd> |
1490 </dl> | 1400 </dl> |
1491 <dl> | 1401 <dl> |
1508 <dd> | 1418 <dd> |
1509 list of file names to be filtered (list of strings) | 1419 list of file names to be filtered (list of strings) |
1510 </dd> | 1420 </dd> |
1511 </dl> | 1421 </dl> |
1512 <dl> | 1422 <dl> |
1513 <dt>Returns:</dt> | 1423 <dt>Return:</dt> |
1514 <dd> | 1424 <dd> |
1515 file names belonging to the current site (list of strings) | 1425 file names belonging to the current site (list of strings) |
1516 </dd> | 1426 </dd> |
1517 </dl> | 1427 </dl> |
1518 <a NAME="Project.__sitePath" ID="Project.__sitePath"></a> | 1428 <a NAME="Project.__sitePath" ID="Project.__sitePath"></a> |
1521 | 1431 |
1522 <p> | 1432 <p> |
1523 Private method to calculate the full path of the Django site. | 1433 Private method to calculate the full path of the Django site. |
1524 </p> | 1434 </p> |
1525 <dl> | 1435 <dl> |
1526 <dt>Returns:</dt> | 1436 <dt>Return:</dt> |
1527 <dd> | 1437 <dd> |
1528 path of the site (string) | 1438 path of the site (string) |
1529 </dd> | 1439 </dd> |
1530 </dl> | 1440 </dl> |
1531 <dl> | 1441 <dl> |
1652 | 1562 |
1653 <p> | 1563 <p> |
1654 Public method to get the database name to be used. | 1564 Public method to get the database name to be used. |
1655 </p> | 1565 </p> |
1656 <dl> | 1566 <dl> |
1657 <dt>Returns:</dt> | 1567 <dt>Return:</dt> |
1658 <dd> | 1568 <dd> |
1659 database name | 1569 database name |
1660 </dd> | 1570 </dd> |
1661 </dl> | 1571 </dl> |
1662 <dl> | 1572 <dl> |
1671 | 1581 |
1672 <p> | 1582 <p> |
1673 Public method to get the Django version as a tuple. | 1583 Public method to get the Django version as a tuple. |
1674 </p> | 1584 </p> |
1675 <dl> | 1585 <dl> |
1676 <dt>Returns:</dt> | 1586 <dt>Return:</dt> |
1677 <dd> | 1587 <dd> |
1678 Django version | 1588 Django version |
1679 </dd> | 1589 </dd> |
1680 </dl> | 1590 </dl> |
1681 <dl> | 1591 <dl> |
1690 | 1600 |
1691 <p> | 1601 <p> |
1692 Public method to get the Django version as a string. | 1602 Public method to get the Django version as a string. |
1693 </p> | 1603 </p> |
1694 <dl> | 1604 <dl> |
1695 <dt>Returns:</dt> | 1605 <dt>Return:</dt> |
1696 <dd> | 1606 <dd> |
1697 Django version (string) | 1607 Django version (string) |
1698 </dd> | 1608 </dd> |
1699 </dl> | 1609 </dl> |
1700 <a NAME="Project.getMenu" ID="Project.getMenu"></a> | 1610 <a NAME="Project.getMenu" ID="Project.getMenu"></a> |
1710 <dd> | 1620 <dd> |
1711 name of the menu (string) | 1621 name of the menu (string) |
1712 </dd> | 1622 </dd> |
1713 </dl> | 1623 </dl> |
1714 <dl> | 1624 <dl> |
1715 <dt>Returns:</dt> | 1625 <dt>Return:</dt> |
1716 <dd> | 1626 <dd> |
1717 reference to the menu (QMenu) or None, if no | 1627 reference to the menu (QMenu) or None, if no |
1718 menu with the given name exists | 1628 menu with the given name exists |
1719 </dd> | 1629 </dd> |
1720 </dl> | 1630 </dl> |
1724 | 1634 |
1725 <p> | 1635 <p> |
1726 Public method to get the names of all menus. | 1636 Public method to get the names of all menus. |
1727 </p> | 1637 </p> |
1728 <dl> | 1638 <dl> |
1729 <dt>Returns:</dt> | 1639 <dt>Return:</dt> |
1730 <dd> | 1640 <dd> |
1731 menu names (list of string) | 1641 menu names (list of string) |
1732 </dd> | 1642 </dd> |
1733 </dl> | 1643 </dl> |
1734 <a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> | 1644 <a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
1737 | 1647 |
1738 <p> | 1648 <p> |
1739 Public method to get the path of the eric6 project. | 1649 Public method to get the path of the eric6 project. |
1740 </p> | 1650 </p> |
1741 <dl> | 1651 <dl> |
1742 <dt>Returns:</dt> | 1652 <dt>Return:</dt> |
1743 <dd> | 1653 <dd> |
1744 path of the eric6 project (string) | 1654 path of the eric6 project (string) |
1745 </dd> | 1655 </dd> |
1746 </dl> | 1656 </dl> |
1747 <a NAME="Project.getRecentApplications" ID="Project.getRecentApplications"></a> | 1657 <a NAME="Project.getRecentApplications" ID="Project.getRecentApplications"></a> |
1750 | 1660 |
1751 <p> | 1661 <p> |
1752 Public method to get the list of recent applications. | 1662 Public method to get the list of recent applications. |
1753 </p> | 1663 </p> |
1754 <dl> | 1664 <dl> |
1755 <dt>Returns:</dt> | 1665 <dt>Return:</dt> |
1756 <dd> | 1666 <dd> |
1757 list of recent applications entries (list of strings) | 1667 list of recent applications entries (list of strings) |
1758 </dd> | 1668 </dd> |
1759 </dl> | 1669 </dl> |
1760 <a NAME="Project.getRecentDatabaseNames" ID="Project.getRecentDatabaseNames"></a> | 1670 <a NAME="Project.getRecentDatabaseNames" ID="Project.getRecentDatabaseNames"></a> |
1763 | 1673 |
1764 <p> | 1674 <p> |
1765 Public method to get the list of recently used database names. | 1675 Public method to get the list of recently used database names. |
1766 </p> | 1676 </p> |
1767 <dl> | 1677 <dl> |
1768 <dt>Returns:</dt> | 1678 <dt>Return:</dt> |
1769 <dd> | 1679 <dd> |
1770 list of recently used database names | 1680 list of recently used database names |
1771 </dd> | 1681 </dd> |
1772 </dl> | 1682 </dl> |
1773 <dl> | 1683 <dl> |
1789 <dd> | 1699 <dd> |
1790 key (name) of the test data to get | 1700 key (name) of the test data to get |
1791 </dd> | 1701 </dd> |
1792 </dl> | 1702 </dl> |
1793 <dl> | 1703 <dl> |
1794 <dt>Returns:</dt> | 1704 <dt>Return:</dt> |
1795 <dd> | 1705 <dd> |
1796 list of recent test data entries | 1706 list of recent test data entries |
1797 </dd> | 1707 </dd> |
1798 </dl> | 1708 </dl> |
1799 <dl> | 1709 <dl> |
1815 | 1725 |
1816 <p> | 1726 <p> |
1817 Public method to initialize the Django menu. | 1727 Public method to initialize the Django menu. |
1818 </p> | 1728 </p> |
1819 <dl> | 1729 <dl> |
1820 <dt>Returns:</dt> | 1730 <dt>Return:</dt> |
1821 <dd> | 1731 <dd> |
1822 the menu generated | 1732 the menu generated |
1823 </dd> | 1733 </dd> |
1824 </dl> | 1734 </dl> |
1825 <dl> | 1735 <dl> |
1981 | 1891 |
1982 <p> | 1892 <p> |
1983 Public method to get the supported Python variants. | 1893 Public method to get the supported Python variants. |
1984 </p> | 1894 </p> |
1985 <dl> | 1895 <dl> |
1986 <dt>Returns:</dt> | 1896 <dt>Return:</dt> |
1987 <dd> | 1897 <dd> |
1988 list of supported Python variants (list of strings) | 1898 list of supported Python variants (list of strings) |
1989 </dd> | 1899 </dd> |
1990 </dl> | 1900 </dl> |
1991 <a NAME="Project.updateCatalogs" ID="Project.updateCatalogs"></a> | 1901 <a NAME="Project.updateCatalogs" ID="Project.updateCatalogs"></a> |
2129 <dd> | 2039 <dd> |
2130 new working directory (string) | 2040 new working directory (string) |
2131 </dd> | 2041 </dd> |
2132 </dl> | 2042 </dl> |
2133 <dl> | 2043 <dl> |
2134 <dt>Returns:</dt> | 2044 <dt>Return:</dt> |
2135 <dd> | 2045 <dd> |
2136 tuple of successful start and process id (boolean, integer) | 2046 tuple of successful start and process id (boolean, integer) |
2137 </dd> | 2047 </dd> |
2138 </dl> | 2048 </dl> |
2139 <div align="right"><a href="#top">Up</a></div> | 2049 <div align="right"><a href="#top">Up</a></div> |