Browse Source

Travis CI: API documentation update at 2014-04-20 20:17:38 UTC.
[ci package]

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -4983,6 +4983,7 @@ bool scrollBarsAutoVisible;
 /* readonly */
 BorderImage scrollPanel;
 float scrollStep;
+bool selectOnClickEnd;
 bool selected;
 /* readonly */
 UIElement selectedItem;

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -2426,6 +2426,7 @@ Methods:
 - void SetHierarchyMode(bool enable)
 - void SetBaseIndent(int baseIndent)
 - void SetClearSelectionOnDefocus(bool enable)
+- void SetSelectOnClickEnd(bool enable)
 - void Expand(unsigned index, bool enable, bool recursive = false)
 - void ToggleExpand(unsigned index, bool recursive = false)
 - unsigned GetNumItems() const
@@ -2442,6 +2443,7 @@ Methods:
 - HighlightMode GetHighlightMode() const
 - bool GetMultiselect() const
 - bool GetClearSelectionOnDefocus() const
+- bool GetSelectOnClickEnd() const
 - bool GetHierarchyMode() const
 - int GetBaseIndent() const
 
@@ -2453,6 +2455,7 @@ Properties:
 - HighlightMode highlightMode
 - bool multiselect
 - bool clearSelectionOnDefocus
+- bool selectOnClickEnd
 - bool hierarchyMode
 - int baseIndent
 

+ 2 - 0
Docs/ScriptAPI.dox

@@ -1225,6 +1225,7 @@ namespace Urho3D
 - %Hierarchy %Mode : bool
 - %Base %Indent : int
 - %Clear %Sel. %On %Defocus : bool
+- %Select %On %Click %End : bool
 
 ### LuaScriptInstance
 - %Is %Enabled : bool
@@ -6159,6 +6160,7 @@ Properties:
 - bool scrollBarsAutoVisible
 - BorderImage@ scrollPanel // readonly
 - float scrollStep
+- bool selectOnClickEnd
 - bool selected
 - UIElement@ selectedItem // readonly
 - UIElement@[]@ selectedItems // readonly