indexing description: "Icon indices in icon bitmap" date: "$Date$" revision: "$Revision$" class TESTER_ICONS_INDICES feature -- Access Class_group: INTEGER is 6 -- Index of classes icons Enum_group: INTEGER is 24 -- Index of enums icons Interface_group: INTEGER is 12 -- Index of interfaces icons Struct_group: INTEGER is 18 -- Index of value types icons Constructor_group: INTEGER is 48 -- Index of constructors icons Method_group: INTEGER is 60 -- Index of methods icons Event_group: INTEGER is 126 -- Index of events icons Property_group: INTEGER is 90 -- Index of properties icons Read_only_property_group: INTEGER is 102 -- Index of read-only properties icons Write_only_property_group: INTEGER is 114 -- Index of write-only properties icons Field_group: INTEGER is 72 -- Index of fields icons Type_snippet_group: INTEGER is 84 -- Type snippet icons Internal_offset: INTEGER is 1 -- Offset to internal icon in icon group Private_offset: INTEGER is 4 -- Offset to private icon in icon group Protected_offset: INTEGER is 3 -- Offset to protected icon in icon group Internal_and_protected_offset: INTEGER is 5 -- Offset to internal protected icon in icon group Internal_or_protected_offset: INTEGER is 2 -- Offset to internal protected icon in icon group Static_offset: INTEGER is 6 -- Offset to static icon in icon group Compile_unit_icon: INTEGER is 141 -- Index of compile unit icon Namespace_icon: INTEGER is 0 -- Index to namespace icon Expression_icon: INTEGER is 146 -- Index to expression icon Statement_icon: INTEGER is 147 -- Index to statement icon Variable_icon: INTEGER is 2 -- Index to variable icon Argument_icon: INTEGER is 1 -- Index to argument icon Primitive_icon: INTEGER is 36 -- Index to primitive icon Error_icon: INTEGER is 138 -- Index to statement icon end -- class TESTER_ICONS_INDICES --+-------------------------------------------------------------------- --| Eiffel CodeDOM Provider Tester --| Copyright (C) 2001-2004 Eiffel Software --| Eiffel Software Confidential --| All rights reserved. Duplication and distribution prohibited. --| --| Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| http://www.eiffel.com --+--------------------------------------------------------------------