From a92652d5789ed8948ca696604fde56196486e653 Mon Sep 17 00:00:00 2001
From: Geequlim
Date: Fri, 20 May 2016 21:39:31 +0800
Subject: Document the FileDialog and partial OS methods
---
doc/base/classes.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
(limited to 'doc/base/classes.xml')
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index af928e20e..653fa44d9 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -7268,12 +7268,14 @@
+ Set rotation of the layer in degree.
+ Get rotation of the layer in degree.
@@ -12250,18 +12252,21 @@ This approximation makes straight segments between each point, then subdivides t
+ Set the current working directory of the file dialog.
+ Set the current selected file name of the file dialog.
+ Set the current selected file path of the file dialog.
@@ -12282,6 +12287,7 @@ This approximation makes straight segments between each point, then subdivides t
+ Return the vertical box container of the dialog, custom controls can be added to it.
@@ -12314,6 +12320,7 @@ This approximation makes straight segments between each point, then subdivides t
+ Invalidate and update the current dialog content list.
@@ -12351,6 +12358,7 @@ This approximation makes straight segments between each point, then subdivides t
The dialog functions as a folder selector, disallowing the selection of any file.
+ The dialog allows the selection of a file or a directory.
The dialog will warn when a file exists.
@@ -21323,24 +21331,28 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Set whether the window is minimized.
+ Return true if the window is minimized.
+ Set the window size to maximized.
+ Return true if the window is maximized.
@@ -21578,6 +21590,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Return the current unix timestamp.
@@ -21740,6 +21753,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Return the absolute directory path of user data path([user://]).
--
cgit v1.3.1