Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_MODEL_TEXT General cluster: interface description: " texts in a font displayed on p0 == point. p0---------------------------p2 |fooooooooooooooooooooooooooo | p3 |bar        center |foobar p1 p3.y - p0.y  is the should height of a character to match scale p3.x - p0.x  is the should width of a character to match scale " keywords: "figure, text, string" create: default_create, make_with_text, make_with_position Ancestors COMPARABLE* EV_FONT_CONSTANTS EV_MODEL_ATOMIC* EV_MODEL_SINGLE_POINTED* EV_SHARED_SCALE_FACTORY Action sequences conforming_pick_actions: EV_NOTIFY_ACTION_SEQUENCE drop_actions: EV_PND_ACTION_SEQUENCE pick_actions: EV_PND_START_ACTION_SEQUENCE pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_button_release_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_enter_actions: EV_NOTIFY_ACTION_SEQUENCE pointer_leave_actions: EV_NOTIFY_ACTION_SEQUENCE pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE Queries accept_cursor: EV_POINTER_STYLE Angle: REAL_64 arc_cosine (v: REAL_64): REAL_64 arc_sine (v: REAL_64): REAL_64 arc_tangent (v: REAL_64): REAL_64 are_events_sent_to_group: BOOLEAN between (n, a, b: REAL_64): BOOLEAN bounding_box: EV_RECTANGLE ceiling (v: REAL_64): REAL_64 cosine (v: REAL_64): REAL_64 dabs (v: REAL_64): REAL_64 dashed_line_style: BOOLEAN delta_x (angle, length: REAL_64): REAL_64 delta_y (angle, length: REAL_64): REAL_64 deny_cursor: EV_POINTER_STYLE distance (x1, y1, x2, y2: REAL_64): REAL_64 distance_from_line (x, y, x1, y1, x2, y2: REAL_64): REAL_64 Euler: REAL_64 exp (x: REAL_64): REAL_64 Family_modern: INTEGER_32 Family_roman: INTEGER_32 Family_sans: INTEGER_32 Family_screen: INTEGER_32 Family_typewriter: INTEGER_32 floor (v: REAL_64): REAL_64 font: EV_FONT foreground_color: EV_COLOR group: detachable EV_MODEL_GROUP has_capture: BOOLEAN height: INTEGER_32 id: INTEGER_32 id_freed: BOOLEAN id_object (an_id: INTEGER_32): detachable IDENTIFIED is_center_valid: BOOLEAN is_default_font_used: BOOLEAN is_equal (other: [like Current] EV_MODEL_TEXT): BOOLEAN is_greater alias ">" (other: [like Current] EV_MODEL_TEXT): BOOLEAN is_greater_equal alias ">=" alias "" (other: [like Current] EV_MODEL_TEXT): BOOLEAN is_hashable: BOOLEAN is_in_group: BOOLEAN is_in_world: BOOLEAN is_less alias "<" (other: [like Current] EV_MODEL_TEXT): BOOLEAN is_less_equal alias "<=" alias "" (other: [like Current] EV_MODEL_TEXT): BOOLEAN Is_rotatable: BOOLEAN Is_scalable: BOOLEAN is_sensitive: BOOLEAN is_show_requested: BOOLEAN Is_transformable: BOOLEAN line_angle (x1, y1, x2, y2: REAL_64): REAL_64 line_width: INTEGER_32 log (v: REAL_64): REAL_64 log10 (v: REAL_64): REAL_64 log_2 (v: REAL_64): REAL_64 max alias "" (other: [like Current] EV_MODEL_TEXT): [like Current] EV_MODEL_TEXT min alias "" (other: [like Current] EV_MODEL_TEXT): [like Current] EV_MODEL_TEXT modulo (a, b: REAL_64): REAL_64 object_id: INTEGER_32 pebble: detachable ANY pebble_function: detachable FUNCTION [detachable ANY] Pi: REAL_64 Pi_2: REAL_64 Pi_4: REAL_64 point: EV_COORDINATE point_count: INTEGER_32 point_on_ellipse (x, y, xc, yc, r1, r2: REAL_64): BOOLEAN point_on_ellipse_boundary (x, y, xc, yc, r1, r2, width: REAL_64): BOOLEAN point_on_line (x, y, x1, y1, x2, y2, width: REAL_64): BOOLEAN point_on_polygon (x, y: REAL_64; points: SPECIAL [EV_COORDINATE]): BOOLEAN point_on_rectangle (x, y, x1, y1, x2, y2: REAL_64): BOOLEAN point_on_rotated_ellipse (x, y, xc, yc, r1, r2, angle: REAL_64): BOOLEAN point_on_rotated_ellipse_boundary (x, y, xc, yc, r1, r2, angle, width: REAL_64): BOOLEAN point_on_segment (x, y, x1, y1, x2, y2, width: REAL_64): BOOLEAN point_relative: EV_COORDINATE point_x: INTEGER_32 point_x_relative: INTEGER_32 point_y: INTEGER_32 point_y_relative: INTEGER_32 pointer_style: detachable EV_POINTER_STYLE position_on_figure (a_x, a_y: INTEGER_32): BOOLEAN Shape_italic: INTEGER_32 Shape_regular: INTEGER_32 sine (v: REAL_64): REAL_64 sqrt (v: REAL_64): REAL_64 Sqrt2: REAL_64 tangent (v: REAL_64): REAL_64 target_data_function: detachable FUNCTION [[like pebble] detachable ANY, EV_PND_TARGET_DATA] target_name: detachable READABLE_STRING_GENERAL text: STRING_32 three_way_comparison alias "" (other: [like Current] EV_MODEL_TEXT): INTEGER_32 valid_family (a_family: INTEGER_32): BOOLEAN valid_shape (a_shape: INTEGER_32): BOOLEAN valid_weight (a_weight: INTEGER_32): BOOLEAN Weight_black: INTEGER_32 Weight_bold: INTEGER_32 Weight_regular: INTEGER_32 Weight_thin: INTEGER_32 width: INTEGER_32 world: detachable EV_MODEL_WORLD x: INTEGER_32 y: INTEGER_32 Commands center_invalidate disable_capture disable_dashed_line_style disable_events_sended_to_group disable_sensitive dispose enable_capture enable_dashed_line_style enable_events_sended_to_group enable_sensitive free_id hide project (a_projector: EV_MODEL_DRAWING_ROUTINES) remove_pebble rotate (an_angle: REAL_64) rotate_around (an_angle: REAL_64; ax, ay: INTEGER_32) scale (a_scale: REAL_64) scale_abs (a_scale: REAL_64) scale_x (a_scale_x: REAL_64) scale_x_abs (a_scale_x: REAL_64) scale_y (a_scale_y: REAL_64) scale_y_abs (a_scale_y: REAL_64) set_accept_cursor (a_cursor: [detachable like accept_cursor] detachable EV_POINTER_STYLE) set_deny_cursor (a_cursor: [detachable like deny_cursor] detachable EV_POINTER_STYLE) set_font (a_font: [like font] EV_FONT) set_foreground_color (a_color: [like foreground_color] EV_COLOR) set_identified_font (an_id_font: EV_IDENTIFIED_FONT) set_line_width (a_width: INTEGER_32) set_pebble (a_pebble: [like pebble] detachable ANY) set_pebble_function (a_function: [attached like pebble_function] attached FUNCTION [detachable ANY]) set_point_position (ax, ay: INTEGER_32) set_point_position_relative (ax, ay: INTEGER_32) set_pointer_style (a_cursor: [like pointer_style] detachable EV_POINTER_STYLE) set_target_data_function (a_function: FUNCTION [[like pebble] detachable ANY, EV_PND_TARGET_DATA]) set_target_name (a_name: READABLE_STRING_GENERAL) set_text (a_text: READABLE_STRING_GENERAL) set_x (a_x: INTEGER_32) set_x_y (a_x, a_y: INTEGER_32) set_y (a_y: INTEGER_32) show transform (a_transformation: EV_MODEL_TRANSFORMATION) update_rectangle_to_bounding_box (a_bbox: EV_RECTANGLE) Constraints text exists font exists
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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