From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-s-i-d-e/-c-e-n-t-e-r.html | 14 ++++++ .../-s-i-d-e/-d-o-w-n.html | 14 ++++++ .../-s-i-d-e/-l-e-f-t.html | 14 ++++++ .../-s-i-d-e/-r-i-g-h-t.html | 14 ++++++ .../pl.treksoft.kvision.panel/-s-i-d-e/-u-p.html | 14 ++++++ .../pl.treksoft.kvision.panel/-s-i-d-e/index.html | 54 ++++++++++++++++++++++ 6 files changed, 124 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-c-e-n-t-e-r.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-d-o-w-n.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-l-e-f-t.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-r-i-g-h-t.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-u-p.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-s-i-d-e/index.html (limited to 'docs/api/pl.treksoft.kvision.panel/-s-i-d-e') diff --git a/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-c-e-n-t-e-r.html b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-c-e-n-t-e-r.html new file mode 100644 index 00000000..f88e167f --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-c-e-n-t-e-r.html @@ -0,0 +1,14 @@ + + + +SIDE.CENTER - kvision + + + +kvision / pl.treksoft.kvision.panel / SIDE / CENTER
+
+

CENTER

+ +CENTER + + diff --git a/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-d-o-w-n.html b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-d-o-w-n.html new file mode 100644 index 00000000..ee354d67 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-d-o-w-n.html @@ -0,0 +1,14 @@ + + + +SIDE.DOWN - kvision + + + +kvision / pl.treksoft.kvision.panel / SIDE / DOWN
+
+

DOWN

+ +DOWN + + diff --git a/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-l-e-f-t.html b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-l-e-f-t.html new file mode 100644 index 00000000..cf249acb --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-l-e-f-t.html @@ -0,0 +1,14 @@ + + + +SIDE.LEFT - kvision + + + +kvision / pl.treksoft.kvision.panel / SIDE / LEFT
+
+

LEFT

+ +LEFT + + diff --git a/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-r-i-g-h-t.html b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-r-i-g-h-t.html new file mode 100644 index 00000000..3cb2a8fc --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-r-i-g-h-t.html @@ -0,0 +1,14 @@ + + + +SIDE.RIGHT - kvision + + + +kvision / pl.treksoft.kvision.panel / SIDE / RIGHT
+
+

RIGHT

+ +RIGHT + + diff --git a/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-u-p.html b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-u-p.html new file mode 100644 index 00000000..cdac4161 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/-u-p.html @@ -0,0 +1,14 @@ + + + +SIDE.UP - kvision + + + +kvision / pl.treksoft.kvision.panel / SIDE / UP
+
+

UP

+ +UP + + diff --git a/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/index.html b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/index.html new file mode 100644 index 00000000..a2a3187b --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-s-i-d-e/index.html @@ -0,0 +1,54 @@ + + + +SIDE - kvision + + + +kvision / pl.treksoft.kvision.panel / SIDE
+
+

SIDE

+enum class SIDE +

Dock layout directions.

+

Enum Values

+ + + + + + + + + + + + + + + + + + + + + + + +
+

LEFT

+
+
+

RIGHT

+
+
+

CENTER

+
+
+

UP

+
+
+

DOWN

+
+
+ + -- cgit