Home
last modified time | relevance | path

Searched refs:bindable (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dbindable.c33 if (!bindable) return 0; in Bindable_GetStack()
108 ((M_Viewport*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
115 ((X_Background*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
141 ((M_Viewpoint*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
148 ((X_Fog*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
205 ((M_Background2D*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
209 ((M_Viewport*)bindable)->on_set_bind(bindable, (GF_Route*)stack); in Bindable_SetSetBindEx()
216 ((M_Background*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
223 ((M_NavigationInfo*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
230 ((M_Viewpoint*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dbindable.c33 if (!bindable) return 0; in Bindable_GetStack()
108 ((M_Viewport*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
115 ((X_Background*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
141 ((M_Viewpoint*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
148 ((X_Fog*)bindable)->bindTime = gf_node_get_scene_time(bindable); in Bindable_SetIsBound()
205 ((M_Background2D*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
209 ((M_Viewport*)bindable)->on_set_bind(bindable, (GF_Route*)stack); in Bindable_SetSetBindEx()
216 ((M_Background*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
223 ((M_NavigationInfo*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
230 ((M_Viewpoint*)bindable)->on_set_bind(bindable, NULL); in Bindable_SetSetBindEx()
[all …]
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgntslider.c126 step_back(GntBindable *bindable, GList *null) in step_back() argument
128 GntSlider *slider = GNT_SLIDER(bindable); in step_back()
136 GntSlider *slider = GNT_SLIDER(bindable); in small_step_back()
144 GntSlider *slider = GNT_SLIDER(bindable); in large_step_back()
150 step_forward(GntBindable *bindable, GList *list) in step_forward() argument
152 GntSlider *slider = GNT_SLIDER(bindable); in step_forward()
160 GntSlider *slider = GNT_SLIDER(bindable); in small_step_forward()
168 GntSlider *slider = GNT_SLIDER(bindable); in large_step_forward()
174 move_min_value(GntBindable *bindable, GList *null) in move_min_value() argument
176 GntSlider *slider = GNT_SLIDER(bindable); in move_min_value()
[all …]
H A Dgntbindable.c112 const char *widget_name = g_type_name(G_OBJECT_TYPE(bindable)); in gnt_bindable_rebinding_activate()
124 rebind_info.klass = GNT_BINDABLE_GET_CLASS(bindable); in gnt_bindable_rebinding_activate()
290 gnt_bindable_remap_keys(GntBindable *bindable, const char *text) in gnt_bindable_remap_keys() argument
293 GType type = G_OBJECT_TYPE(bindable); in gnt_bindable_remap_keys()
328 return action->u.action(bindable, list); in gnt_bindable_perform_action_named()
341 return param->action->u.action(bindable, param->list); in gnt_bindable_perform_action_key()
343 return param->action->u.action_noparam(bindable); in gnt_bindable_perform_action_key()
349 gnt_bindable_check_key(GntBindable *bindable, const char *keys) { in gnt_bindable_check_key() argument
464 gnt_bindable_build_help_window(GntBindable *bindable) in gnt_bindable_build_help_window() argument
467 GntBindableClass *klass = GNT_BINDABLE_GET_CLASS(bindable); in gnt_bindable_build_help_window()
[all …]
H A Dgntbindable.h77 const char * gnt_bindable_remap_keys(GntBindable *bindable, const char *text);
82 typedef gboolean (*GntBindableActionCallback) (GntBindable *bindable, GList *params);
83 typedef gboolean (*GntBindableActionCallbackNoParam)(GntBindable *bindable);
170 gboolean gnt_bindable_perform_action_key(GntBindable *bindable, const char *keys);
183 gboolean gnt_bindable_check_key(GntBindable *bindable, const char *keys);
194 gboolean gnt_bindable_perform_action_named(GntBindable *bindable, const char *name, ...) G_GNUC_NUL…
220 gboolean gnt_bindable_build_help_window(GntBindable *bindable);
H A Dgntentry.c938 GntBindableClass *bindable = GNT_BINDABLE_CLASS(klass); in gnt_entry_class_init() local
972 gnt_bindable_class_register_action(bindable, "cursor-home", move_start, in gnt_entry_class_init()
975 gnt_bindable_class_register_action(bindable, "cursor-end", move_end, in gnt_entry_class_init()
977 gnt_bindable_register_binding(bindable, "cursor-end", GNT_KEY_END, NULL); in gnt_entry_class_init()
978 gnt_bindable_class_register_action(bindable, "delete-prev", backspace, in gnt_entry_class_init()
980 gnt_bindable_register_binding(bindable, "delete-prev", s + 1, NULL); in gnt_entry_class_init()
982 gnt_bindable_class_register_action(bindable, "delete-next", delkey, in gnt_entry_class_init()
987 gnt_bindable_class_register_action(bindable, "delete-end", del_to_end, in gnt_entry_class_init()
991 gnt_bindable_register_binding(bindable, "delete-prev-word", s, NULL); in gnt_entry_class_init()
994 gnt_bindable_class_register_action(bindable, "cursor-prev", move_back, in gnt_entry_class_init()
[all …]
H A Dgntwm.c452 GntWM *wm = GNT_WM(bindable); in window_next()
460 GntWM *wm = GNT_WM(bindable); in window_prev()
491 GntWM *wm = GNT_WM(bindable); in window_scroll_up()
516 GntWM *wm = GNT_WM(bindable); in window_scroll_down()
543 GntWM *wm = GNT_WM(bindable); in window_close()
692 GntWM *wm = GNT_WM(bindable); in window_list()
912 GntWM *wm = GNT_WM(bindable); in shift_left()
926 GntWM *wm = GNT_WM(bindable); in shift_right()
960 GntWM *wm = GNT_WM(bindable); in list_actions()
1079 GntWM *wm = GNT_WM(bindable); in start_move()
[all …]
H A Dgntwindow.c85 GntBindableClass *bindable = GNT_BINDABLE_CLASS(klass); in gnt_window_class_init() local
110 gnt_bindable_class_register_action(bindable, "show-menu", show_menu, in gnt_window_class_init()
112 gnt_bindable_register_binding(bindable, "show-menu", GNT_KEY_F10, NULL); in gnt_window_class_init()
113 gnt_style_read_actions(G_OBJECT_CLASS_TYPE(klass), bindable); in gnt_window_class_init()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DBindableAttribute.cs46 private bool bindable = false; field in System.ComponentModel.BindableAttribute
55 public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) { in BindableAttribute() argument
63 public BindableAttribute(bool bindable, BindingDirection direction) { in BindableAttribute() argument
64 this.bindable = bindable; in BindableAttribute()
82 this.bindable = (flags != BindableSupport.No); in BindableAttribute()
95 return bindable;
120 return (((BindableAttribute)obj).Bindable == bindable); in Equals()
130 return bindable.GetHashCode(); in GetHashCode()
H A DSettingsBindableAttribute.cs32 public SettingsBindableAttribute(bool bindable) { in SettingsBindableAttribute() argument
33 _bindable = bindable; in SettingsBindableAttribute()
/dports/cad/geda/geda-gaf-1.8.2/gschem/scheme/gschem/
H A Dkeymap.scm83 (define*-public (keymap-bind-key! keymap key #:optional (bindable #f))
86 (if bindable
87 (assoc-set! alist key bindable)
90 (define-public (keymap-lookup-binding keymap bindable)
91 (let ((entry (find (lambda (x) (eq? bindable (cdr x)))
165 (define*-public (bind-keys! keymap keys #:optional (bindable #f))
170 bindable)))
172 (define-public (lookup-binding keymap bindable)
182 ((eq? bound bindable)
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/scheme/schematic/
H A Dkeymap.scm96 (define*-public (keymap-bind-key! keymap key #:optional (bindable #f))
99 (if bindable
100 (assoc-set! alist key bindable)
102 (run-hook bind-keys-hook keymap (make-vector 1 key) bindable))
104 (define-public (keymap-lookup-binding keymap bindable)
105 (let ((entry (find (lambda (x) (eq? bindable (cdr x)))
179 (define*-public (bind-keys! keymap keys #:optional (bindable #f))
184 bindable)))
186 (define-public (lookup-binding keymap bindable)
196 ((eq? bound bindable)
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgrenderer.cpp199 } bindable; in renderScene() local
200 renderScene(bindable); in renderScene()
204 QSGBindableFboId bindable(fboId); in renderScene() local
205 renderScene(bindable); in renderScene()
211 } bindable; in renderScene() local
212 renderScene(bindable); in renderScene()
220 void QSGRenderer::renderScene(const QSGBindable &bindable) in renderScene() argument
237 m_bindable = &bindable; in renderScene()
241 bindable.bind(); in renderScene()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgrenderer.cpp199 } bindable; in renderScene() local
200 renderScene(bindable); in renderScene()
204 QSGBindableFboId bindable(fboId); in renderScene() local
205 renderScene(bindable); in renderScene()
211 } bindable; in renderScene() local
212 renderScene(bindable); in renderScene()
220 void QSGRenderer::renderScene(const QSGBindable &bindable) in renderScene() argument
237 m_bindable = &bindable; in renderScene()
241 bindable.bind(); in renderScene()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DBindableAttribute.cs51 public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) in BindableAttribute() argument
60 public BindableAttribute(bool bindable, BindingDirection direction) in BindableAttribute() argument
62 Bindable = bindable; in BindableAttribute()
H A DSettingsBindableAttribute.cs28 public SettingsBindableAttribute(bool bindable) in SettingsBindableAttribute() argument
30 Bindable = bindable; in SettingsBindableAttribute()
/dports/devel/gdb761/gdb-7.6.1/readline/
H A DNEWS8 b. New bindable variable `completion-display-width' to set the number of
11 c. New bindable variable `completion-case-map' to cause case-insensitive
14 d. There are new bindable vi-mode command names to avoid readline's case-
17 e. New bindable variable `menu-complete-display-prefix' causes the menu
/dports/devel/gdb/gdb-11.1/readline/readline/
H A DNEWS19 e. rl-clear-display: new bindable command that clears the screen and, if
36 j. The bindable operate-and-get-next command (and its default bindings) are
50 b. There are new `next-screen-line' and `previous-screen-line' bindable
136 by Posix (vi-unix-word-rubout is bindable command name).
230 b. New bindable variable `completion-display-width' to set the number of
233 c. New bindable variable `completion-case-map' to cause case-insensitive
239 e. New bindable variable `menu-complete-display-prefix' causes the menu
249 a. New bindable function: menu-complete-backward.
274 h. New bindable variable: echo-control-characters. If enabled, and the
354 d. New bindable command: vi-rubout. Saves deleted text for possible
[all …]
/dports/devel/readline/readline-8.1/
H A DNEWS19 e. rl-clear-display: new bindable command that clears the screen and, if
36 j. The bindable operate-and-get-next command (and its default bindings) are
50 b. There are new `next-screen-line' and `previous-screen-line' bindable
136 by Posix (vi-unix-word-rubout is bindable command name).
230 b. New bindable variable `completion-display-width' to set the number of
233 c. New bindable variable `completion-case-map' to cause case-insensitive
239 e. New bindable variable `menu-complete-display-prefix' causes the menu
249 a. New bindable function: menu-complete-backward.
274 h. New bindable variable: echo-control-characters. If enabled, and the
354 d. New bindable command: vi-rubout. Saves deleted text for possible
[all …]
/dports/www/py-openbrokerapi/openbrokerapi-4.1.2/openbrokerapi/
H A Dcatalog.py83 bindable: bool = None,
91 self.bindable = bindable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dqsgopenvgrenderer.cpp70 } bindable; in renderScene() local
71 QSGRenderer::renderScene(bindable); in renderScene()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dqsgopenvgrenderer.cpp70 } bindable; in renderScene() local
71 QSGRenderer::renderScene(bindable); in renderScene()
/dports/devel/pygobject3-common/pygobject-3.38.0/docs/devguide/
H A Doverride_guidelines.rst12 placed on updating the underlying API to be more bindable, adding features to
17 If a GI feature or more bindable API for a library is in the works, it is a
20 bindable API becomes a reality (:bzbug:`707280`).
44 of times adding bindable versions of the functions to the underlying library
46 problem here is if an override is added, then later a bindable version of
/dports/devel/py-gobject3/pygobject-3.38.0/docs/devguide/
H A Doverride_guidelines.rst12 placed on updating the underlying API to be more bindable, adding features to
17 If a GI feature or more bindable API for a library is in the works, it is a
20 bindable API becomes a reality (:bzbug:`707280`).
44 of times adding bindable versions of the functions to the underlying library
46 problem here is if an override is added, then later a bindable version of
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dip_resolver.hpp66 ip_resolver_options_t &bindable (bool bindable_);
73 bool bindable ();

12345678910>>...21