class_filesystemdock.rst 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/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. | void | :ref:`navigate_to_path<class_FileSystemDock_method_navigate_to_path>` **(** :ref:`String<class_String>` path **)** |
  19. +------+--------------------------------------------------------------------------------------------------------------------+
  20. .. rst-class:: classref-section-separator
  21. ----
  22. .. rst-class:: classref-descriptions-group
  23. Signals
  24. -------
  25. .. _class_FileSystemDock_signal_display_mode_changed:
  26. .. rst-class:: classref-signal
  27. **display_mode_changed** **(** **)**
  28. .. container:: contribute
  29. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  30. .. rst-class:: classref-item-separator
  31. ----
  32. .. _class_FileSystemDock_signal_file_removed:
  33. .. rst-class:: classref-signal
  34. **file_removed** **(** :ref:`String<class_String>` file **)**
  35. .. container:: contribute
  36. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  37. .. rst-class:: classref-item-separator
  38. ----
  39. .. _class_FileSystemDock_signal_files_moved:
  40. .. rst-class:: classref-signal
  41. **files_moved** **(** :ref:`String<class_String>` old_file, :ref:`String<class_String>` new_file **)**
  42. .. container:: contribute
  43. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  44. .. rst-class:: classref-item-separator
  45. ----
  46. .. _class_FileSystemDock_signal_folder_moved:
  47. .. rst-class:: classref-signal
  48. **folder_moved** **(** :ref:`String<class_String>` old_folder, :ref:`String<class_String>` new_folder **)**
  49. .. container:: contribute
  50. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  51. .. rst-class:: classref-item-separator
  52. ----
  53. .. _class_FileSystemDock_signal_folder_removed:
  54. .. rst-class:: classref-signal
  55. **folder_removed** **(** :ref:`String<class_String>` folder **)**
  56. .. container:: contribute
  57. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  58. .. rst-class:: classref-item-separator
  59. ----
  60. .. _class_FileSystemDock_signal_inherit:
  61. .. rst-class:: classref-signal
  62. **inherit** **(** :ref:`String<class_String>` file **)**
  63. .. container:: contribute
  64. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  65. .. rst-class:: classref-item-separator
  66. ----
  67. .. _class_FileSystemDock_signal_instantiate:
  68. .. rst-class:: classref-signal
  69. **instantiate** **(** :ref:`PackedStringArray<class_PackedStringArray>` files **)**
  70. .. container:: contribute
  71. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  72. .. rst-class:: classref-item-separator
  73. ----
  74. .. _class_FileSystemDock_signal_resource_removed:
  75. .. rst-class:: classref-signal
  76. **resource_removed** **(** :ref:`Resource<class_Resource>` resource **)**
  77. .. container:: contribute
  78. There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  79. .. rst-class:: classref-section-separator
  80. ----
  81. .. rst-class:: classref-descriptions-group
  82. Method Descriptions
  83. -------------------
  84. .. _class_FileSystemDock_method_navigate_to_path:
  85. .. rst-class:: classref-method
  86. void **navigate_to_path** **(** :ref:`String<class_String>` path **)**
  87. .. container:: contribute
  88. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  89. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  90. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  91. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  92. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  93. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  94. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`