소스 검색

Travis CI: API documentation update at 2014-04-01 19:36:44 UTC.
[ci package]

urho3d-travis-ci 11 년 전
부모
커밋
b5d5aca5b3
3개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 1
      Docs/AngelScriptAPI.h
  2. 6 6
      Docs/LuaScriptAPI.dox
  3. 1 1
      Docs/ScriptAPI.dox

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -9139,7 +9139,7 @@ ShortStringHash type;
 String typeName;
 bool useMutableGlyphs;
 bool useScreenKeyboard;
-bool useSystemClipBoard;
+bool useSystemClipboard;
 /* readonly */
 int weakRefs;
 };

+ 6 - 6
Docs/LuaScriptAPI.dox

@@ -4913,14 +4913,14 @@ Methods:
 - UIElement* LoadLayout(const String fileName, XMLFile* styleFile = 0)
 - UIElement* LoadLayout(XMLFile* file, XMLFile* styleFile = 0)
 - bool SaveLayout(Serializer& dest, UIElement* element)
-- void SetClipBoardText(const String text)
+- void SetClipboardText(const String text)
 - void SetDoubleClickInterval(float interval)
 - void SetDragBeginInterval(float interval)
 - void SetDragBeginDistance(int pixels)
 - void SetDefaultToolTipDelay(float delay)
 - void SetMaxFontTextureSize(int size)
 - void SetNonFocusedMouseWheel(bool nonFocusedMouseWheel)
-- void SetUseSystemClipBoard(bool enable)
+- void SetUseSystemClipboard(bool enable)
 - void SetUseScreenKeyboard(bool enable)
 - void SetUseMutableGlyphs(bool enable)
 - void SetForceAutoHint(bool enable)
@@ -4933,14 +4933,14 @@ Methods:
 - UIElement* GetFocusElement() const
 - UIElement* GetFrontElement() const
 - UIElement* GetDragElement() const
-- const String GetClipBoardText() const
+- const String GetClipboardText() const
 - float GetDoubleClickInterval() const
 - float GetDragBeginInterval() const
 - int GetDragBeginDistance() const
 - float GetDefaultToolTipDelay() const
 - int GetMaxFontTextureSize() const
 - bool IsNonFocusedMouseWheel() const
-- bool GetUseSystemClipBoard() const
+- bool GetUseSystemClipboard() const
 - bool GetUseScreenKeyboard() const
 - bool GetUseMutableGlyphs() const
 - bool GetForceAutoHint() const
@@ -4955,14 +4955,14 @@ Properties:
 - UIElement* focusElement (readonly)
 - UIElement* frontElement (readonly)
 - UIElement* dragElement (readonly)
-- String clipBoardText
+- String clipboardText
 - float doubleClickInterval
 - float dragBeginInterval
 - int dragBeginDistance
 - float defaultToolTipDelay
 - int maxFontTextureSize
 - bool nonFocusedMouseWheel
-- bool useSystemClipBoard
+- bool useSystemClipboard
 - bool useScreenKeyboard
 - bool useMutableGlyphs
 - bool forceAutoHint

+ 1 - 1
Docs/ScriptAPI.dox

@@ -7600,7 +7600,7 @@ Properties:
 - String typeName // readonly
 - bool useMutableGlyphs
 - bool useScreenKeyboard
-- bool useSystemClipBoard
+- bool useSystemClipboard
 - int weakRefs // readonly