Document the FileDialog and partial OS methods
(cherry picked from commit a92652d578
)
This commit is contained in:
parent
08fa7a0ff1
commit
c2f48421d1
|
@ -7033,12 +7033,14 @@
|
||||||
<argument index="0" name="degrees" type="float">
|
<argument index="0" name="degrees" type="float">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set rotation of the layer in degree.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_rotationd" qualifiers="const">
|
<method name="get_rotationd" qualifiers="const">
|
||||||
<return type="float">
|
<return type="float">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Get rotation of the layer in degree.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_scale">
|
<method name="set_scale">
|
||||||
|
@ -11290,18 +11292,21 @@ This approximation makes straight segments between each point, then subdivides t
|
||||||
<argument index="0" name="dir" type="String">
|
<argument index="0" name="dir" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set the current working directory of the file dialog.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_current_file">
|
<method name="set_current_file">
|
||||||
<argument index="0" name="file" type="String">
|
<argument index="0" name="file" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set the current selected file name of the file dialog.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_current_path">
|
<method name="set_current_path">
|
||||||
<argument index="0" name="path" type="String">
|
<argument index="0" name="path" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set the current selected file path of the file dialog.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_mode">
|
<method name="set_mode">
|
||||||
|
@ -11322,6 +11327,7 @@ This approximation makes straight segments between each point, then subdivides t
|
||||||
<return type="VBoxContainer">
|
<return type="VBoxContainer">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return the vertical box container of the dialog, custom controls can be added to it.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_access">
|
<method name="set_access">
|
||||||
|
@ -11354,6 +11360,7 @@ This approximation makes straight segments between each point, then subdivides t
|
||||||
</method>
|
</method>
|
||||||
<method name="invalidate">
|
<method name="invalidate">
|
||||||
<description>
|
<description>
|
||||||
|
Invalidate and update the current dialog content list.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
@ -20135,24 +20142,28 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
|
||||||
<argument index="0" name="enabled" type="bool">
|
<argument index="0" name="enabled" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set whether the window is minimized.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_window_minimized" qualifiers="const">
|
<method name="is_window_minimized" qualifiers="const">
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return true if the window is minimized.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_window_maximized">
|
<method name="set_window_maximized">
|
||||||
<argument index="0" name="enabled" type="bool">
|
<argument index="0" name="enabled" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set the window size to maximized.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_window_maximized" qualifiers="const">
|
<method name="is_window_maximized" qualifiers="const">
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return true if the window is maximized.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_screen_orientation">
|
<method name="set_screen_orientation">
|
||||||
|
@ -20367,6 +20378,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return the current unix timestamp.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_system_time_secs" qualifiers="const">
|
<method name="get_system_time_secs" qualifiers="const">
|
||||||
|
@ -20508,6 +20520,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
|
||||||
<return type="String">
|
<return type="String">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return the absolute directory path of user data path([user://]).
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_system_dir" qualifiers="const">
|
<method name="get_system_dir" qualifiers="const">
|
||||||
|
|
Loading…
Reference in New Issue