Pārlūkot izejas kodu

Travis CI: API documentation update at 2014-04-08 06:23:29 UTC.
[ci package]

urho3d-travis-ci 11 gadi atpakaļ
vecāks
revīzija
22c0671db5
3 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -1794,6 +1794,7 @@ int weakRefs;
 class Console
 {
 // Methods:
+void CopySelectedRows() const;
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
 void Toggle();
 void UpdateElements();
@@ -4297,6 +4298,7 @@ void ApplyAttributes();
 void BringToFront();
 void ChangeSelection(int, bool);
 void ClearSelection();
+void CopySelectedItemsToClipboard();
 UIElement CreateChild(const String&, const String& = String ( ), uint = M_MAX_UNSIGNED);
 void DisableLayoutUpdate();
 IntVector2 ElementToScreen(const IntVector2&);

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -913,6 +913,7 @@ Methods:
 - bool IsAutoVisibleOnError() const
 - unsigned GetNumBufferedRows() const
 - unsigned GetNumRows() const
+- void CopySelectedRows() const
 - unsigned GetNumHistoryRows() const
 - unsigned GetHistoryPosition() const
 - const String GetHistoryRow(unsigned index) const
@@ -2261,6 +2262,7 @@ Methods:
 - unsigned FindItem(UIElement* item) const
 - unsigned GetSelection() const
 - const PODVector<unsigned>& GetSelections() const
+- void CopySelectedItemsToClipboard() const
 - UIElement* GetSelectedItem() const
 - const PODVector<UIElement*>& GetSelectedItems() const
 - bool IsSelected(unsigned index) const

+ 2 - 0
Docs/ScriptAPI.dox

@@ -1499,6 +1499,7 @@ Properties:
 
 Methods:
 
+- void CopySelectedRows() const
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
 - void Toggle()
 - void UpdateElements()
@@ -3548,6 +3549,7 @@ Methods:
 - void BringToFront()
 - void ChangeSelection(int, bool)
 - void ClearSelection()
+- void CopySelectedItemsToClipboard()
 - UIElement@ CreateChild(const String&, const String& = String ( ), uint = M_MAX_UNSIGNED)
 - void DisableLayoutUpdate()
 - IntVector2 ElementToScreen(const IntVector2&)