class_filesystemdock.rst 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/FileSystemDock.xml.
  6. .. _class_FileSystemDock:
  7. FileSystemDock
  8. ==============
  9. **Inherits:** :ref:`VBoxContainer<class_VBoxContainer>` **<** :ref:`BoxContainer<class_BoxContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Methods
  14. -------
  15. .. table::
  16. :widths: auto
  17. +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`can_drop_data_fw<class_FileSystemDock_method_can_drop_data_fw>` **(** :ref:`Vector2<class_Vector2>` point, :ref:`Variant<class_Variant>` data, :ref:`Control<class_Control>` from **)** |const| |
  19. +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | void | :ref:`drop_data_fw<class_FileSystemDock_method_drop_data_fw>` **(** :ref:`Vector2<class_Vector2>` point, :ref:`Variant<class_Variant>` data, :ref:`Control<class_Control>` from **)** |
  21. +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | :ref:`Variant<class_Variant>` | :ref:`get_drag_data_fw<class_FileSystemDock_method_get_drag_data_fw>` **(** :ref:`Vector2<class_Vector2>` point, :ref:`Control<class_Control>` from **)** |
  23. +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. | void | :ref:`navigate_to_path<class_FileSystemDock_method_navigate_to_path>` **(** :ref:`String<class_String>` path **)** |
  25. +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  26. .. rst-class:: classref-section-separator
  27. ----
  28. .. rst-class:: classref-descriptions-group
  29. Signals
  30. -------
  31. .. _class_FileSystemDock_signal_display_mode_changed:
  32. .. rst-class:: classref-signal
  33. **display_mode_changed** **(** **)**
  34. .. container:: contribute
  35. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  36. .. rst-class:: classref-item-separator
  37. ----
  38. .. _class_FileSystemDock_signal_file_removed:
  39. .. rst-class:: classref-signal
  40. **file_removed** **(** :ref:`String<class_String>` file **)**
  41. .. container:: contribute
  42. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  43. .. rst-class:: classref-item-separator
  44. ----
  45. .. _class_FileSystemDock_signal_files_moved:
  46. .. rst-class:: classref-signal
  47. **files_moved** **(** :ref:`String<class_String>` old_file, :ref:`String<class_String>` new_file **)**
  48. .. container:: contribute
  49. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  50. .. rst-class:: classref-item-separator
  51. ----
  52. .. _class_FileSystemDock_signal_folder_moved:
  53. .. rst-class:: classref-signal
  54. **folder_moved** **(** :ref:`String<class_String>` old_folder, :ref:`String<class_String>` new_file **)**
  55. .. container:: contribute
  56. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  57. .. rst-class:: classref-item-separator
  58. ----
  59. .. _class_FileSystemDock_signal_folder_removed:
  60. .. rst-class:: classref-signal
  61. **folder_removed** **(** :ref:`String<class_String>` folder **)**
  62. .. container:: contribute
  63. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  64. .. rst-class:: classref-item-separator
  65. ----
  66. .. _class_FileSystemDock_signal_inherit:
  67. .. rst-class:: classref-signal
  68. **inherit** **(** :ref:`String<class_String>` file **)**
  69. .. container:: contribute
  70. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  71. .. rst-class:: classref-item-separator
  72. ----
  73. .. _class_FileSystemDock_signal_instance:
  74. .. rst-class:: classref-signal
  75. **instance** **(** :ref:`PoolStringArray<class_PoolStringArray>` files **)**
  76. .. container:: contribute
  77. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  78. .. rst-class:: classref-section-separator
  79. ----
  80. .. rst-class:: classref-descriptions-group
  81. Method Descriptions
  82. -------------------
  83. .. _class_FileSystemDock_method_can_drop_data_fw:
  84. .. rst-class:: classref-method
  85. :ref:`bool<class_bool>` **can_drop_data_fw** **(** :ref:`Vector2<class_Vector2>` point, :ref:`Variant<class_Variant>` data, :ref:`Control<class_Control>` from **)** |const|
  86. .. container:: contribute
  87. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  88. .. rst-class:: classref-item-separator
  89. ----
  90. .. _class_FileSystemDock_method_drop_data_fw:
  91. .. rst-class:: classref-method
  92. void **drop_data_fw** **(** :ref:`Vector2<class_Vector2>` point, :ref:`Variant<class_Variant>` data, :ref:`Control<class_Control>` from **)**
  93. .. container:: contribute
  94. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  95. .. rst-class:: classref-item-separator
  96. ----
  97. .. _class_FileSystemDock_method_get_drag_data_fw:
  98. .. rst-class:: classref-method
  99. :ref:`Variant<class_Variant>` **get_drag_data_fw** **(** :ref:`Vector2<class_Vector2>` point, :ref:`Control<class_Control>` from **)**
  100. .. container:: contribute
  101. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  102. .. rst-class:: classref-item-separator
  103. ----
  104. .. _class_FileSystemDock_method_navigate_to_path:
  105. .. rst-class:: classref-method
  106. void **navigate_to_path** **(** :ref:`String<class_String>` path **)**
  107. .. container:: contribute
  108. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  109. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  110. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  111. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  112. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`