eric6/Documentation/Source/eric6.HexEdit.HexEditWidget.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
582 <dd> 582 <dd>
583 byte array to be converted 583 byte array to be converted
584 </dd> 584 </dd>
585 </dl> 585 </dl>
586 <dl> 586 <dl>
587 <dt>Returns:</dt> 587 <dt>Return:</dt>
588 <dd> 588 <dd>
589 converted data 589 converted data
590 </dd> 590 </dd>
591 </dl> 591 </dl>
592 <dl> 592 <dl>
644 <dd> 644 <dd>
645 device containing the data 645 device containing the data
646 </dd> 646 </dd>
647 </dl> 647 </dl>
648 <dl> 648 <dl>
649 <dt>Returns:</dt> 649 <dt>Return:</dt>
650 <dd> 650 <dd>
651 flag indicating success 651 flag indicating success
652 </dd> 652 </dd>
653 </dl> 653 </dl>
654 <dl> 654 <dl>
691 <dd> 691 <dd>
692 byte array to be converted 692 byte array to be converted
693 </dd> 693 </dd>
694 </dl> 694 </dl>
695 <dl> 695 <dl>
696 <dt>Returns:</dt> 696 <dt>Return:</dt>
697 <dd> 697 <dd>
698 converted data 698 converted data
699 </dd> 699 </dd>
700 </dl> 700 </dl>
701 <dl> 701 <dl>
717 <dd> 717 <dd>
718 data to be converted 718 data to be converted
719 </dd> 719 </dd>
720 </dl> 720 </dl>
721 <dl> 721 <dl>
722 <dt>Returns:</dt> 722 <dt>Return:</dt>
723 <dd> 723 <dd>
724 readable data 724 readable data
725 </dd> 725 </dd>
726 </dl> 726 </dl>
727 <dl> 727 <dl>
743 743
744 <p> 744 <p>
745 Public method to get the address area visibility. 745 Public method to get the address area visibility.
746 </p> 746 </p>
747 <dl> 747 <dl>
748 <dt>Returns:</dt> 748 <dt>Return:</dt>
749 <dd> 749 <dd>
750 flag indicating the address area visibility 750 flag indicating the address area visibility
751 </dd> 751 </dd>
752 </dl> 752 </dl>
753 <dl> 753 <dl>
762 762
763 <p> 763 <p>
764 Public method to get the address area colors. 764 Public method to get the address area colors.
765 </p> 765 </p>
766 <dl> 766 <dl>
767 <dt>Returns:</dt> 767 <dt>Return:</dt>
768 <dd> 768 <dd>
769 address area foreground and background colors 769 address area foreground and background colors
770 </dd> 770 </dd>
771 </dl> 771 </dl>
772 <dl> 772 <dl>
781 781
782 <p> 782 <p>
783 Public method to get the address offset. 783 Public method to get the address offset.
784 </p> 784 </p>
785 <dl> 785 <dl>
786 <dt>Returns:</dt> 786 <dt>Return:</dt>
787 <dd> 787 <dd>
788 address offset 788 address offset
789 </dd> 789 </dd>
790 </dl> 790 </dl>
791 <dl> 791 <dl>
804 </p> 804 </p>
805 <p> 805 <p>
806 Note: The address area width is always a multiple of four. 806 Note: The address area width is always a multiple of four.
807 </p> 807 </p>
808 <dl> 808 <dl>
809 <dt>Returns:</dt> 809 <dt>Return:</dt>
810 <dd> 810 <dd>
811 minimum width of the address area 811 minimum width of the address area
812 </dd> 812 </dd>
813 </dl> 813 </dl>
814 <dl> 814 <dl>
823 823
824 <p> 824 <p>
825 Public method to get the visibility of the ASCII area. 825 Public method to get the visibility of the ASCII area.
826 </p> 826 </p>
827 <dl> 827 <dl>
828 <dt>Returns:</dt> 828 <dt>Return:</dt>
829 <dd> 829 <dd>
830 visibility of the ASCII area 830 visibility of the ASCII area
831 </dd> 831 </dd>
832 </dl> 832 </dl>
833 <dl> 833 <dl>
849 849
850 <p> 850 <p>
851 Public method to get the cursor position in bytes. 851 Public method to get the cursor position in bytes.
852 </p> 852 </p>
853 <dl> 853 <dl>
854 <dt>Returns:</dt> 854 <dt>Return:</dt>
855 <dd> 855 <dd>
856 cursor position in bytes 856 cursor position in bytes
857 </dd> 857 </dd>
858 </dl> 858 </dl>
859 <dl> 859 <dl>
868 868
869 <p> 869 <p>
870 Public method to get the cursor position. 870 Public method to get the cursor position.
871 </p> 871 </p>
872 <dl> 872 <dl>
873 <dt>Returns:</dt> 873 <dt>Return:</dt>
874 <dd> 874 <dd>
875 cursor position 875 cursor position
876 </dd> 876 </dd>
877 </dl> 877 </dl>
878 <dl> 878 <dl>
894 <dd> 894 <dd>
895 graphics position 895 graphics position
896 </dd> 896 </dd>
897 </dl> 897 </dl>
898 <dl> 898 <dl>
899 <dt>Returns:</dt> 899 <dt>Return:</dt>
900 <dd> 900 <dd>
901 cursor position 901 cursor position
902 </dd> 902 </dd>
903 </dl> 903 </dl>
904 <dl> 904 <dl>
920 920
921 <p> 921 <p>
922 Public method to get the binary data. 922 Public method to get the binary data.
923 </p> 923 </p>
924 <dl> 924 <dl>
925 <dt>Returns:</dt> 925 <dt>Return:</dt>
926 <dd> 926 <dd>
927 binary data 927 binary data
928 </dd> 928 </dd>
929 </dl> 929 </dl>
930 <dl> 930 <dl>
950 <dd> 950 <dd>
951 amount of bytes to get 951 amount of bytes to get
952 </dd> 952 </dd>
953 </dl> 953 </dl>
954 <dl> 954 <dl>
955 <dt>Returns:</dt> 955 <dt>Return:</dt>
956 <dd> 956 <dd>
957 requested data 957 requested data
958 </dd> 958 </dd>
959 </dl> 959 </dl>
960 <dl> 960 <dl>
997 997
998 <p> 998 <p>
999 Public method to get the font used to show the data. 999 Public method to get the font used to show the data.
1000 </p> 1000 </p>
1001 <dl> 1001 <dl>
1002 <dt>Returns:</dt> 1002 <dt>Return:</dt>
1003 <dd> 1003 <dd>
1004 font used to show the data 1004 font used to show the data
1005 </dd> 1005 </dd>
1006 </dl> 1006 </dl>
1007 <dl> 1007 <dl>
1016 1016
1017 <p> 1017 <p>
1018 Public method to get the start of the selection. 1018 Public method to get the start of the selection.
1019 </p> 1019 </p>
1020 <dl> 1020 <dl>
1021 <dt>Returns:</dt> 1021 <dt>Return:</dt>
1022 <dd> 1022 <dd>
1023 selection start 1023 selection start
1024 </dd> 1024 </dd>
1025 </dl> 1025 </dl>
1026 <dl> 1026 <dl>
1035 1035
1036 <p> 1036 <p>
1037 Public method to get the end of the selection. 1037 Public method to get the end of the selection.
1038 </p> 1038 </p>
1039 <dl> 1039 <dl>
1040 <dt>Returns:</dt> 1040 <dt>Return:</dt>
1041 <dd> 1041 <dd>
1042 selection end 1042 selection end
1043 </dd> 1043 </dd>
1044 </dl> 1044 </dl>
1045 <dl> 1045 <dl>
1054 1054
1055 <p> 1055 <p>
1056 Public method to get the length of the selection. 1056 Public method to get the length of the selection.
1057 </p> 1057 </p>
1058 <dl> 1058 <dl>
1059 <dt>Returns:</dt> 1059 <dt>Return:</dt>
1060 <dd> 1060 <dd>
1061 selection length 1061 selection length
1062 </dd> 1062 </dd>
1063 </dl> 1063 </dl>
1064 <dl> 1064 <dl>
1099 1099
1100 <p> 1100 <p>
1101 Public method to test for a selection. 1101 Public method to test for a selection.
1102 </p> 1102 </p>
1103 <dl> 1103 <dl>
1104 <dt>Returns:</dt> 1104 <dt>Return:</dt>
1105 <dd> 1105 <dd>
1106 flag indicating the presence of a selection 1106 flag indicating the presence of a selection
1107 </dd> 1107 </dd>
1108 </dl> 1108 </dl>
1109 <dl> 1109 <dl>
1118 1118
1119 <p> 1119 <p>
1120 Public method to get the highlight colors. 1120 Public method to get the highlight colors.
1121 </p> 1121 </p>
1122 <dl> 1122 <dl>
1123 <dt>Returns:</dt> 1123 <dt>Return:</dt>
1124 <dd> 1124 <dd>
1125 highlight foreground and background colors 1125 highlight foreground and background colors
1126 </dd> 1126 </dd>
1127 </dl> 1127 </dl>
1128 <dl> 1128 <dl>
1137 1137
1138 <p> 1138 <p>
1139 Public method to get the highlighting state. 1139 Public method to get the highlighting state.
1140 </p> 1140 </p>
1141 <dl> 1141 <dl>
1142 <dt>Returns:</dt> 1142 <dt>Return:</dt>
1143 <dd> 1143 <dd>
1144 highlighting state 1144 highlighting state
1145 </dd> 1145 </dd>
1146 </dl> 1146 </dl>
1147 <dl> 1147 <dl>
1167 <dd> 1167 <dd>
1168 start position of the search 1168 start position of the search
1169 </dd> 1169 </dd>
1170 </dl> 1170 </dl>
1171 <dl> 1171 <dl>
1172 <dt>Returns:</dt> 1172 <dt>Return:</dt>
1173 <dd> 1173 <dd>
1174 position of match (or -1 if not found) 1174 position of match (or -1 if not found)
1175 </dd> 1175 </dd>
1176 </dl> 1176 </dl>
1177 <dl> 1177 <dl>
1222 1222
1223 <p> 1223 <p>
1224 Public method to check for any modification. 1224 Public method to check for any modification.
1225 </p> 1225 </p>
1226 <dl> 1226 <dl>
1227 <dt>Returns:</dt> 1227 <dt>Return:</dt>
1228 <dd> 1228 <dd>
1229 flag indicating a modified state 1229 flag indicating a modified state
1230 </dd> 1230 </dd>
1231 </dl> 1231 </dl>
1232 <dl> 1232 <dl>
1241 1241
1242 <p> 1242 <p>
1243 Public method to test the read only state. 1243 Public method to test the read only state.
1244 </p> 1244 </p>
1245 <dl> 1245 <dl>
1246 <dt>Returns:</dt> 1246 <dt>Return:</dt>
1247 <dd> 1247 <dd>
1248 flag indicating the read only state 1248 flag indicating the read only state
1249 </dd> 1249 </dd>
1250 </dl> 1250 </dl>
1251 <dl> 1251 <dl>
1285 <dd> 1285 <dd>
1286 start position of the search 1286 start position of the search
1287 </dd> 1287 </dd>
1288 </dl> 1288 </dl>
1289 <dl> 1289 <dl>
1290 <dt>Returns:</dt> 1290 <dt>Return:</dt>
1291 <dd> 1291 <dd>
1292 position of match (or -1 if not found) 1292 position of match (or -1 if not found)
1293 </dd> 1293 </dd>
1294 </dl> 1294 </dl>
1295 <dl> 1295 <dl>
1402 1402
1403 <p> 1403 <p>
1404 Public method to get the overwrite mode. 1404 Public method to get the overwrite mode.
1405 </p> 1405 </p>
1406 <dl> 1406 <dl>
1407 <dt>Returns:</dt> 1407 <dt>Return:</dt>
1408 <dd> 1408 <dd>
1409 overwrite mode 1409 overwrite mode
1410 </dd> 1410 </dd>
1411 </dl> 1411 </dl>
1412 <dl> 1412 <dl>
1605 1605
1606 <p> 1606 <p>
1607 Public method to get the selection colors. 1607 Public method to get the selection colors.
1608 </p> 1608 </p>
1609 <dl> 1609 <dl>
1610 <dt>Returns:</dt> 1610 <dt>Return:</dt>
1611 <dd> 1611 <dd>
1612 selection foreground and background colors 1612 selection foreground and background colors
1613 </dd> 1613 </dd>
1614 </dl> 1614 </dl>
1615 <dl> 1615 <dl>
1624 1624
1625 <p> 1625 <p>
1626 Public method to get a hexadecimal representation of the selection. 1626 Public method to get a hexadecimal representation of the selection.
1627 </p> 1627 </p>
1628 <dl> 1628 <dl>
1629 <dt>Returns:</dt> 1629 <dt>Return:</dt>
1630 <dd> 1630 <dd>
1631 hexadecimal representation of the selection 1631 hexadecimal representation of the selection
1632 </dd> 1632 </dd>
1633 </dl> 1633 </dl>
1634 <dl> 1634 <dl>
1643 1643
1644 <p> 1644 <p>
1645 Public method to get a formatted representation of the selection. 1645 Public method to get a formatted representation of the selection.
1646 </p> 1646 </p>
1647 <dl> 1647 <dl>
1648 <dt>Returns:</dt> 1648 <dt>Return:</dt>
1649 <dd> 1649 <dd>
1650 formatted representation of the selection 1650 formatted representation of the selection
1651 </dd> 1651 </dd>
1652 </dl> 1652 </dl>
1653 <dl> 1653 <dl>
1775 <dd> 1775 <dd>
1776 byte array or device containing the data 1776 byte array or device containing the data
1777 </dd> 1777 </dd>
1778 </dl> 1778 </dl>
1779 <dl> 1779 <dl>
1780 <dt>Returns:</dt> 1780 <dt>Return:</dt>
1781 <dd> 1781 <dd>
1782 flag indicating success 1782 flag indicating success
1783 </dd> 1783 </dd>
1784 </dl> 1784 </dl>
1785 <dl> 1785 <dl>
1911 1911
1912 <p> 1912 <p>
1913 Public method to get a formatted representation of our data. 1913 Public method to get a formatted representation of our data.
1914 </p> 1914 </p>
1915 <dl> 1915 <dl>
1916 <dt>Returns:</dt> 1916 <dt>Return:</dt>
1917 <dd> 1917 <dd>
1918 formatted representation of our data 1918 formatted representation of our data
1919 </dd> 1919 </dd>
1920 </dl> 1920 </dl>
1921 <dl> 1921 <dl>
1937 1937
1938 <p> 1938 <p>
1939 Public method to get a reference to the undo stack. 1939 Public method to get a reference to the undo stack.
1940 </p> 1940 </p>
1941 <dl> 1941 <dl>
1942 <dt>Returns:</dt> 1942 <dt>Return:</dt>
1943 <dd> 1943 <dd>
1944 reference to the undo stack 1944 reference to the undo stack
1945 </dd> 1945 </dd>
1946 </dl> 1946 </dl>
1947 <dl> 1947 <dl>
1971 <dd> 1971 <dd>
1972 amount of bytes to write 1972 amount of bytes to write
1973 </dd> 1973 </dd>
1974 </dl> 1974 </dl>
1975 <dl> 1975 <dl>
1976 <dt>Returns:</dt> 1976 <dt>Return:</dt>
1977 <dd> 1977 <dd>
1978 flag indicating success 1978 flag indicating success
1979 </dd> 1979 </dd>
1980 </dl> 1980 </dl>
1981 <dl> 1981 <dl>

eric ide

mercurial