class_filesystemdock.rst 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the FileSystemDock.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_FileSystemDock:
  6. FileSystemDock
  7. ==============
  8. **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>`
  9. Methods
  10. -------
  11. +------+--------------------------------------------------------------------------------------------------------------------+
  12. | void | :ref:`navigate_to_path<class_FileSystemDock_method_navigate_to_path>` **(** :ref:`String<class_String>` path **)** |
  13. +------+--------------------------------------------------------------------------------------------------------------------+
  14. Signals
  15. -------
  16. .. _class_FileSystemDock_signal_display_mode_changed:
  17. - **display_mode_changed** **(** **)**
  18. ----
  19. .. _class_FileSystemDock_signal_file_removed:
  20. - **file_removed** **(** :ref:`String<class_String>` file **)**
  21. ----
  22. .. _class_FileSystemDock_signal_files_moved:
  23. - **files_moved** **(** :ref:`String<class_String>` old_file, :ref:`String<class_String>` new_file **)**
  24. ----
  25. .. _class_FileSystemDock_signal_folder_moved:
  26. - **folder_moved** **(** :ref:`String<class_String>` old_folder, :ref:`String<class_String>` new_file **)**
  27. ----
  28. .. _class_FileSystemDock_signal_folder_removed:
  29. - **folder_removed** **(** :ref:`String<class_String>` folder **)**
  30. ----
  31. .. _class_FileSystemDock_signal_inherit:
  32. - **inherit** **(** :ref:`String<class_String>` file **)**
  33. ----
  34. .. _class_FileSystemDock_signal_instance:
  35. - **instance** **(** :ref:`PackedStringArray<class_PackedStringArray>` files **)**
  36. Method Descriptions
  37. -------------------
  38. .. _class_FileSystemDock_method_navigate_to_path:
  39. - void **navigate_to_path** **(** :ref:`String<class_String>` path **)**
  40. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  41. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  42. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  43. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  44. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  45. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`