[EflSharp] Update Circle and efl cs files (#995)
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / efl / efl_ui_spotlight_indicator_icon.eo.cs
1 #define EFL_BETA
2 #pragma warning disable CS1591
3 using System;
4 using System.Runtime.InteropServices;
5 using System.Collections.Generic;
6 using System.Linq;
7 using System.Threading;
8 using System.ComponentModel;
9 namespace Efl {
10
11 namespace Ui {
12
13 namespace Spotlight {
14
15 /// <remarks>This is a <b>BETA</b> class. It can be modified or removed in the future. Do not use it for product development.</remarks>
16 [Efl.Ui.Spotlight.IndicatorIcon.NativeMethods]
17 [Efl.Eo.BindingEntity]
18 public class IndicatorIcon : Efl.Ui.Spotlight.Indicator
19 {
20     /// <summary>Pointer to the native class description.</summary>
21     public override System.IntPtr NativeClass
22     {
23         get
24         {
25             if (((object)this).GetType() == typeof(IndicatorIcon))
26             {
27                 return GetEflClassStatic();
28             }
29             else
30             {
31                 return Efl.Eo.ClassRegister.klassFromType[((object)this).GetType()];
32             }
33         }
34     }
35
36     [System.Runtime.InteropServices.DllImport(efl.Libs.Elementary)] internal static extern System.IntPtr
37         efl_ui_spotlight_indicator_icon_class_get();
38     /// <summary>Initializes a new instance of the <see cref="IndicatorIcon"/> class.</summary>
39     /// <param name="parent">Parent instance.</param>
40     public IndicatorIcon(Efl.Object parent= null
41             ) : base(efl_ui_spotlight_indicator_icon_class_get(), parent)
42     {
43         FinishInstantiation();
44     }
45
46     /// <summary>Subclasses should override this constructor if they are expected to be instantiated from native code.
47     /// Do not call this constructor directly.</summary>
48     /// <param name="ch">Tag struct storing the native handle of the object being constructed.</param>
49     protected IndicatorIcon(ConstructingHandle ch) : base(ch)
50     {
51     }
52
53     /// <summary>Initializes a new instance of the <see cref="IndicatorIcon"/> class.
54     /// Internal usage: Constructs an instance from a native pointer. This is used when interacting with C code and should not be used directly.</summary>
55     /// <param name="wh">The native pointer to be wrapped.</param>
56     protected IndicatorIcon(Efl.Eo.Globals.WrappingHandle wh) : base(wh)
57     {
58     }
59
60     /// <summary>Initializes a new instance of the <see cref="IndicatorIcon"/> class.
61     /// Internal usage: Constructor to forward the wrapper initialization to the root class that interfaces with native code. Should not be used directly.</summary>
62     /// <param name="baseKlass">The pointer to the base native Eo class.</param>
63     /// <param name="parent">The Efl.Object parent of this instance.</param>
64     protected IndicatorIcon(IntPtr baseKlass, Efl.Object parent) : base(baseKlass, parent)
65     {
66     }
67
68     private static IntPtr GetEflClassStatic()
69     {
70         return Efl.Ui.Spotlight.IndicatorIcon.efl_ui_spotlight_indicator_icon_class_get();
71     }
72     /// <summary>Wrapper for native methods and virtual method delegates.
73     /// For internal use by generated code only.</summary>
74     public new class NativeMethods : Efl.Ui.Spotlight.Indicator.NativeMethods
75     {
76         /// <summary>Gets the list of Eo operations to override.</summary>
77         /// <returns>The list of Eo operations to be overload.</returns>
78         public override System.Collections.Generic.List<Efl_Op_Description> GetEoOps(System.Type type)
79         {
80             var descs = new System.Collections.Generic.List<Efl_Op_Description>();
81             descs.AddRange(base.GetEoOps(type));
82             return descs;
83         }
84         /// <summary>Returns the Eo class for the native methods of this class.</summary>
85         /// <returns>The native class pointer.</returns>
86         public override IntPtr GetEflClass()
87         {
88             return Efl.Ui.Spotlight.IndicatorIcon.efl_ui_spotlight_indicator_icon_class_get();
89         }
90
91         #pragma warning disable CA1707, CS1591, SA1300, SA1600
92
93         #pragma warning restore CA1707, CS1591, SA1300, SA1600
94
95 }
96 }
97 }
98
99 }
100
101 }
102
103 #if EFL_BETA
104 #pragma warning disable CS1591
105 public static class Efl_Ui_SpotlightIndicatorIcon_ExtensionMethods {
106 }
107 #pragma warning restore CS1591
108 #endif