Exemple #1
0
    internal static EflUiListViewSegArray_StructInternal ToInternal(EflUiListViewSegArray _external_struct)
    {
        var _internal_struct = new EflUiListViewSegArray_StructInternal();


        return(_internal_struct);
    }
Exemple #2
0
    internal static EflUiListViewSegArray ToManaged(EflUiListViewSegArray_StructInternal _internal_struct)
    {
        var _external_struct = new EflUiListViewSegArray();


        return(_external_struct);
    }
Exemple #3
0
 private static void layout_do(System.IntPtr obj, System.IntPtr pd, Efl.Ui.IListViewModel modeler, int first, EflUiListViewSegArray children)
 {
     Eina.Log.Debug("function efl_ui_list_view_relayout_layout_do was called");
     Efl.Eo.IWrapper wrapper = Efl.Eo.Globals.PrivateDataGet(pd);
     if (wrapper != null)
     {
         try {
             ((IListViewRelayout)wrapper).LayoutDo(modeler, first, children);
         } catch (Exception e) {
             Eina.Log.Warning($"Callback error: {e.ToString()}");
             Eina.Error.Set(Eina.Error.UNHANDLED_EXCEPTION);
         }
     }
     else
     {
         efl_ui_list_view_relayout_layout_do_ptr.Value.Delegate(Efl.Eo.Globals.efl_super(obj, Efl.Eo.Globals.efl_class_get(obj)), modeler, first, children);
     }
 }
Exemple #4
0
 /// <summary></summary>
 /// <param name="modeler"></param>
 /// <param name="first"></param>
 /// <param name="children"></param>
 /// <returns></returns>
 public void LayoutDo(Efl.Ui.IListViewModel modeler, int first, EflUiListViewSegArray children)
 {
     Efl.Ui.IListViewRelayoutNativeInherit.efl_ui_list_view_relayout_layout_do_ptr.Value.Delegate(this.NativeHandle, modeler, first, children);
     Eina.Error.RaiseIfUnhandledException();
 }
 /// <summary></summary>
 /// <param name="modeler"></param>
 /// <param name="first"></param>
 /// <param name="children"></param>
 /// <returns></returns>
 virtual public void LayoutDo(Efl.Ui.IListViewModel modeler, int first, EflUiListViewSegArray children)
 {
     Efl.Ui.IListViewRelayoutNativeInherit.efl_ui_list_view_relayout_layout_do_ptr.Value.Delegate((inherited ? Efl.Eo.Globals.efl_super(this.NativeHandle, this.NativeClass) : this.NativeHandle), modeler, first, children);
     Eina.Error.RaiseIfUnhandledException();
 }