Browse Source

Travis CI: API documentation update at 2014-03-17 16:22:50 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
d5ad30b3ed
3 changed files with 5 additions and 0 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -1803,6 +1803,7 @@ ShortStringHash baseType;
 /* readonly */
 /* readonly */
 String category;
 String category;
 XMLFile defaultStyle;
 XMLFile defaultStyle;
+bool focusOnShow;
 /* readonly */
 /* readonly */
 uint historyPosition;
 uint historyPosition;
 /* readonly */
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -900,6 +900,7 @@ Methods:
 - void SetAutoVisibleOnError(bool enable)
 - void SetAutoVisibleOnError(bool enable)
 - void SetNumRows(unsigned rows)
 - void SetNumRows(unsigned rows)
 - void SetNumHistoryRows(unsigned rows)
 - void SetNumHistoryRows(unsigned rows)
+- void SetFocusOnShow(bool enable)
 - void UpdateElements()
 - void UpdateElements()
 - XMLFile* GetDefaultStyle() const
 - XMLFile* GetDefaultStyle() const
 - BorderImage* GetBackground() const
 - BorderImage* GetBackground() const
@@ -910,6 +911,7 @@ Methods:
 - unsigned GetNumHistoryRows() const
 - unsigned GetNumHistoryRows() const
 - unsigned GetHistoryPosition() const
 - unsigned GetHistoryPosition() const
 - const String GetHistoryRow(unsigned index) const
 - const String GetHistoryRow(unsigned index) const
+- bool GetFocusOnShow() const
 
 
 Properties:
 Properties:
 
 
@@ -921,6 +923,7 @@ Properties:
 - unsigned numRows
 - unsigned numRows
 - unsigned numHistoryRows
 - unsigned numHistoryRows
 - unsigned historyPosition (readonly)
 - unsigned historyPosition (readonly)
+- bool focusOnShow
 
 
 ### Constraint : Component
 ### Constraint : Component
 
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -1506,6 +1506,7 @@ Properties:
 - ShortStringHash baseType // readonly
 - ShortStringHash baseType // readonly
 - String category // readonly
 - String category // readonly
 - XMLFile@ defaultStyle
 - XMLFile@ defaultStyle
+- bool focusOnShow
 - uint historyPosition // readonly
 - uint historyPosition // readonly
 - String[] historyRow // readonly
 - String[] historyRow // readonly
 - LineEdit@ lineEdit // readonly
 - LineEdit@ lineEdit // readonly