Home
last modified time | relevance | path

Searched refs:_scale_changed (Results 1 – 10 of 10) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Danimation_player_editor_plugin.h143 void _scale_changed(const String &p_scale);
H A Danimation_player_editor_plugin.cpp745 void AnimationPlayerEditor::_scale_changed(const String &p_scale) { in _scale_changed() function in AnimationPlayerEditor
1217 ObjectTypeDB::bind_method(_MD("_scale_changed"), &AnimationPlayerEditor::_scale_changed); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Danimation_player_editor_plugin.h143 void _scale_changed(const String &p_scale);
H A Danimation_player_editor_plugin.cpp745 void AnimationPlayerEditor::_scale_changed(const String &p_scale) { in _scale_changed() function in AnimationPlayerEditor
1217 ObjectTypeDB::bind_method(_MD("_scale_changed"), &AnimationPlayerEditor::_scale_changed); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_player_editor_plugin.h188 void _scale_changed(const String &p_scale);
H A Danimation_player_editor_plugin.cpp785 void AnimationPlayerEditor::_scale_changed(const String &p_scale) { in _scale_changed() function in AnimationPlayerEditor
1553 ClassDB::bind_method(D_METHOD("_scale_changed"), &AnimationPlayerEditor::_scale_changed); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_player_editor_plugin.h188 void _scale_changed(const String &p_scale);
H A Danimation_player_editor_plugin.cpp785 void AnimationPlayerEditor::_scale_changed(const String &p_scale) { in _scale_changed() function in AnimationPlayerEditor
1553 ClassDB::bind_method(D_METHOD("_scale_changed"), &AnimationPlayerEditor::_scale_changed); in _bind_methods()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dexport.c384 static void _scale_changed(GtkEntry *spin, dt_lib_export_t *d) in _scale_changed() function
453 g_signal_handlers_block_by_func(spin, _scale_changed, d); in _scale_mdlclick()
455 g_signal_handlers_unblock_by_func(spin, _scale_changed, d); in _scale_mdlclick()
459 _scale_changed(spin, d); in _scale_mdlclick()
1429 g_signal_connect(G_OBJECT(d->scale), "changed", G_CALLBACK(_scale_changed), (gpointer)d); in gui_init()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dexport.c377 static void _scale_changed(GtkEntry *spin, dt_lib_export_t *d) in _scale_changed() function
446 g_signal_handlers_block_by_func(spin, _scale_changed, d); in _scale_mdlclick()
448 g_signal_handlers_unblock_by_func(spin, _scale_changed, d); in _scale_mdlclick()
452 _scale_changed(spin, d); in _scale_mdlclick()
1398 g_signal_connect(G_OBJECT(d->scale), "changed", G_CALLBACK(_scale_changed), (gpointer)d); in gui_init()