Ver Fonte

Travis CI: API documentation update at 2014-03-15 11:38:33 UTC.
[ci package]

urho3d-travis-ci há 11 anos atrás
pai
commit
0a27c02ba5
3 ficheiros alterados com 5 adições e 0 exclusões
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -1598,6 +1598,7 @@ void Toggle();
 void UpdateElements();
 
 // Properties:
+bool autoVisibleOnError;
 /* readonly */
 BorderImage background;
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -851,6 +851,7 @@ Methods:
 - void SetDefaultStyle(XMLFile* style)
 - void SetVisible(bool enable)
 - void Toggle()
+- void SetAutoVisibleOnError(bool enable)
 - void SetNumRows(unsigned rows)
 - void SetNumHistoryRows(unsigned rows)
 - void UpdateElements()
@@ -858,6 +859,7 @@ Methods:
 - BorderImage* GetBackground() const
 - LineEdit* GetLineEdit() const
 - bool IsVisible() const
+- bool IsAutoVisibleOnError() const
 - unsigned GetNumRows() const
 - unsigned GetNumHistoryRows() const
 - unsigned GetHistoryPosition() const
@@ -869,6 +871,7 @@ Properties:
 - BorderImage* background (readonly)
 - LineEdit* lineEdit (readonly)
 - bool visible
+- bool autoVisibleOnError
 - unsigned numRows
 - unsigned numHistoryRows
 - unsigned historyPosition (readonly)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -1343,6 +1343,7 @@ Methods:
 
 Properties:
 
+- bool autoVisibleOnError
 - BorderImage@ background // readonly
 - ShortStringHash baseType // readonly
 - String category // readonly