Browse Source

Travis CI: API documentation update at 2015-10-04 15:17:35 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/4360c5ed21df27cc639aa858e81c2cb6f334ce9f

Message: Register BorderImage functions to Window in AngelScript API. Closes #912.

urho3d-travis-ci 10 years ago
parent
commit
ee08479d7a
3 changed files with 37 additions and 1 deletions
  1. 18 0
      Docs/AngelScriptAPI.h
  2. 18 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 18 - 0
Docs/AngelScriptAPI.h

@@ -12104,6 +12104,8 @@ void SetEnabledRecursive(bool);
 void SetFixedHeight(int);
 void SetFixedHeight(int);
 void SetFixedSize(int, int);
 void SetFixedSize(int, int);
 void SetFixedWidth(int);
 void SetFixedWidth(int);
+void SetFullImageRect();
+void SetHoverOffset(int, int);
 void SetInterceptNetworkUpdate(const String&, bool);
 void SetInterceptNetworkUpdate(const String&, bool);
 void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ));
 void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ));
 void SetMaxSize(int, int);
 void SetMaxSize(int, int);
@@ -12128,6 +12130,8 @@ Array<Variant> attributes;
 bool autoUpdate;
 bool autoUpdate;
 /* readonly */
 /* readonly */
 StringHash baseType;
 StringHash baseType;
+BlendMode blendMode;
+IntRect border;
 bool bringToBack;
 bool bringToBack;
 bool bringToFront;
 bool bringToFront;
 /* readonly */
 /* readonly */
@@ -12175,8 +12179,11 @@ FocusMode focusMode;
 uint format;
 uint format;
 int height;
 int height;
 HorizontalAlignment horizontalAlignment;
 HorizontalAlignment horizontalAlignment;
+IntVector2 hoverOffset;
 /* readonly */
 /* readonly */
 bool hovering;
 bool hovering;
+IntRect imageBorder;
+IntRect imageRect;
 int indent;
 int indent;
 int indentSpacing;
 int indentSpacing;
 /* readonly */
 /* readonly */
@@ -12227,6 +12234,8 @@ IntVector2 size;
 bool sortChildren;
 bool sortChildren;
 String style;
 String style;
 bool temporary;
 bool temporary;
+Texture texture;
+bool tiled;
 TraversalMode traversalMode;
 TraversalMode traversalMode;
 /* readonly */
 /* readonly */
 StringHash type;
 StringHash type;
@@ -12348,6 +12357,8 @@ void SetEnabledRecursive(bool);
 void SetFixedHeight(int);
 void SetFixedHeight(int);
 void SetFixedSize(int, int);
 void SetFixedSize(int, int);
 void SetFixedWidth(int);
 void SetFixedWidth(int);
+void SetFullImageRect();
+void SetHoverOffset(int, int);
 void SetInterceptNetworkUpdate(const String&, bool);
 void SetInterceptNetworkUpdate(const String&, bool);
 void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ));
 void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ));
 void SetMaxSize(int, int);
 void SetMaxSize(int, int);
@@ -12370,6 +12381,8 @@ Array<AttributeInfo> attributeInfos;
 Array<Variant> attributes;
 Array<Variant> attributes;
 /* readonly */
 /* readonly */
 StringHash baseType;
 StringHash baseType;
+BlendMode blendMode;
+IntRect border;
 bool bringToBack;
 bool bringToBack;
 bool bringToFront;
 bool bringToFront;
 /* readonly */
 /* readonly */
@@ -12412,8 +12425,11 @@ bool focus;
 FocusMode focusMode;
 FocusMode focusMode;
 int height;
 int height;
 HorizontalAlignment horizontalAlignment;
 HorizontalAlignment horizontalAlignment;
+IntVector2 hoverOffset;
 /* readonly */
 /* readonly */
 bool hovering;
 bool hovering;
+IntRect imageBorder;
+IntRect imageRect;
 int indent;
 int indent;
 int indentSpacing;
 int indentSpacing;
 /* readonly */
 /* readonly */
@@ -12460,6 +12476,8 @@ IntVector2 size;
 bool sortChildren;
 bool sortChildren;
 String style;
 String style;
 bool temporary;
 bool temporary;
+Texture texture;
+bool tiled;
 TraversalMode traversalMode;
 TraversalMode traversalMode;
 /* readonly */
 /* readonly */
 StringHash type;
 StringHash type;

