Fill in the blank in the Array, CenterContainer and Dictionary class reference (#4476)

This commit is contained in:
Geequlim 2016-04-29 13:32:13 +08:00 committed by Rémi Verschelde
parent 4e8cb708ec
commit 4de3f8944e
1 changed files with 7 additions and 0 deletions

View File

@ -4178,10 +4178,12 @@
</method> </method>
<method name="pop_back"> <method name="pop_back">
<description> <description>
Remove the last element of the array.
</description> </description>
</method> </method>
<method name="pop_front"> <method name="pop_front">
<description> <description>
Remove the first element of the array.
</description> </description>
</method> </method>
<method name="push_back"> <method name="push_back">
@ -4195,6 +4197,7 @@
<argument index="0" name="value" type="var"> <argument index="0" name="value" type="var">
</argument> </argument>
<description> <description>
Add an element at the beginning of the array.
</description> </description>
</method> </method>
<method name="remove"> <method name="remove">
@ -7138,6 +7141,7 @@
<return type="bool"> <return type="bool">
</return> </return>
<description> <description>
Should put children to the top left corner instead of center of the container.
</description> </description>
</method> </method>
</methods> </methods>
@ -9796,6 +9800,7 @@ This approximation makes straight segments between each point, then subdivides t
<argument index="0" name="values" type="Array"> <argument index="0" name="values" type="Array">
</argument> </argument>
<description> <description>
Return true if the dictionary has all of the keys in the given array.
</description> </description>
</method> </method>
<method name="hash"> <method name="hash">
@ -9818,6 +9823,7 @@ This approximation makes straight segments between each point, then subdivides t
<argument index="0" name="json" type="String"> <argument index="0" name="json" type="String">
</argument> </argument>
<description> <description>
Parse json text to the dictionary. Return OK when successed or the error code when failed.
</description> </description>
</method> </method>
<method name="size"> <method name="size">
@ -9831,6 +9837,7 @@ This approximation makes straight segments between each point, then subdivides t
<return type="String"> <return type="String">
</return> </return>
<description> <description>
Return the dictionary as json text.
</description> </description>
</method> </method>
</methods> </methods>