From 9d4cc868724909da3608d2544a1c961ed033f96f Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 16 Jan 2022 13:58:11 +0000 Subject: [PATCH] [auto] upload kotlin docs --- .../-table-pager/index.html | 8 ++-- .../-table-pager/set-background.html | 37 +++++++++++++++ .../as-or-null.html | 2 +- .../com.github.mnemotechnician.mkui/cell.html | 37 +++++++++++++++ .../get-as-or-null.html | 2 +- .../index.html | 19 +++++++- docs/lib/package-list | 2 + docs/navigation.html | 45 ++++++++++--------- docs/scripts/pages.json | 2 +- gradlew | 0 10 files changed, 124 insertions(+), 30 deletions(-) create mode 100644 docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/set-background.html create mode 100644 docs/lib/com.github.mnemotechnician.mkui/cell.html mode change 100644 => 100755 gradlew diff --git a/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/index.html b/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/index.html index 6ec2c5e..97530f4 100644 --- a/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/index.html +++ b/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/index.html @@ -2063,17 +2063,17 @@

Functions

- +
- - + +
Link copied to clipboard
-
open fun setBackground(p0: Drawable)
+
open override fun setBackground(drawable: Drawable)

Sets the background of the two inner tables

diff --git a/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/set-background.html b/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/set-background.html new file mode 100644 index 0000000..e0a8753 --- /dev/null +++ b/docs/lib/com.github.mnemotechnician.mkui.ui/-table-pager/set-background.html @@ -0,0 +1,37 @@ + + + + setBackground + + + + +
+
+
+
+
+
+ +
+

setBackground

+
+
open override fun setBackground(drawable: Drawable)

Sets the background of the two inner tables

+
+ +
+
+ + + diff --git a/docs/lib/com.github.mnemotechnician.mkui/as-or-null.html b/docs/lib/com.github.mnemotechnician.mkui/as-or-null.html index de52a61..8fc6c0e 100644 --- a/docs/lib/com.github.mnemotechnician.mkui/as-or-null.html +++ b/docs/lib/com.github.mnemotechnician.mkui/as-or-null.html @@ -27,7 +27,7 @@

asOrNull

-
inline fun <T> Element.asOrNull(): Any?

casts the element to the specified class or returns null if it's not an instance of this class

+
inline fun <T> Element.asOrNull(): T?

casts the element to the specified class or returns null if it's not an instance of this class

diff --git a/docs/lib/com.github.mnemotechnician.mkui/cell.html b/docs/lib/com.github.mnemotechnician.mkui/cell.html new file mode 100644 index 0000000..eab11fc --- /dev/null +++ b/docs/lib/com.github.mnemotechnician.mkui/cell.html @@ -0,0 +1,37 @@ + + + + cell + + + + +
+
+
+
+
+
+ +
+

cell

+
+
inline fun <T : Element> T.cell(): Cell<Element>?

Returns the Cell of this element, or null if it's not added to a table

+
+ +
+
+ + + diff --git a/docs/lib/com.github.mnemotechnician.mkui/get-as-or-null.html b/docs/lib/com.github.mnemotechnician.mkui/get-as-or-null.html index d0b7ac6..a4add0d 100644 --- a/docs/lib/com.github.mnemotechnician.mkui/get-as-or-null.html +++ b/docs/lib/com.github.mnemotechnician.mkui/get-as-or-null.html @@ -27,7 +27,7 @@

getAsOrNull

-
inline fun <T> Cell<Element?>.getAsOrNull(): Cell<Element?>?

Returns the element inside a type-erased cell, casted to the providen class, or null if it's not an instance of this class or if the cell is empty

+
inline fun <T> Cell<Element?>.getAsOrNull(): T?

Returns the element inside a type-erased cell, casted to the providen class, or null if it's not an instance of this class or if the cell is empty

diff --git a/docs/lib/com.github.mnemotechnician.mkui/index.html b/docs/lib/com.github.mnemotechnician.mkui/index.html index d3d3d76..9d36e2d 100644 --- a/docs/lib/com.github.mnemotechnician.mkui/index.html +++ b/docs/lib/com.github.mnemotechnician.mkui/index.html @@ -101,7 +101,7 @@

Functions

-
inline fun <T> Element.asOrNull(): Any?

casts the element to the specified class or returns null if it's not an instance of this class

+
inline fun <T> Element.asOrNull(): T?

casts the element to the specified class or returns null if it's not an instance of this class

@@ -121,6 +121,21 @@

Functions

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
inline fun <T : Element> T.cell(): Cell<Element>?

Returns the Cell of this element, or null if it's not added to a table

+
+
+
+
@@ -221,7 +236,7 @@

Functions

-
inline fun <T> Cell<Element?>.getAsOrNull(): Cell<Element?>?

Returns the element inside a type-erased cell, casted to the providen class, or null if it's not an instance of this class or if the cell is empty

+
inline fun <T> Cell<Element?>.getAsOrNull(): T?

