class_filesystemdock.rst 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. Methods
  11. -------
  12. +------+--------------------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`navigate_to_path<class_FileSystemDock_method_navigate_to_path>` **(** :ref:`String<class_String>` path **)** |
  14. +------+--------------------------------------------------------------------------------------------------------------------+
  15. Signals
  16. -------
  17. .. _class_FileSystemDock_signal_display_mode_changed:
  18. - **display_mode_changed** **(** **)**
  19. ----
  20. .. _class_FileSystemDock_signal_file_removed:
  21. - **file_removed** **(** :ref:`String<class_String>` file **)**
  22. ----
  23. .. _class_FileSystemDock_signal_files_moved:
  24. - **files_moved** **(** :ref:`String<class_String>` old_file, :ref:`String<class_String>` new_file **)**
  25. ----
  26. .. _class_FileSystemDock_signal_folder_moved:
  27. - **folder_moved** **(** :ref:`String<class_String>` old_folder, :ref:`String<class_String>` new_file **)**
  28. ----
  29. .. _class_FileSystemDock_signal_folder_removed:
  30. - **folder_removed** **(** :ref:`String<class_String>` folder **)**
  31. ----
  32. .. _class_FileSystemDock_signal_inherit:
  33. - **inherit** **(** :ref:`String<class_String>` file **)**
  34. ----
  35. .. _class_FileSystemDock_signal_instance:
  36. - **instance** **(** :ref:`PackedStringArray<class_PackedStringArray>` files **)**
  37. Method Descriptions
  38. -------------------
  39. .. _class_FileSystemDock_method_navigate_to_path:
  40. - void **navigate_to_path** **(** :ref:`String<class_String>` path **)**
  41. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  42. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  43. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  44. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  45. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  46. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`