+ 18 - 0
Docs/ScriptAPI.dox

@@ -12854,6 +12854,8 @@ Methods:
 - void SetFixedHeight(int)
 - void SetFixedHeight(int)
 - void SetFixedSize(int, int)
 - void SetFixedSize(int, int)
 - void SetFixedWidth(int)
 - void SetFixedWidth(int)
+- void SetFullImageRect()
+- void SetHoverOffset(int, int)
 - void SetInterceptNetworkUpdate(const String&, bool)
 - void SetInterceptNetworkUpdate(const String&, bool)
 - void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ))
 - void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ))
 - void SetMaxSize(int, int)
 - void SetMaxSize(int, int)
@@ -12876,6 +12878,8 @@ Properties:
 - Variant[] attributes
 - Variant[] attributes
 - bool autoUpdate
 - bool autoUpdate
 - StringHash baseType // readonly
 - StringHash baseType // readonly
+- BlendMode blendMode
+- IntRect border
 - bool bringToBack
 - bool bringToBack
 - bool bringToFront
 - bool bringToFront
 - Node@ cameraNode // readonly
 - Node@ cameraNode // readonly
@@ -12908,7 +12912,10 @@ Properties:
 - uint format
 - uint format
 - int height
 - int height
 - HorizontalAlignment horizontalAlignment
 - HorizontalAlignment horizontalAlignment
+- IntVector2 hoverOffset
 - bool hovering // readonly
 - bool hovering // readonly
+- IntRect imageBorder
+- IntRect imageRect
 - int indent
 - int indent
 - int indentSpacing
 - int indentSpacing
 - int indentWidth // readonly
 - int indentWidth // readonly
@@ -12950,6 +12957,8 @@ Properties:
 - bool sortChildren
 - bool sortChildren
 - String style
 - String style
 - bool temporary
 - bool temporary
+- Texture@ texture
+- bool tiled
 - TraversalMode traversalMode
 - TraversalMode traversalMode
 - StringHash type // readonly
 - StringHash type // readonly
 - String typeName // readonly
 - String typeName // readonly
@@ -13064,6 +13073,8 @@ Methods:
 - void SetFixedHeight(int)
 - void SetFixedHeight(int)
 - void SetFixedSize(int, int)
 - void SetFixedSize(int, int)
 - void SetFixedWidth(int)
 - void SetFixedWidth(int)
+- void SetFullImageRect()
+- void SetHoverOffset(int, int)
 - void SetInterceptNetworkUpdate(const String&, bool)
 - void SetInterceptNetworkUpdate(const String&, bool)
 - void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ))
 - void SetLayout(LayoutMode, int = 0, const IntRect& = IntRect ( 0 , 0 , 0 , 0 ))
 - void SetMaxSize(int, int)
 - void SetMaxSize(int, int)
@@ -13084,6 +13095,8 @@ Properties:
 - AttributeInfo[] attributeInfos // readonly
 - AttributeInfo[] attributeInfos // readonly
 - Variant[] attributes
 - Variant[] attributes
 - StringHash baseType // readonly
 - StringHash baseType // readonly
+- BlendMode blendMode
+- IntRect border
 - bool bringToBack
 - bool bringToBack
 - bool bringToFront
 - bool bringToFront
 - String category // readonly
 - String category // readonly
@@ -13113,7 +13126,10 @@ Properties:
 - FocusMode focusMode
 - FocusMode focusMode
 - int height
 - int height
 - HorizontalAlignment horizontalAlignment
 - HorizontalAlignment horizontalAlignment
+- IntVector2 hoverOffset
 - bool hovering // readonly
 - bool hovering // readonly
+- IntRect imageBorder
+- IntRect imageRect
 - int indent
 - int indent
 - int indentSpacing
 - int indentSpacing
 - int indentWidth // readonly
 - int indentWidth // readonly
@@ -13153,6 +13169,8 @@ Properties:
 - bool sortChildren
 - bool sortChildren
 - String style
 - String style
 - bool temporary
 - bool temporary
+- Texture@ texture
+- bool tiled
 - TraversalMode traversalMode
 - TraversalMode traversalMode
 - StringHash type // readonly
 - StringHash type // readonly
 - String typeName // readonly
 - String typeName // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.155
+0.0.156