mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
For the time being we don't support writing a description for those, preferring
having all details in the method's description.
Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.
(cherry picked from commit 7adf4cc9b5)
80 lines
2.2 KiB
XML
80 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="FileSystemDock" inherits="VBoxContainer" version="3.4">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="can_drop_data_fw" qualifiers="const">
|
|
<return type="bool" />
|
|
<argument index="0" name="arg0" type="Vector2" />
|
|
<argument index="1" name="arg1" type="Variant" />
|
|
<argument index="2" name="arg2" type="Control" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="drop_data_fw">
|
|
<return type="void" />
|
|
<argument index="0" name="arg0" type="Vector2" />
|
|
<argument index="1" name="arg1" type="Variant" />
|
|
<argument index="2" name="arg2" type="Control" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_drag_data_fw">
|
|
<return type="Variant" />
|
|
<argument index="0" name="arg0" type="Vector2" />
|
|
<argument index="1" name="arg1" type="Control" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="navigate_to_path">
|
|
<return type="void" />
|
|
<argument index="0" name="arg0" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<signals>
|
|
<signal name="display_mode_changed">
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
<signal name="file_removed">
|
|
<argument index="0" name="file" type="String" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
<signal name="files_moved">
|
|
<argument index="0" name="old_file" type="String" />
|
|
<argument index="1" name="new_file" type="String" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
<signal name="folder_moved">
|
|
<argument index="0" name="old_folder" type="String" />
|
|
<argument index="1" name="new_file" type="String" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
<signal name="folder_removed">
|
|
<argument index="0" name="folder" type="String" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
<signal name="inherit">
|
|
<argument index="0" name="file" type="String" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
<signal name="instance">
|
|
<argument index="0" name="files" type="PoolStringArray" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
</signals>
|
|
<constants>
|
|
</constants>
|
|
</class>
|