Returns the element inside a type-erased cell, casted to the providen class, or null if it's not an instance of this class or if the cell is empty

diff --git a/docs/lib/package-list b/docs/lib/package-list index 39f65db..f67ec17 100644 --- a/docs/lib/package-list +++ b/docs/lib/package-list @@ -7,6 +7,7 @@ $dokka.location:com.github.mnemotechnician.mkui.ui/TablePager/addPage/#kotlin.St $dokka.location:com.github.mnemotechnician.mkui.ui/TablePager/addPage/#kotlin.String#kotlin.Function1[arc.scene.ui.layout.Table,kotlin.Unit]/PointingToDeclaration/lib/com.github.mnemotechnician.mkui.ui/-table-pager/add-page.html $dokka.location:com.github.mnemotechnician.mkui.ui/TablePager/buttonsTable/#/PointingToDeclaration/lib/com.github.mnemotechnician.mkui.ui/-table-pager/buttons-table.html $dokka.location:com.github.mnemotechnician.mkui.ui/TablePager/pageContainer/#/PointingToDeclaration/lib/com.github.mnemotechnician.mkui.ui/-table-pager/page-container.html +$dokka.location:com.github.mnemotechnician.mkui.ui/TablePager/setBackground/#arc.scene.style.Drawable/PointingToDeclaration/lib/com.github.mnemotechnician.mkui.ui/-table-pager/set-background.html $dokka.location:com.github.mnemotechnician.mkui.ui/TablePager/vertical/#/PointingToDeclaration/lib/com.github.mnemotechnician.mkui.ui/-table-pager/vertical.html $dokka.location:com.github.mnemotechnician.mkui.windows////PointingToDeclaration/lib/com.github.mnemotechnician.mkui.windows/index.html $dokka.location:com.github.mnemotechnician.mkui.windows/Window///PointingToDeclaration/lib/com.github.mnemotechnician.mkui.windows/-window/index.html @@ -36,6 +37,7 @@ $dokka.location:com.github.mnemotechnician.mkui//addTable/arc.scene.Group#arc.sc $dokka.location:com.github.mnemotechnician.mkui//addTable/arc.scene.ui.layout.Table#arc.scene.style.Drawable#kotlin.Function1[arc.scene.ui.layout.Table,kotlin.Unit]/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/add-table.html $dokka.location:com.github.mnemotechnician.mkui//asOrNull/arc.scene.Element#/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/as-or-null.html $dokka.location:com.github.mnemotechnician.mkui//buttonGroup/arc.scene.ui.layout.Table#arc.scene.style.Drawable#kotlin.Function2[arc.scene.ui.layout.Table,arc.scene.ui.ButtonGroup[arc.scene.ui.Button],kotlin.Unit]/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/button-group.html +$dokka.location:com.github.mnemotechnician.mkui//cell/TypeParam(bounds=[arc.scene.Element])#/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/cell.html $dokka.location:com.github.mnemotechnician.mkui//child/arc.scene.Group#kotlin.Int/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/child.html $dokka.location:com.github.mnemotechnician.mkui//childAs/arc.scene.Group#kotlin.Int/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/child-as.html $dokka.location:com.github.mnemotechnician.mkui//childAsOrNull/arc.scene.Group#kotlin.Int/PointingToDeclaration/lib/com.github.mnemotechnician.mkui/child-as-or-null.html diff --git a/docs/navigation.html b/docs/navigation.html index daaedd2..6df6904 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -20,67 +20,70 @@
-
+
+ +
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - diff --git a/docs/scripts/pages.json b/docs/scripts/pages.json index 31c6198..8ea6c38 100644 --- a/docs/scripts/pages.json +++ b/docs/scripts/pages.json @@ -1 +1 @@ -[{"name":"abstract class Window","description":"com.github.mnemotechnician.mkui.windows.Window","location":"lib/com.github.mnemotechnician.mkui.windows/-window/index.html","searchKeys":["Window","abstract class Window","com.github.mnemotechnician.mkui.windows.Window"]},{"name":"abstract fun onCreate()","description":"com.github.mnemotechnician.mkui.windows.Window.onCreate","location":"lib/com.github.mnemotechnician.mkui.windows/-window/on-create.html","searchKeys":["onCreate","abstract fun onCreate()","com.github.mnemotechnician.mkui.windows.Window.onCreate"]},{"name":"abstract var closeable: Boolean","description":"com.github.mnemotechnician.mkui.windows.Window.closeable","location":"lib/com.github.mnemotechnician.mkui.windows/-window/closeable.html","searchKeys":["closeable","abstract var closeable: Boolean","com.github.mnemotechnician.mkui.windows.Window.closeable"]},{"name":"abstract var name: String","description":"com.github.mnemotechnician.mkui.windows.Window.name","location":"lib/com.github.mnemotechnician.mkui.windows/-window/name.html","searchKeys":["name","abstract var name: String","com.github.mnemotechnician.mkui.windows.Window.name"]},{"name":"fun Cell