aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.electron/-common-interface
diff options
context:
space:
mode:
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-common-interface')
-rw-r--r--api1/pl.treksoft.kvision.electron/-common-interface/clipboard.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-common-interface/crash-reporter.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-common-interface/index.html86
-rw-r--r--api1/pl.treksoft.kvision.electron/-common-interface/native-image.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-common-interface/screen.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-common-interface/shell.html14
6 files changed, 156 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-common-interface/clipboard.html b/api1/pl.treksoft.kvision.electron/-common-interface/clipboard.html
new file mode 100644
index 00000000..054de17e
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-common-interface/clipboard.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>CommonInterface.clipboard - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">CommonInterface</a>&nbsp;/&nbsp;<a href="./clipboard.html">clipboard</a><br/>
+<br/>
+<h1>clipboard</h1>
+<a name="pl.treksoft.kvision.electron.CommonInterface$clipboard"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">clipboard</span><span class="symbol">: </span><a href="../-clipboard/index.html"><span class="identifier">Clipboard</span></a></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-common-interface/crash-reporter.html b/api1/pl.treksoft.kvision.electron/-common-interface/crash-reporter.html
new file mode 100644
index 00000000..a697fa8f
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-common-interface/crash-reporter.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>CommonInterface.crashReporter - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">CommonInterface</a>&nbsp;/&nbsp;<a href="./crash-reporter.html">crashReporter</a><br/>
+<br/>
+<h1>crashReporter</h1>
+<a name="pl.treksoft.kvision.electron.CommonInterface$crashReporter"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">crashReporter</span><span class="symbol">: </span><a href="../-crash-reporter/index.html"><span class="identifier">CrashReporter</span></a></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-common-interface/index.html b/api1/pl.treksoft.kvision.electron/-common-interface/index.html
new file mode 100644
index 00000000..776cf8bd
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-common-interface/index.html
@@ -0,0 +1,86 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>CommonInterface - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="./index.html">CommonInterface</a><br/>
+<br/>
+<h1>CommonInterface</h1>
+<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">CommonInterface</span></code>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="clipboard.html">clipboard</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">clipboard</span><span class="symbol">: </span><a href="../-clipboard/index.html"><span class="identifier">Clipboard</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="crash-reporter.html">crashReporter</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">crashReporter</span><span class="symbol">: </span><a href="../-crash-reporter/index.html"><span class="identifier">CrashReporter</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="native-image.html">nativeImage</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">nativeImage</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="screen.html">screen</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">screen</span><span class="symbol">: </span><a href="../-screen/index.html"><span class="identifier">Screen</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="shell.html">shell</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">shell</span><span class="symbol">: </span><a href="../-shell/index.html"><span class="identifier">Shell</span></a></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Extension Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code>
+<p>Helper function for creating JavaScript objects from dynamic constructors.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Inheritors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../-main-interface/index.html">MainInterface</a></p>
+</td>
+<td>
+<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">MainInterface</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">CommonInterface</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="../-renderer-interface/index.html">RendererInterface</a></p>
+</td>
+<td>
+<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">RendererInterface</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">CommonInterface</span></a></code></td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-common-interface/native-image.html b/api1/pl.treksoft.kvision.electron/-common-interface/native-image.html
new file mode 100644
index 00000000..c410fc22
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-common-interface/native-image.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>CommonInterface.nativeImage - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">CommonInterface</a>&nbsp;/&nbsp;<a href="./native-image.html">nativeImage</a><br/>
+<br/>
+<h1>nativeImage</h1>
+<a name="pl.treksoft.kvision.electron.CommonInterface$nativeImage"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">nativeImage</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-common-interface/screen.html b/api1/pl.treksoft.kvision.electron/-common-interface/screen.html
new file mode 100644
index 00000000..bc4d1864
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-common-interface/screen.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>CommonInterface.screen - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">CommonInterface</a>&nbsp;/&nbsp;<a href="./screen.html">screen</a><br/>
+<br/>
+<h1>screen</h1>
+<a name="pl.treksoft.kvision.electron.CommonInterface$screen"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">screen</span><span class="symbol">: </span><a href="../-screen/index.html"><span class="identifier">Screen</span></a></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-common-interface/shell.html b/api1/pl.treksoft.kvision.electron/-common-interface/shell.html
new file mode 100644
index 00000000..8c9de9e6
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-common-interface/shell.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>CommonInterface.shell - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">CommonInterface</a>&nbsp;/&nbsp;<a href="./shell.html">shell</a><br/>
+<br/>
+<h1>shell</h1>
+<a name="pl.treksoft.kvision.electron.CommonInterface$shell"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">shell</span><span class="symbol">: </span><a href="../-shell/index.html"><span class="identifier">Shell</span></a></code>
+</BODY>
+</HTML>