Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / public / ImageView.cs
1 /** Copyright (c) 2017 Samsung Electronics Co., Ltd.
2 *
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 *
15 */
16 // This File has been auto-generated by SWIG and then modified using DALi Ruby Scripts
17 //------------------------------------------------------------------------------
18 // <auto-generated />
19 //
20 // This file was automatically generated by SWIG (http://www.swig.org).
21 // Version 3.0.10
22 //
23 // Do not make changes to this file unless you know what you are doing--modify
24 // the SWIG interface file instead.
25 //------------------------------------------------------------------------------
26
27 namespace Dali {
28
29 public class ImageView : View {
30   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
31
32   internal ImageView(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ImageView_SWIGUpcast(cPtr), cMemoryOwn) {
33     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
34   }
35
36   internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImageView obj) {
37     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
38   }
39
40   ~ImageView() {
41     DisposeQueue.Instance.Add(this);
42   }
43
44   public override void Dispose() {
45     if (!Window.IsInstalled()) {
46       DisposeQueue.Instance.Add(this);
47       return;
48     }
49
50     lock(this) {
51       if (swigCPtr.Handle != global::System.IntPtr.Zero) {
52         if (swigCMemOwn) {
53           swigCMemOwn = false;
54           NDalicPINVOKE.delete_ImageView(swigCPtr);
55         }
56         swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
57       }
58       global::System.GC.SuppressFinalize(this);
59       base.Dispose();
60     }
61   }
62
63
64   public class Property
65   {
66     public static readonly int RESOURCE_URL = NDalicPINVOKE.ImageView_Property_RESOURCE_URL_get();
67     public static readonly int IMAGE = NDalicPINVOKE.ImageView_Property_IMAGE_get();
68     public static readonly int PRE_MULTIPLIED_ALPHA = NDalicPINVOKE.ImageView_Property_PRE_MULTIPLIED_ALPHA_get();
69     public static readonly int PIXEL_AREA = NDalicPINVOKE.ImageView_Property_PIXEL_AREA_get();
70   }
71
72   public ImageView () : this (NDalicPINVOKE.ImageView_New__SWIG_0(), true) {
73       if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
74
75   }
76   public ImageView (string url) : this (NDalicPINVOKE.ImageView_New__SWIG_2(url), true) {
77       if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
78
79   }
80   public ImageView (string url, Uint16Pair size) : this (NDalicPINVOKE.ImageView_New__SWIG_3(url, Uint16Pair.getCPtr(size)), true) {
81       if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
82
83   }
84
85   internal new static ImageView DownCast(BaseHandle handle) {
86     ImageView ret = new ImageView(NDalicPINVOKE.ImageView_DownCast(BaseHandle.getCPtr(handle)), true);
87     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
88     return ret;
89   }
90
91   public void SetImage(string url) {
92     NDalicPINVOKE.ImageView_SetImage__SWIG_1(swigCPtr, url);
93     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
94   }
95
96   public void SetImage(string url, Uint16Pair size) {
97     NDalicPINVOKE.ImageView_SetImage__SWIG_2(swigCPtr, url, Uint16Pair.getCPtr(size));
98     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
99   }
100
101   public string ResourceUrl
102   {
103     get
104     {
105       string temp;
106       GetProperty( ImageView.Property.RESOURCE_URL).Get( out temp );
107       return temp;
108     }
109     set
110     {
111       SetProperty( ImageView.Property.RESOURCE_URL, new Dali.Property.Value( value ) );
112     }
113   }
114   public Dali.Property.Map ImageMap
115   {
116     get
117     {
118       Dali.Property.Map temp = new Dali.Property.Map();
119       GetProperty( ImageView.Property.IMAGE).Get(  temp );
120       return temp;
121     }
122     set
123     {
124       SetProperty( ImageView.Property.IMAGE, new Dali.Property.Value( value ) );
125     }
126   }
127   public bool PreMultipliedAlpha
128   {
129     get
130     {
131       bool temp = false;
132       GetProperty( ImageView.Property.PRE_MULTIPLIED_ALPHA).Get( out temp );
133       return temp;
134     }
135     set
136     {
137       SetProperty( ImageView.Property.PRE_MULTIPLIED_ALPHA, new Dali.Property.Value( value ) );
138     }
139   }
140   public Vector4 PixelArea
141   {
142     get
143     {
144       Vector4 temp = new Vector4(0.0f,0.0f,0.0f,0.0f);
145       GetProperty( ImageView.Property.PIXEL_AREA).Get(  temp );
146       return temp;
147     }
148     set
149     {
150       SetProperty( ImageView.Property.PIXEL_AREA, new Dali.Property.Value( value ) );
151     }
152   }
153
154 }
155
156 }