Home
last modified time | relevance | path

Searched refs:TilesetEditorContext (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h41 class TilesetEditorContext; variable
46 friend class TilesetEditorContext; variable
105 TilesetEditorContext *helper;
255 class TilesetEditorContext : public Object {
258 GDCLASS(TilesetEditorContext, Object);
278 TilesetEditorContext(TileSetEditor *p_tileset_editor);
H A Dtile_set_editor_plugin.cpp655 helper = memnew(TilesetEditorContext(this)); in TileSetEditor()
3355 void TilesetEditorContext::set_tileset(const Ref<TileSet> &p_tileset) { in set_tileset()
3360 void TilesetEditorContext::set_snap_options_visible(bool p_visible) { in set_snap_options_visible()
3365 bool TilesetEditorContext::_set(const StringName &p_name, const Variant &p_value) { in _set()
3431 bool TilesetEditorContext::_get(const StringName &p_name, Variant &r_ret) const { in _get()
3497 void TilesetEditorContext::_get_property_list(List<PropertyInfo> *p_list) const { in _get_property_list()
3546 void TilesetEditorContext::_bind_methods() { in _bind_methods()
3548 …ClassDB::bind_method("_hide_script_from_inspector", &TilesetEditorContext::_hide_script_from_inspe… in _bind_methods()
3551 TilesetEditorContext::TilesetEditorContext(TileSetEditor *p_tileset_editor) { in TilesetEditorContext() function in TilesetEditorContext
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h41 class TilesetEditorContext; variable
46 friend class TilesetEditorContext; variable
105 TilesetEditorContext *helper;
255 class TilesetEditorContext : public Object {
258 GDCLASS(TilesetEditorContext, Object);
278 TilesetEditorContext(TileSetEditor *p_tileset_editor);
H A Dtile_set_editor_plugin.cpp655 helper = memnew(TilesetEditorContext(this)); in TileSetEditor()
3355 void TilesetEditorContext::set_tileset(const Ref<TileSet> &p_tileset) { in set_tileset()
3360 void TilesetEditorContext::set_snap_options_visible(bool p_visible) { in set_snap_options_visible()
3365 bool TilesetEditorContext::_set(const StringName &p_name, const Variant &p_value) { in _set()
3431 bool TilesetEditorContext::_get(const StringName &p_name, Variant &r_ret) const { in _get()
3497 void TilesetEditorContext::_get_property_list(List<PropertyInfo> *p_list) const { in _get_property_list()
3546 void TilesetEditorContext::_bind_methods() { in _bind_methods()
3548 …ClassDB::bind_method("_hide_script_from_inspector", &TilesetEditorContext::_hide_script_from_inspe… in _bind_methods()
3551 TilesetEditorContext::TilesetEditorContext(TileSetEditor *p_tileset_editor) { in TilesetEditorContext() function in TilesetEditorContext