22c55d712d91ad45e609666f48d471bc992c3642
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / efl / edje_types.eot.cs
1 #pragma warning disable CS1591
2 using System;
3 using System.Runtime.InteropServices;
4 using System.Collections.Generic;
5 using System.Linq;
6 using System.Threading;
7 using System.ComponentModel;
8 namespace Efl {
9
10 namespace Canvas {
11
12 /// <summary>Type of a part in an Efl.Canvas.Layout object (edje object).</summary>
13 [Efl.Eo.BindingEntity]
14 public enum LayoutPartType
15 {
16 /// <summary>None type value, indicates invalid parts.</summary>
17 None = 0,
18 /// <summary>Rectangle type value.</summary>
19 Rectangle = 1,
20 /// <summary>Text type value.</summary>
21 Text = 2,
22 /// <summary>Image type value.</summary>
23 Image = 3,
24 /// <summary>Swallow  type value.</summary>
25 Swallow = 4,
26 /// <summary>Text block type value.</summary>
27 Textblock = 5,
28 /// <summary>Gradient type value.</summary>
29 Gradient = 6,
30 /// <summary>Group type value.</summary>
31 Group = 7,
32 /// <summary>Box type value.</summary>
33 Box = 8,
34 /// <summary>Table type value.</summary>
35 Table = 9,
36 /// <summary>External type value.</summary>
37 External = 10,
38 /// <summary>Proxy type value.</summary>
39 Proxy = 11,
40 /// <summary>Spacer type value
41 /// (Since EFL 1.7.)</summary>
42 Spacer = 12,
43 /// <summary>Canvas 3D type: mesh node.</summary>
44 MeshNode = 13,
45 /// <summary>Canvas 3D type: light.</summary>
46 Light = 14,
47 /// <summary>Canvas 3D type: camera.</summary>
48 Camera = 15,
49 /// <summary>Snapshot
50 /// (Since EFL 1.16.)</summary>
51 Snapshot = 16,
52 /// <summary>Vector
53 /// (Since EFL 1.18.)</summary>
54 Vector = 17,
55 /// <summary>Last type value.</summary>
56 Last = 18,
57 }
58
59 }
60
61 }
62
63 namespace Edje {
64
65 [Efl.Eo.BindingEntity]
66 public enum Cursor
67 {
68 Main = 0,
69 SelectionBegin = 1,
70 SelectionEnd = 2,
71 PreeditStart = 3,
72 PreeditEnd = 4,
73 User = 5,
74 UserExtra = 6,
75 }
76
77 }
78