Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
note description: "[ All icons used in the docking library. Client programmer may inherit this class if you want to use your own icons. ]" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2017-04-14 10:05:46 -0800 (Fri, 14 Apr 2017) $" revision: "$Revision: 100203 $" deferred class interface SD_ICONS_SINGLETON feature -- Access generating_type: TYPE [detachable SD_ICONS_SINGLETON] -- Type of current object -- (type of which it is a direct instance) -- (from ANY) ensure -- from ANY generating_type_not_void: Result /= Void generator: STRING_8 -- Name of current object's generating class -- (base class of the type of which it is a direct instance) -- (from ANY) ensure -- from ANY generator_not_void: Result /= Void generator_not_empty: not Result.is_empty feature -- Comparison frozen deep_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void -- or attached to isomorphic object structures? -- (from ANY) ensure -- from ANY instance_free: class shallow_implies_deep: standard_equal (a, b) implies Result both_or_none_void: (a = Void) implies (Result = (b = Void)) same_type: (Result and (a /= Void)) implies (b /= Void and then a.same_type (b)) symmetric: Result implies deep_equal (b, a) frozen equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached -- to objects considered equal? -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.is_equal (b)) frozen is_deep_equal alias "≡≡≡" (other: SD_ICONS_SINGLETON): BOOLEAN -- Are Current and other attached to isomorphic object structures? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY shallow_implies_deep: standard_is_equal (other) implies Result same_type: Result implies same_type (other) symmetric: Result implies other.is_deep_equal (Current) is_equal (other: SD_ICONS_SINGLETON): BOOLEAN -- Is other attached to an object considered -- equal to current object? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY symmetric: Result implies other ~ Current consistent: standard_is_equal (other) implies Result frozen standard_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached to -- field-by-field identical objects of the same type? -- Always uses default object comparison criterion. -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.standard_is_equal (b)) frozen standard_is_equal alias "" (other: SD_ICONS_SINGLETON): BOOLEAN -- Is other attached to an object of the same type -- as current object, and field-by-field identical to it? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY same_type: Result implies same_type (other) symmetric: Result implies other.standard_is_equal (Current) feature -- Status report conforms_to (other: ANY): BOOLEAN -- Does type of current object conform to type -- of other (as per Eiffel: The Language, chapter 13)? -- (from ANY) require -- from ANY other_not_void: other /= Void same_type (other: ANY): BOOLEAN -- Is type of current object identical to type of other? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY definition: Result = (conforms_to (other) and other.conforms_to (Current)) feature -- Duplication copy (other: SD_ICONS_SINGLETON) -- Update current object using fields of object attached -- to other, so as to yield equal objects. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_equal: Current ~ other frozen deep_copy (other: SD_ICONS_SINGLETON) -- Effect equivalent to that of: -- `copy` (other . `deep_twin`) -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY deep_equal: deep_equal (Current, other) frozen deep_twin: SD_ICONS_SINGLETON -- New object structure recursively duplicated from Current. -- (from ANY) ensure -- from ANY deep_twin_not_void: Result /= Void deep_equal: deep_equal (Current, Result) frozen standard_copy (other: SD_ICONS_SINGLETON) -- Copy every field of other onto corresponding field -- of current object. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_standard_equal: standard_is_equal (other) frozen standard_twin: SD_ICONS_SINGLETON -- New object field-by-field identical to other. -- Always uses default copying semantics. -- (from ANY) ensure -- from ANY standard_twin_not_void: Result /= Void equal: standard_equal (Result, Current) frozen twin: SD_ICONS_SINGLETON -- New object equal to Current -- `twin` calls `copy`; to change copying/twinning semantics, redefine `copy`. -- (from ANY) ensure -- from ANY twin_not_void: Result /= Void is_equal: Result ~ Current feature -- Basic operations frozen default: detachable SD_ICONS_SINGLETON -- Default value of object's type -- (from ANY) frozen default_pointer: POINTER -- Default value of type POINTER -- (Avoid the need to write p.`default` for -- some p of type POINTER.) -- (from ANY) ensure -- from ANY instance_free: class default_rescue -- Process exception for routines with no Rescue clause. -- (Default: do nothing.) -- (from ANY) frozen do_nothing -- Execute a null action. -- (from ANY) ensure -- from ANY instance_free: class feature -- Center indicators arrow_indicator_center: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at center of a zone. arrow_indicator_center_lightening_center: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at center of a zone, center of indicator is hot. arrow_indicator_center_lightening_down: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at center of a zone, down side of indicator is hot. arrow_indicator_center_lightening_left: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at center of a zone, left side of indicator is hot. arrow_indicator_center_lightening_right: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at center of a zone, right side of indicator is hot. arrow_indicator_center_lightening_up: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at center of a zone, up side of indicator is hot. feature -- Editor icons close_all: EV_PIXMAP -- When user click on a SD_NOTEBOOK_TAB, "close all" pixmap shown on context Tool bar. ensure not_void: Result /= Void close_context_tool_bar: EV_PIXMAP -- "Close" pixmap when user right click one SD_NOTEBOOK_TAB. ensure not_void: Result /= Void close_others: EV_PIXMAP -- "Close all but this" pixmap when user right click one SD_NOTEBOOK_TAB. ensure not_void: Result /= Void editor_area: EV_PIXEL_BUFFER -- When whole editor area minimized, this icon shown on the editor area ensure not_void: Result /= Void feature -- Icons close: EV_PIXMAP -- Close icon pixmap. ensure not_void: Result /= Void close_buffer: EV_PIXEL_BUFFER -- Close icon pixel buffer hide_tab_indicator (a_hide_number: INTEGER_32): EV_PIXMAP -- Hide tab indicator. -- On GTK, because of drawing text on EV_PIXEL_BUFFER doesn't have a good result, Smart Docking library use this feature instead of `hide_tab_indicator_buffer`. hide_tab_indicator_buffer (a_hide_number: INTEGER_32): EV_PIXEL_BUFFER -- Hide tab indicator pixel buffer. require vaild: a_hide_number >= 0 and a_hide_number < 1000 ensure not_void: Result /= Void maximize: EV_PIXMAP -- Maximize icon pixmap. ensure not_void: Result /= Void maximize_buffer: EV_PIXEL_BUFFER -- Maximize icon pixel buffer minimize: EV_PIXMAP -- Minimize icon pixmap ensure not_void: Result /= Void minimize_buffer: EV_PIXEL_BUFFER -- Minimize icon pixel buffer normal: EV_PIXMAP -- Normal icon pixmap. ensure not_void: Result /= Void normal_buffer: EV_PIXEL_BUFFER -- Normal icon pixel buffer stick: EV_PIXMAP -- Stick icon pixmap. ensure not_void: Result /= Void stick_buffer: EV_PIXEL_BUFFER -- Stick icon pixel buffer tool_bar_indicator: EV_PIXMAP -- Indicator for SD_TITLE_BAR, when there is nor enough space to show custom widget. ensure not_void: Result /= Void tool_bar_indicator_buffer: EV_PIXEL_BUFFER -- Pixel buffer indicator for SD_TITLE_BAR, when there is nor enough space to show custom widget. tool_bar_separator_icon: EV_PIXMAP -- Tool bar separator icon. -- Which is shown at customize dialog. ensure not_void: Result /= Void tool_bar_widget_item_icon: EV_PIXMAP -- Tool bar widget item icon. ensure not_void: Result /= Void unstick: EV_PIXMAP -- Unstick icon pixmap. ensure not_void: Result /= Void unstick_buffer: EV_PIXEL_BUFFER -- Unstick icon pixel buffer feature -- Initlization init -- Initlization feature -- Old half-tone style icons. drag_pointer_center: EV_POINTER_STYLE -- When user drag a zone, pointer showed at top area. ensure not_void: Result /= Void drag_pointer_down: EV_POINTER_STYLE -- When user drag a zone, pointer showed at top area. ensure not_void: Result /= Void drag_pointer_float: EV_POINTER_STYLE -- When user drag a zone, pointer showed when should float. ensure not_void: Result /= Void drag_pointer_left: EV_POINTER_STYLE -- When user drag a zone, pointer showed at top area. ensure not_void: Result /= Void drag_pointer_right: EV_POINTER_STYLE -- When user drag a zone, pointer showed at top area. ensure not_void: Result /= Void drag_pointer_up: EV_POINTER_STYLE -- When user drag a zone, pointer showed at top area. ensure not_void: Result /= Void feature -- Output Io: STD_FILES -- Handle to standard file setup -- (from ANY) ensure -- from ANY instance_free: class io_not_void: Result /= Void out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY out_not_void: Result /= Void print (o: detachable ANY) -- Write terse external representation of o -- on standard output. -- (from ANY) ensure -- from ANY instance_free: class frozen tagged_out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY tagged_out_not_void: Result /= Void feature -- Platform Operating_environment: OPERATING_ENVIRONMENT -- Objects available from the operating system -- (from ANY) ensure -- from ANY instance_free: class operating_environment_not_void: Result /= Void feature -- Side indicators arrow_indicator_down: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at down side of main window. arrow_indicator_down_lightening: EV_PIXEL_BUFFER -- We use transparency feedback style, hot feedback indicator shown at down side of main window. arrow_indicator_left: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at left side of main window. arrow_indicator_left_lightening: EV_PIXEL_BUFFER -- We use transparency feedback style, hot feedback indicator shown at left side of main window. arrow_indicator_right: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at right side of main window. arrow_indicator_right_lightening: EV_PIXEL_BUFFER -- We use transparency feedback style, hot feedback indicator shown at right side of main window. arrow_indicator_up: EV_PIXEL_BUFFER -- We use transparency feedback style, feedback indicator shown at up side of main window. arrow_indicator_up_lightening: EV_PIXEL_BUFFER -- We use transparency feedback style, hot feedback indicator shown at up side of main window. feature -- Tool bars icons. tool_bar_customize_dialog: EV_PIXMAP -- Pixmap used by EB_TOOL_BAR_EDITOR_BOX. ensure not_void: Result /= Void tool_bar_customize_indicator: EV_PIXMAP -- Indicator at right side of a Tool bar. ensure not_void: Result /= Void tool_bar_customize_indicator_buffer: EV_PIXEL_BUFFER -- Indicator at right side of a Tool bar. ensure not_void: Result /= Void tool_bar_customize_indicator_horizontal: EV_PIXMAP -- `tool_bar_customize_indicator` horizontal version. ensure not_void: Result /= Void tool_bar_customize_indicator_horizontal_buffer: EV_PIXEL_BUFFER -- `tool_bar_customize_indicator` horizontal version. ensure not_void: Result /= Void tool_bar_customize_indicator_with_hidden_items: EV_PIXMAP -- Indictor at right side of a tool bar when there is hidden tool bars. ensure not_void: Result /= Void tool_bar_customize_indicator_with_hidden_items_buffer: EV_PIXEL_BUFFER -- Indictor at right side of a tool bar when there is hidden tool bars. ensure not_void: Result /= Void tool_bar_customize_indicator_with_hidden_items_horizontal: EV_PIXMAP -- `tool_bar_customize_indicator_with_hidden_items` horizontal version. ensure not_void: Result /= Void tool_bar_customize_indicator_with_hidden_items_horizontal_buffer: EV_PIXEL_BUFFER -- `tool_bar_customize_indicator_with_hidden_items` horizontal version. ensure not_void: Result /= Void tool_bar_dropdown_buffer: EV_PIXEL_BUFFER -- SD_TOOL_BAR_POPUP_BUTTON's dropdown icon. tool_bar_floating_close: EV_PIXMAP -- When tool bar if floating, close buttons's pixmap. ensure not_void: Result /= Void tool_bar_floating_customize: EV_PIXMAP -- When tool bar is floating, customize button's pixmap. ensure not_vod: Result /= Void invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) note library: "SmartDocking: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2017, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class SD_ICONS_SINGLETON
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org