Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/efl_ui_image.eo
Show All 16 Lines | 12 | { | |||
---|---|---|---|---|---|
17 | status: int; [[Error status of the download]] | 17 | status: int; [[Error status of the download]] | ||
18 | open_error: bool; [[$true if the error happened when opening the file, $false otherwise]] | 18 | open_error: bool; [[$true if the error happened when opening the file, $false otherwise]] | ||
19 | } | 19 | } | ||
20 | 20 | | |||
21 | class @beta Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Ui.Clickable, Efl.Ui.Draggable, | 21 | class @beta Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Ui.Clickable, Efl.Ui.Draggable, | ||
22 | Efl.File, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller, Efl.Player, Efl.Gfx.View, | 22 | Efl.File, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller, Efl.Player, Efl.Gfx.View, | ||
23 | Efl.Access.Component, Efl.Access.Widget.Action, Efl.Gfx.Color, | 23 | Efl.Access.Component, Efl.Access.Widget.Action, Efl.Gfx.Color, | ||
24 | Efl.Orientation, | 24 | Efl.Orientation, | ||
25 | Efl.Ui.View, Efl.Ui.Property_Bind, Efl.Layout.Calc, | 25 | Efl.Layout.Calc, | ||
26 | Efl.Layout.Group, Efl.Layout.Signal | 26 | Efl.Layout.Group, Efl.Layout.Signal | ||
27 | { | 27 | { | ||
28 | [[ Efl UI image class]] | 28 | [[ Efl UI image class]] | ||
29 | event_prefix: efl_ui_image; | 29 | event_prefix: efl_ui_image; | ||
30 | methods { | 30 | methods { | ||
31 | @property scalable { | 31 | @property scalable { | ||
32 | [[Enable or disable scaling up or down the internal image. | 32 | [[Enable or disable scaling up or down the internal image. | ||
33 | 33 | | |||
▲ Show 20 Lines • Show All 80 Lines • ▼ Show 20 Line(s) | 90 | implements { | |||
114 | Efl.Layout.Calc.calc_auto_update_hints { get; set; } | 114 | Efl.Layout.Calc.calc_auto_update_hints { get; set; } | ||
115 | Efl.Layout.Calc.calc_size_min; | 115 | Efl.Layout.Calc.calc_size_min; | ||
116 | Efl.Layout.Calc.calc_parts_extends; | 116 | Efl.Layout.Calc.calc_parts_extends; | ||
117 | Efl.Layout.Calc.calc_force; | 117 | Efl.Layout.Calc.calc_force; | ||
118 | Efl.Canvas.Object.clipper { set; } | 118 | Efl.Canvas.Object.clipper { set; } | ||
119 | Efl.Canvas.Group.group_member_add; | 119 | Efl.Canvas.Group.group_member_add; | ||
120 | Efl.Ui.Draggable.drag_target { get; set; } | 120 | Efl.Ui.Draggable.drag_target { get; set; } | ||
121 | Efl.Ui.Property_Bind.property_bind; | 121 | Efl.Ui.Property_Bind.property_bind; | ||
122 | Efl.Ui.View.model { get; set; } | 122 | Efl.Ui.View.model { set; } | ||
123 | Efl.Ui.Widget.theme_apply; | 123 | Efl.Ui.Widget.theme_apply; | ||
124 | Efl.Ui.Widget.widget_input_event_handler; | 124 | Efl.Ui.Widget.widget_input_event_handler; | ||
125 | Efl.Access.Component.extents { get; } | 125 | Efl.Access.Component.extents { get; } | ||
126 | Efl.Access.Widget.Action.elm_actions { get; } | 126 | Efl.Access.Widget.Action.elm_actions { get; } | ||
127 | } | 127 | } | ||
128 | events { | 128 | events { | ||
129 | drop: string; [[Called when drop from drag and drop happened]] /* FIXME - Belongs to DnD interface */ | 129 | drop: string; [[Called when drop from drag and drop happened]] /* FIXME - Belongs to DnD interface */ | ||
130 | } | 130 | } | ||
131 | } | 131 | } |