Home
last modified time | relevance | path

Searched refs:ItemListPopupMenuPlugin (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Ditem_list_editor_plugin.cpp155 void ItemListPopupMenuPlugin::set_object(Object *p_object) { in set_object()
163 bool ItemListPopupMenuPlugin::handles(Object *p_object) const { in handles()
168 int ItemListPopupMenuPlugin::get_flags() const { in get_flags()
173 void ItemListPopupMenuPlugin::add_item() { in add_item()
179 int ItemListPopupMenuPlugin::get_item_count() const { in get_item_count()
184 void ItemListPopupMenuPlugin::erase(int p_idx) { in erase()
190 ItemListPopupMenuPlugin::ItemListPopupMenuPlugin() { in ItemListPopupMenuPlugin() function in ItemListPopupMenuPlugin
375 item_list_editor->add_plugin(memnew(ItemListPopupMenuPlugin)); in ItemListEditorPlugin()
H A Ditem_list_editor_plugin.h129 class ItemListPopupMenuPlugin : public ItemListPlugin {
131 OBJ_TYPE(ItemListPopupMenuPlugin, ItemListPlugin);
165 ItemListPopupMenuPlugin();
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Ditem_list_editor_plugin.cpp155 void ItemListPopupMenuPlugin::set_object(Object *p_object) { in set_object()
163 bool ItemListPopupMenuPlugin::handles(Object *p_object) const { in handles()
168 int ItemListPopupMenuPlugin::get_flags() const { in get_flags()
173 void ItemListPopupMenuPlugin::add_item() { in add_item()
179 int ItemListPopupMenuPlugin::get_item_count() const { in get_item_count()
184 void ItemListPopupMenuPlugin::erase(int p_idx) { in erase()
190 ItemListPopupMenuPlugin::ItemListPopupMenuPlugin() { in ItemListPopupMenuPlugin() function in ItemListPopupMenuPlugin
375 item_list_editor->add_plugin(memnew(ItemListPopupMenuPlugin)); in ItemListEditorPlugin()
H A Ditem_list_editor_plugin.h129 class ItemListPopupMenuPlugin : public ItemListPlugin {
131 OBJ_TYPE(ItemListPopupMenuPlugin, ItemListPlugin);
165 ItemListPopupMenuPlugin();
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Ditem_list_editor_plugin.cpp171 void ItemListPopupMenuPlugin::set_object(Object *p_object) { in set_object()
179 bool ItemListPopupMenuPlugin::handles(Object *p_object) const { in handles()
184 int ItemListPopupMenuPlugin::get_flags() const { in get_flags()
189 void ItemListPopupMenuPlugin::add_item() { in add_item()
195 int ItemListPopupMenuPlugin::get_item_count() const { in get_item_count()
200 void ItemListPopupMenuPlugin::erase(int p_idx) { in erase()
206 ItemListPopupMenuPlugin::ItemListPopupMenuPlugin() { in ItemListPopupMenuPlugin() function in ItemListPopupMenuPlugin
428 item_list_editor->add_plugin(memnew(ItemListPopupMenuPlugin)); in ItemListEditorPlugin()
H A Ditem_list_editor_plugin.h128 class ItemListPopupMenuPlugin : public ItemListPlugin {
130 GDCLASS(ItemListPopupMenuPlugin, ItemListPlugin);
166 ItemListPopupMenuPlugin();
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Ditem_list_editor_plugin.cpp171 void ItemListPopupMenuPlugin::set_object(Object *p_object) { in set_object()
179 bool ItemListPopupMenuPlugin::handles(Object *p_object) const { in handles()
184 int ItemListPopupMenuPlugin::get_flags() const { in get_flags()
189 void ItemListPopupMenuPlugin::add_item() { in add_item()
195 int ItemListPopupMenuPlugin::get_item_count() const { in get_item_count()
200 void ItemListPopupMenuPlugin::erase(int p_idx) { in erase()
206 ItemListPopupMenuPlugin::ItemListPopupMenuPlugin() { in ItemListPopupMenuPlugin() function in ItemListPopupMenuPlugin
428 item_list_editor->add_plugin(memnew(ItemListPopupMenuPlugin)); in ItemListEditorPlugin()
H A Ditem_list_editor_plugin.h128 class ItemListPopupMenuPlugin : public ItemListPlugin {
130 GDCLASS(ItemListPopupMenuPlugin, ItemListPlugin);
166 ItemListPopupMenuPlugin();