Beispiel #1
0
        public override System.Collections.Generic.List <Efl_Op_Description> GetEoOps(System.Type type)
        {
            var descs = new System.Collections.Generic.List <Efl_Op_Description>();

            if (efl_access_widget_action_elm_actions_get_static_delegate == null)
            {
                efl_access_widget_action_elm_actions_get_static_delegate = new efl_access_widget_action_elm_actions_get_delegate(elm_actions_get);
            }
            descs.Add(new Efl_Op_Description()
                    {
                        api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(_Module.Module, "efl_access_widget_action_elm_actions_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_widget_action_elm_actions_get_static_delegate)
                    });
            if (efl_access_action_name_get_static_delegate == null)
            {
                efl_access_action_name_get_static_delegate = new efl_access_action_name_get_delegate(action_name_get);
            }
            descs.Add(new Efl_Op_Description()
                    {
                        api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(_Module.Module, "efl_access_action_name_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_name_get_static_delegate)
                    });
            if (efl_access_action_localized_name_get_static_delegate == null)
            {
                efl_access_action_localized_name_get_static_delegate = new efl_access_action_localized_name_get_delegate(action_localized_name_get);
            }
            descs.Add(new Efl_Op_Description()
                    {
                        api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(_Module.Module, "efl_access_action_localized_name_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_localized_name_get_static_delegate)
                    });
            if (efl_access_action_actions_get_static_delegate == null)
            {
                efl_access_action_actions_get_static_delegate = new efl_access_action_actions_get_delegate(actions_get);
            }
            descs.Add(new Efl_Op_Description()
                    {
                        api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(_Module.Module, "efl_access_action_actions_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_actions_get_static_delegate)
                    });
            if (efl_access_action_do_static_delegate == null)
            {
                efl_access_action_do_static_delegate = new efl_access_action_do_delegate(action_do);
            }
            descs.Add(new Efl_Op_Description()
                    {
                        api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(_Module.Module, "efl_access_action_do"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_do_static_delegate)
                    });
            if (efl_access_action_keybinding_get_static_delegate == null)
            {
                efl_access_action_keybinding_get_static_delegate = new efl_access_action_keybinding_get_delegate(action_keybinding_get);
            }
            descs.Add(new Efl_Op_Description()
                    {
                        api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(_Module.Module, "efl_access_action_keybinding_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_keybinding_get_static_delegate)
                    });
            return(descs);
        }
                    /// <summary>Gets the list of Eo operations to override.</summary>
                    /// <returns>The list of Eo operations to be overload.</returns>
                    public override System.Collections.Generic.List <Efl_Op_Description> GetEoOps(System.Type type)
                    {
                        var descs   = new System.Collections.Generic.List <Efl_Op_Description>();
                        var methods = Efl.Eo.Globals.GetUserMethods(type);

                        if (efl_access_widget_action_elm_actions_get_static_delegate == null)
                        {
                            efl_access_widget_action_elm_actions_get_static_delegate = new efl_access_widget_action_elm_actions_get_delegate(elm_actions_get);
                        }

                        if (methods.FirstOrDefault(m => m.Name == "GetElmActions") != null)
                        {
                            descs.Add(new Efl_Op_Description()
                            {
                                api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(Module.Module, "efl_access_widget_action_elm_actions_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_widget_action_elm_actions_get_static_delegate)
                            });
                        }

                        if (efl_access_action_name_get_static_delegate == null)
                        {
                            efl_access_action_name_get_static_delegate = new efl_access_action_name_get_delegate(action_name_get);
                        }

                        if (methods.FirstOrDefault(m => m.Name == "GetActionName") != null)
                        {
                            descs.Add(new Efl_Op_Description()
                            {
                                api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(Module.Module, "efl_access_action_name_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_name_get_static_delegate)
                            });
                        }

                        if (efl_access_action_localized_name_get_static_delegate == null)
                        {
                            efl_access_action_localized_name_get_static_delegate = new efl_access_action_localized_name_get_delegate(action_localized_name_get);
                        }

                        if (methods.FirstOrDefault(m => m.Name == "GetActionLocalizedName") != null)
                        {
                            descs.Add(new Efl_Op_Description()
                            {
                                api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(Module.Module, "efl_access_action_localized_name_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_localized_name_get_static_delegate)
                            });
                        }

                        if (efl_access_action_actions_get_static_delegate == null)
                        {
                            efl_access_action_actions_get_static_delegate = new efl_access_action_actions_get_delegate(actions_get);
                        }

                        if (methods.FirstOrDefault(m => m.Name == "GetActions") != null)
                        {
                            descs.Add(new Efl_Op_Description()
                            {
                                api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(Module.Module, "efl_access_action_actions_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_actions_get_static_delegate)
                            });
                        }

                        if (efl_access_action_do_static_delegate == null)
                        {
                            efl_access_action_do_static_delegate = new efl_access_action_do_delegate(action_do);
                        }

                        if (methods.FirstOrDefault(m => m.Name == "ActionDo") != null)
                        {
                            descs.Add(new Efl_Op_Description()
                            {
                                api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(Module.Module, "efl_access_action_do"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_do_static_delegate)
                            });
                        }

                        if (efl_access_action_keybinding_get_static_delegate == null)
                        {
                            efl_access_action_keybinding_get_static_delegate = new efl_access_action_keybinding_get_delegate(action_keybinding_get);
                        }

                        if (methods.FirstOrDefault(m => m.Name == "GetActionKeybinding") != null)
                        {
                            descs.Add(new Efl_Op_Description()
                            {
                                api_func = Efl.Eo.FunctionInterop.LoadFunctionPointer(Module.Module, "efl_access_action_keybinding_get"), func = Marshal.GetFunctionPointerForDelegate(efl_access_action_keybinding_get_static_delegate)
                            });
                        }

                        return(descs);
                    }