Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class EV_WIDGET_PROJECTOR General obsolete: "Use EV_MODEL_WIDGET_PROJECTOR instead. [2017-05-31]" cluster: interface description: "Projectors for widgets." keywords: "projector, events" Ancestors EV_FIGURE_DRAWER* EV_PROJECTION_ROUTINES* EV_PROJECTOR* Queries arc_cosine (v: REAL_64): REAL_64 arc_sine (v: REAL_64): REAL_64 arc_tangent (v: REAL_64): REAL_64 area: detachable EV_DRAWABLE area_x: INTEGER_32 area_y: INTEGER_32 between (n, a, b: INTEGER_32): BOOLEAN buffer_used: BOOLEAN ceiling (v: REAL_64): REAL_64 cosine (v: REAL_64): REAL_64 dabs (v: REAL_64): REAL_64 Default_colors: EV_STOCK_COLORS delta_x (angle: REAL_64; length: INTEGER_32): INTEGER_32 delta_y (angle: REAL_64; length: INTEGER_32): INTEGER_32 distance (x1, y1, x2, y2: INTEGER_32): INTEGER_32 distance_from_line (x, y, x1, y1, x2, y2: INTEGER_32): INTEGER_32 drawable: EV_DRAWABLE Euler: REAL_64 exp (x: REAL_64): REAL_64 floor (v: REAL_64): REAL_64 is_projecting: BOOLEAN line_angle (x1, y1, x2, y2: INTEGER_32): REAL_64 log (v: REAL_64): REAL_64 log10 (v: REAL_64): REAL_64 log_2 (v: REAL_64): REAL_64 modulo (a, b: REAL_64): REAL_64 Pi: REAL_64 Pi_2: REAL_64 Pi_4: REAL_64 Pi_half: REAL_64 Pi_half_times_three: REAL_64 Pi_quater: REAL_64 Pi_times_three: REAL_64 Pi_times_two: REAL_64 point_on_ellipse (x, y, xc, yc, r1, r2: INTEGER_32): BOOLEAN point_on_ellipse_boundary (x, y, xc, yc, r1, r2, width: INTEGER_32): BOOLEAN point_on_line (x, y, x1, y1, x2, y2, width: INTEGER_32): BOOLEAN point_on_polygon (x, y: INTEGER_32; points: ARRAY [EV_COORDINATE]): BOOLEAN point_on_rectangle (x, y, x1, y1, x2, y2: INTEGER_32): BOOLEAN point_on_segment (x, y, x1, y1, x2, y2, width: INTEGER_32): BOOLEAN sine (v: REAL_64): REAL_64 sqrt (v: REAL_64): REAL_64 Sqrt2: REAL_64 tangent (v: REAL_64): REAL_64 widget: EV_WIDGET world: EV_FIGURE_WORLD Commands change_area_position (a_x, a_y: INTEGER_32) clear_device draw_figure_arc (arc: EV_FIGURE_ARC) draw_figure_dot (dot: EV_FIGURE_DOT) draw_figure_ellipse (ellipse: EV_FIGURE_ELLIPSE) draw_figure_equilateral (eql: EV_FIGURE_EQUILATERAL) draw_figure_line (line: EV_FIGURE_LINE) draw_figure_picture (picture: EV_FIGURE_PICTURE) draw_figure_pie_slice (slice: EV_FIGURE_PIE_SLICE) draw_figure_polygon (polygon: EV_FIGURE_POLYGON) draw_figure_polyline (line: EV_FIGURE_POLYLINE) draw_figure_rectangle (rectangle: EV_FIGURE_RECTANGLE) draw_figure_rounded_rectangle (f: EV_FIGURE_ROUNDED_RECTANGLE) draw_figure_star (star: EV_FIGURE_STAR) draw_figure_text (text_figure: EV_FIGURE_TEXT) draw_grid full_project project project_rectangle (u: EV_RECTANGLE) register_figure (a_figure: EV_FIGURE; a_routine: PROCEDURE [EV_FIGURE]) set_drawable (a_drawable: EV_DRAWABLE) set_world (a_world: EV_FIGURE_WORLD) update_rectangle (u: EV_RECTANGLE; a_x, a_y: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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