mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Update ldoc
This commit is contained in:
parent
3e7baa896b
commit
d2aff432f0
102
docs/index.html
102
docs/index.html
@ -34,23 +34,24 @@
|
|||||||
<li><a href="modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="modules/druid.button.html">druid.button</a></li>
|
<li><a href="modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="modules/component.html">component</a></li>
|
||||||
|
<li><a href="modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="modules/druid.input.html">druid.input</a></li>
|
<li><a href="modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="modules/component.html">component</a></li>
|
|
||||||
<li><a href="modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -61,7 +62,8 @@
|
|||||||
<li><a href="topics/03-styles.md.html">Styles</a></li>
|
<li><a href="topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="topics/05-examples.md.html">Examples</a></li>
|
<li><a href="topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="topics/changelog.md.html">changelog</a></li>
|
<li><a href="topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="topics/README.md.html">README</a></li>
|
<li><a href="topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -86,6 +88,42 @@
|
|||||||
<td class="name" nowrap><a href="modules/druid.button.html">druid.button</a></td>
|
<td class="name" nowrap><a href="modules/druid.button.html">druid.button</a></td>
|
||||||
<td class="summary">Component to handle basic GUI button</td>
|
<td class="summary">Component to handle basic GUI button</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.drag.html">druid.drag</a></td>
|
||||||
|
<td class="summary">Component to handle drag action on node.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.hover.html">druid.hover</a></td>
|
||||||
|
<td class="summary">Component to handle hover node interaction</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.scroll.html">druid.scroll</a></td>
|
||||||
|
<td class="summary">Component to handle scroll content.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.static_grid.html">druid.static_grid</a></td>
|
||||||
|
<td class="summary">Component to handle placing components by row and columns.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.swipe.html">druid.swipe</a></td>
|
||||||
|
<td class="summary">Component to handle swipe gestures on node.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.text.html">druid.text</a></td>
|
||||||
|
<td class="summary">Component to handle all GUI texts.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/component.html">component</a></td>
|
||||||
|
<td class="summary">Basic class for all Druid components.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid.html">druid</a></td>
|
||||||
|
<td class="summary">Druid UI Library.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="modules/druid_event.html">druid_event</a></td>
|
||||||
|
<td class="summary">Lua event small library</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid.checkbox.html">druid.checkbox</a></td>
|
<td class="name" nowrap><a href="modules/druid.checkbox.html">druid.checkbox</a></td>
|
||||||
<td class="summary">Druid checkbox component</td>
|
<td class="summary">Druid checkbox component</td>
|
||||||
@ -95,16 +133,8 @@
|
|||||||
<td class="summary">Checkbox group module</td>
|
<td class="summary">Checkbox group module</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid.drag.html">druid.drag</a></td>
|
<td class="name" nowrap><a href="modules/druid.dynamic_grid.html">druid.dynamic_grid</a></td>
|
||||||
<td class="summary">Component to handle drag action on node.</td>
|
<td class="summary">Component to handle placing components in row</td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid.grid.html">druid.grid</a></td>
|
|
||||||
<td class="summary">Component to handle placing components by row and columns.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid.hover.html">druid.hover</a></td>
|
|
||||||
<td class="summary">Component to handle hover node interaction</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid.input.html">druid.input</a></td>
|
<td class="name" nowrap><a href="modules/druid.input.html">druid.input</a></td>
|
||||||
@ -123,45 +153,21 @@
|
|||||||
<td class="name" nowrap><a href="modules/druid.radio_group.html">druid.radio_group</a></td>
|
<td class="name" nowrap><a href="modules/druid.radio_group.html">druid.radio_group</a></td>
|
||||||
<td class="summary">Radio group module</td>
|
<td class="summary">Radio group module</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid.scroll.html">druid.scroll</a></td>
|
|
||||||
<td class="summary">Component to handle scroll content.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid.slider.html">druid.slider</a></td>
|
<td class="name" nowrap><a href="modules/druid.slider.html">druid.slider</a></td>
|
||||||
<td class="summary">Druid slider component</td>
|
<td class="summary">Druid slider component</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid.swipe.html">druid.swipe</a></td>
|
|
||||||
<td class="summary">Component to handle swipe gestures on node.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid.text.html">druid.text</a></td>
|
|
||||||
<td class="summary">Component to handle all GUI texts.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid.timer.html">druid.timer</a></td>
|
<td class="name" nowrap><a href="modules/druid.timer.html">druid.timer</a></td>
|
||||||
<td class="summary">Component to handle GUI timers.</td>
|
<td class="summary">Component to handle GUI timers.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/component.html">component</a></td>
|
|
||||||
<td class="summary">Basic class for all Druid components.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid.html">druid</a></td>
|
|
||||||
<td class="summary">Druid UI Library.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="modules/druid_event.html">druid_event</a></td>
|
|
||||||
<td class="summary">Lua event small library</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid.helper.html">druid.helper</a></td>
|
<td class="name" nowrap><a href="modules/druid.helper.html">druid.helper</a></td>
|
||||||
<td class="summary">Text node or icon node can be nil</td>
|
<td class="summary">Text node or icon node can be nil</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="modules/druid_instance.html">druid_instance</a></td>
|
<td class="name" nowrap><a href="modules/druid_instance.html">druid_instance</a></td>
|
||||||
<td class="summary">Druid main class.</td>
|
<td class="summary">Instance of Druid.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2>Topics</h2>
|
<h2>Topics</h2>
|
||||||
@ -190,6 +196,10 @@
|
|||||||
<td class="name" nowrap><a href="topics/changelog.md.html">changelog.md</a></td>
|
<td class="name" nowrap><a href="topics/changelog.md.html">changelog.md</a></td>
|
||||||
<td class="summary"></td>
|
<td class="summary"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="topics/faq.md.html">faq.md</a></td>
|
||||||
|
<td class="summary"></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="topics/README.md.html">README.md</a></td>
|
<td class="name" nowrap><a href="topics/README.md.html">README.md</a></td>
|
||||||
<td class="summary"></td>
|
<td class="summary"></td>
|
||||||
@ -200,7 +210,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -41,23 +41,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><strong>component</strong></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><strong>component</strong></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -68,7 +69,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -88,18 +90,10 @@
|
|||||||
<td class="summary">Set current component style table.</td>
|
<td class="summary">Set current component style table.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#get_template">get_template()</a></td>
|
|
||||||
<td class="summary">Get current component template name</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#set_template">set_template(template)</a></td>
|
<td class="name" nowrap><a href="#set_template">set_template(template)</a></td>
|
||||||
<td class="summary">Set current component template name</td>
|
<td class="summary">Set current component template name</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#get_nodes">get_nodes()</a></td>
|
|
||||||
<td class="summary">Get current component nodes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#set_nodes">set_nodes(nodes)</a></td>
|
<td class="name" nowrap><a href="#set_nodes">set_nodes(nodes)</a></td>
|
||||||
<td class="summary">Set current component nodes</td>
|
<td class="summary">Set current component nodes</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -108,14 +102,6 @@
|
|||||||
<td class="summary">Get current component context</td>
|
<td class="summary">Get current component context</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#set_context">set_context(context)</a></td>
|
|
||||||
<td class="summary">Set current component context</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#get_interests">get_interests()</a></td>
|
|
||||||
<td class="summary">Get current component interests</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#increase_input_priority">increase_input_priority()</a></td>
|
<td class="name" nowrap><a href="#increase_input_priority">increase_input_priority()</a></td>
|
||||||
<td class="summary">Increase input priority in current input stack</td>
|
<td class="summary">Increase input priority in current input stack</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -132,18 +118,46 @@
|
|||||||
<td class="summary">Return druid with context of calling component.</td>
|
<td class="summary">Return druid with context of calling component.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#is_child_of">is_child_of()</a></td>
|
|
||||||
<td class="summary">Return true, if current component is child of another component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#get_name">get_name()</a></td>
|
<td class="name" nowrap><a href="#get_name">get_name()</a></td>
|
||||||
<td class="summary">Return component name</td>
|
<td class="summary">Return component name</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#set_input_enabled">set_input_enabled(state)</a></td>
|
||||||
|
<td class="summary">Set component input state.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_parent_component">get_parent_component()</a></td>
|
||||||
|
<td class="summary">Return the parent for current component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td class="name" nowrap><a href="#setup_component">setup_component(table, table, table)</a></td>
|
<td class="name" nowrap><a href="#setup_component">setup_component(table, table, table)</a></td>
|
||||||
<td class="summary">Setup component context and his style table</td>
|
<td class="summary">Setup component context and his style table</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#__set_context">__set_context(context)</a></td>
|
||||||
|
<td class="summary">Set current component context</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#__get_interests">__get_interests()</a></td>
|
||||||
|
<td class="summary">Get current component interests</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#__get_template">__get_template()</a></td>
|
||||||
|
<td class="summary">Get current component template name</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#__get_nodes">__get_nodes()</a></td>
|
||||||
|
<td class="summary">Get current component nodes</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#__add_children">__add_children(children)</a></td>
|
||||||
|
<td class="summary">Add child to component children list</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#__remove_children">__remove_children(children)</a></td>
|
||||||
|
<td class="summary">Remove child from component children list</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td class="name" nowrap><a href="#Component.create">Component.create(name[, interest={}])</a></td>
|
<td class="name" nowrap><a href="#Component.create">Component.create(name[, interest={}])</a></td>
|
||||||
<td class="summary">Create new component.</td>
|
<td class="summary">Create new component.</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -178,26 +192,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "get_template"></a>
|
|
||||||
<strong>get_template()</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Get current component template name
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
|
|
||||||
Component template name
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "set_template"></a>
|
<a name = "set_template"></a>
|
||||||
@ -219,26 +213,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "get_nodes"></a>
|
|
||||||
<strong>get_nodes()</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Get current component nodes
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.6">table</a></span>
|
|
||||||
Component nodes table
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "set_nodes"></a>
|
<a name = "set_nodes"></a>
|
||||||
@ -280,47 +254,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "set_context"></a>
|
|
||||||
<strong>set_context(context)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Set current component context
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">context</span>
|
|
||||||
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.6">table</a></span>
|
|
||||||
Druid context. Usually it is self of script
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "get_interests"></a>
|
|
||||||
<strong>get_interests()</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Get current component interests
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.6">table</a></span>
|
|
||||||
List of component interests
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "increase_input_priority"></a>
|
<a name = "increase_input_priority"></a>
|
||||||
@ -400,26 +333,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "is_child_of"></a>
|
|
||||||
<strong>is_child_of()</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Return true, if current component is child of another component
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">bool</span></span>
|
|
||||||
True, if current component is child of another
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "get_name"></a>
|
<a name = "get_name"></a>
|
||||||
@ -440,6 +353,54 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "set_input_enabled"></a>
|
||||||
|
<strong>set_input_enabled(state)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Set component input state. By default it enabled
|
||||||
|
You can disable any input of component by this function
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">state</span>
|
||||||
|
<span class="types"><span class="type">bool</span></span>
|
||||||
|
The component input state
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
Component itself
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_parent_component"></a>
|
||||||
|
<strong>get_parent_component()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return the parent for current component
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span> or <span class="type">nil</span></span>
|
||||||
|
The druid component instance or nil
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "setup_component"></a>
|
<a name = "setup_component"></a>
|
||||||
@ -468,13 +429,136 @@
|
|||||||
<h3>Returns:</h3>
|
<h3>Returns:</h3>
|
||||||
<ol>
|
<ol>
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
<span class="types"><span class="type">component</span></span>
|
||||||
Component itself
|
Component itself
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "__set_context"></a>
|
||||||
|
<strong>__set_context(context)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Set current component context
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">context</span>
|
||||||
|
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.6">table</a></span>
|
||||||
|
Druid context. Usually it is self of script
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "__get_interests"></a>
|
||||||
|
<strong>__get_interests()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Get current component interests
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.6">table</a></span>
|
||||||
|
List of component interests
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "__get_template"></a>
|
||||||
|
<strong>__get_template()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Get current component template name
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
|
||||||
|
Component template name
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "__get_nodes"></a>
|
||||||
|
<strong>__get_nodes()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Get current component nodes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.6">table</a></span>
|
||||||
|
Component nodes table
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "__add_children"></a>
|
||||||
|
<strong>__add_children(children)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Add child to component children list
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">children</span>
|
||||||
|
<span class="types"><span class="type">component</span></span>
|
||||||
|
The druid component instance
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "__remove_children"></a>
|
||||||
|
<strong>__remove_children(children)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Remove child from component children list
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">children</span>
|
||||||
|
<span class="types"><span class="type">component</span></span>
|
||||||
|
The druid component instance
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "Component.create"></a>
|
<a name = "Component.create"></a>
|
||||||
@ -510,7 +594,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><strong>druid.back_handler</strong></li>
|
<li><strong>druid.back_handler</strong></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -218,7 +220,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><strong>druid.blocker</strong></li>
|
<li><strong>druid.blocker</strong></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -237,7 +239,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><strong>druid.button</strong></li>
|
<li><strong>druid.button</strong></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -448,7 +450,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><strong>druid.checkbox</strong></li>
|
<li><strong>druid.checkbox</strong></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -282,7 +284,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><strong>druid.checkbox_group</strong></li>
|
<li><strong>druid.checkbox_group</strong></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -242,7 +244,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><strong>druid.drag</strong></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><strong>druid.drag</strong></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -282,7 +284,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
496
docs/modules/druid.dynamic_grid.html
Normal file
496
docs/modules/druid.dynamic_grid.html
Normal file
@ -0,0 +1,496 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
<head>
|
||||||
|
<title>Defold Druid UI Library</title>
|
||||||
|
<link rel="stylesheet" href="../ldoc_fixed.css" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="container">
|
||||||
|
|
||||||
|
<div id="product">
|
||||||
|
<div id="product_logo"></div>
|
||||||
|
<div id="product_name"><big><b></b></big></div>
|
||||||
|
<div id="product_description"></div>
|
||||||
|
</div> <!-- id="product" -->
|
||||||
|
|
||||||
|
|
||||||
|
<div id="main">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Menu -->
|
||||||
|
|
||||||
|
<div id="navigation">
|
||||||
|
<br/>
|
||||||
|
<h1>Druid</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="../index.html">Index</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Contents</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#Functions">Functions</a></li>
|
||||||
|
<li><a href="#Tables">Tables</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Modules</h2>
|
||||||
|
<ul class="nowrap">
|
||||||
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
|
<li><strong>druid.dynamic_grid</strong></li>
|
||||||
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>Topics</h2>
|
||||||
|
<ul class="">
|
||||||
|
<li><a href="../topics/01-components.md.html">01-components</a></li>
|
||||||
|
<li><a href="../topics/02-creating_custom_components.md.html">Creating custom components</a></li>
|
||||||
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="content">
|
||||||
|
|
||||||
|
<h1>Module <code>druid.dynamic_grid</code></h1>
|
||||||
|
<p>Component to handle placing components in row</p>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a href="#Functions">Functions</a></h2>
|
||||||
|
<table class="function_list">
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#init">init(parent)</a></td>
|
||||||
|
<td class="summary">Component init function</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_pos">get_pos(index, node)</a></td>
|
||||||
|
<td class="summary">Return pos for grid node index</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#add">add(node[, index[, is_shift_left=false]])</a></td>
|
||||||
|
<td class="summary">Add new node to the grid</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#remove">remove(index[, is_shift_left=false])</a></td>
|
||||||
|
<td class="summary">Remove the item from the grid.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_size">get_size()</a></td>
|
||||||
|
<td class="summary">Return grid content size</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_index_by_node">get_index_by_node(node)</a></td>
|
||||||
|
<td class="summary">Return grid index by node</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_all_pos">get_all_pos()</a></td>
|
||||||
|
<td class="summary">Return array of all node positions</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#set_position_function">set_position_function(callback)</a></td>
|
||||||
|
<td class="summary">Change set position function for grid nodes.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#clear">clear()</a></td>
|
||||||
|
<td class="summary">Clear grid nodes array.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#DynamicGrid:_get_side_vector">DynamicGrid:_get_side_vector(side, is_forward)</a></td>
|
||||||
|
<td class="summary">Return side vector to correct node shifting</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<h2><a href="#Tables">Tables</a></h2>
|
||||||
|
<table class="function_list">
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#Events">Events</a></td>
|
||||||
|
<td class="summary">Component events</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#Fields">Fields</a></td>
|
||||||
|
<td class="summary">Component fields</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="section-header "><a name="Functions"></a>Functions</h2>
|
||||||
|
|
||||||
|
<dl class="function">
|
||||||
|
<dt>
|
||||||
|
<a name = "init"></a>
|
||||||
|
<strong>init(parent)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Component init function
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">parent</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
The gui node parent, where items will be placed
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_pos"></a>
|
||||||
|
<strong>get_pos(index, node)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return pos for grid node index
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The grid element index
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">node</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
The node to be placed
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
Node position
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "add"></a>
|
||||||
|
<strong>add(node[, index[, is_shift_left=false]])</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Add new node to the grid
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">node</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
Gui node
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The node position. By default add as last node
|
||||||
|
(<em>optional</em>)
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">is_shift_left</span>
|
||||||
|
<span class="types"><span class="type">bool</span></span>
|
||||||
|
If true, shift all nodes to the left, otherwise shift nodes to the right
|
||||||
|
(<em>default</em> false)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "remove"></a>
|
||||||
|
<strong>remove(index[, is_shift_left=false])</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Remove the item from the grid. Note that gui node will be not deleted
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The grid node index to remove
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">is_shift_left</span>
|
||||||
|
<span class="types"><span class="type">bool</span></span>
|
||||||
|
If true, shift all nodes to the left, otherwise shift nodes to the right
|
||||||
|
(<em>default</em> false)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_size"></a>
|
||||||
|
<strong>get_size()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return grid content size
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
The grid content size
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_index_by_node"></a>
|
||||||
|
<strong>get_index_by_node(node)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return grid index by node
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">node</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
The gui node in the grid
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The node index
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_all_pos"></a>
|
||||||
|
<strong>get_all_pos()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return array of all node positions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">vector3[]</span></span>
|
||||||
|
All grid node positions
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "set_position_function"></a>
|
||||||
|
<strong>set_position_function(callback)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Change set position function for grid nodes. It will call on
|
||||||
|
update poses on grid elements. Default: gui.set_position
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">callback</span>
|
||||||
|
<span class="types"><span class="type">function</span></span>
|
||||||
|
Function on node set position
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.dynamic_grid</span></span>
|
||||||
|
Current grid instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "clear"></a>
|
||||||
|
<strong>clear()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Clear grid nodes array. GUI nodes will be not deleted!
|
||||||
|
If you want to delete GUI nodes, use dynamic_grid.nodes array before grid:clear
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.dynamic_grid</span></span>
|
||||||
|
Current grid instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "DynamicGrid:_get_side_vector"></a>
|
||||||
|
<strong>DynamicGrid:_get_side_vector(side, is_forward)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return side vector to correct node shifting
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">side</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">is_forward</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 class="section-header "><a name="Tables"></a>Tables</h2>
|
||||||
|
|
||||||
|
<dl class="function">
|
||||||
|
<dt>
|
||||||
|
<a name = "Events"></a>
|
||||||
|
<strong>Events</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Component events
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Fields:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">on_add_item</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On item add callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_remove_item</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On item remove callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_change_items</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On item add or remove callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_clear</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On grid clear callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_update_positions</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On update item positions callback
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "Fields"></a>
|
||||||
|
<strong>Fields</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Component fields
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Fields:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">parent</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
Parent gui node
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">nodes</span>
|
||||||
|
<span class="types"><span class="type">node[]</span></span>
|
||||||
|
List of all grid nodes
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">first_index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The first index of node in grid
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">last_index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The last index of node in grid
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">node_size</span>
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
Item size
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">border</span>
|
||||||
|
<span class="types"><span class="type">vector4</span></span>
|
||||||
|
The size of item content
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- id="content" -->
|
||||||
|
</div> <!-- id="main" -->
|
||||||
|
<div id="about">
|
||||||
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
|
</div> <!-- id="about" -->
|
||||||
|
</div> <!-- id="container" -->
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -41,23 +41,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><strong>druid.helper</strong></li>
|
<li><strong>druid.helper</strong></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -68,7 +69,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -113,6 +115,10 @@
|
|||||||
<td class="name" nowrap><a href="#get_border">get_border()</a></td>
|
<td class="name" nowrap><a href="#get_border">get_border()</a></td>
|
||||||
<td class="summary">Distance from node to size border</td>
|
<td class="summary">Distance from node to size border</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#deprecated">deprecated(message)</a></td>
|
||||||
|
<td class="summary">Show deprecated message.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
@ -290,6 +296,27 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "deprecated"></a>
|
||||||
|
<strong>deprecated(message)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Show deprecated message. Once time per message
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">message</span>
|
||||||
|
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
|
||||||
|
The deprecated message
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
@ -298,7 +325,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><strong>druid.hover</strong></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><strong>druid.hover</strong></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -294,7 +296,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -41,23 +41,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><strong>druid</strong></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><strong>druid</strong></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -68,7 +69,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -329,7 +331,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><strong>druid.input</strong></li>
|
<li><strong>druid.input</strong></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -388,7 +390,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><strong>druid.lang_text</strong></li>
|
<li><strong>druid.lang_text</strong></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -243,7 +245,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><strong>druid.progress</strong></li>
|
<li><strong>druid.progress</strong></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -386,7 +388,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><strong>druid.radio_group</strong></li>
|
<li><strong>druid.radio_group</strong></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -242,7 +244,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><strong>druid.scroll</strong></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><strong>druid.scroll</strong></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -133,6 +135,23 @@
|
|||||||
<td class="name" nowrap><a href="#set_points">set_points(points)</a></td>
|
<td class="name" nowrap><a href="#set_points">set_points(points)</a></td>
|
||||||
<td class="summary">Set points of interest.</td>
|
<td class="summary">Set points of interest.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#set_horizontal_scroll">set_horizontal_scroll(state)</a></td>
|
||||||
|
<td class="summary">Lock or unlock horizontal scroll</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#set_vertical_scroll">set_vertical_scroll(state)</a></td>
|
||||||
|
<td class="summary">Lock or unlock vertical scroll</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#bind_grid">bind_grid(Druid)</a></td>
|
||||||
|
<td class="summary">Bind the grid component (Static or Dynamic) to recalculate
|
||||||
|
scroll size on grid changes</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#Scroll:_cancel_animate">Scroll:_cancel_animate()</a></td>
|
||||||
|
<td class="summary">Cancel animation on other animation or input touch</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2><a href="#Tables">Tables</a></h2>
|
<h2><a href="#Tables">Tables</a></h2>
|
||||||
<table class="function_list">
|
<table class="function_list">
|
||||||
@ -443,6 +462,102 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "set_horizontal_scroll"></a>
|
||||||
|
<strong>set_horizontal_scroll(state)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Lock or unlock horizontal scroll
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">state</span>
|
||||||
|
<span class="types"><span class="type">bool</span></span>
|
||||||
|
True, if horizontal scroll is enabled
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.scroll</span></span>
|
||||||
|
Current scroll instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "set_vertical_scroll"></a>
|
||||||
|
<strong>set_vertical_scroll(state)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Lock or unlock vertical scroll
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">state</span>
|
||||||
|
<span class="types"><span class="type">bool</span></span>
|
||||||
|
True, if vertical scroll is enabled
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.scroll</span></span>
|
||||||
|
Current scroll instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "bind_grid"></a>
|
||||||
|
<strong>bind_grid(Druid)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Bind the grid component (Static or Dynamic) to recalculate
|
||||||
|
scroll size on grid changes
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">Druid</span>
|
||||||
|
<span class="types"><span class="type">druid.static_grid</span> or <span class="type">druid.dynamic_grid</span></span>
|
||||||
|
grid component
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.scroll</span></span>
|
||||||
|
Current scroll instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "Scroll:_cancel_animate"></a>
|
||||||
|
<strong>Scroll:_cancel_animate()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Cancel animation on other animation or input touch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h2 class="section-header "><a name="Tables"></a>Tables</h2>
|
<h2 class="section-header "><a name="Tables"></a>Tables</h2>
|
||||||
@ -610,7 +725,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><strong>druid.slider</strong></li>
|
<li><strong>druid.slider</strong></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -281,7 +283,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
522
docs/modules/druid.static_grid.html
Normal file
522
docs/modules/druid.static_grid.html
Normal file
@ -0,0 +1,522 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
<head>
|
||||||
|
<title>Defold Druid UI Library</title>
|
||||||
|
<link rel="stylesheet" href="../ldoc_fixed.css" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="container">
|
||||||
|
|
||||||
|
<div id="product">
|
||||||
|
<div id="product_logo"></div>
|
||||||
|
<div id="product_name"><big><b></b></big></div>
|
||||||
|
<div id="product_description"></div>
|
||||||
|
</div> <!-- id="product" -->
|
||||||
|
|
||||||
|
|
||||||
|
<div id="main">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Menu -->
|
||||||
|
|
||||||
|
<div id="navigation">
|
||||||
|
<br/>
|
||||||
|
<h1>Druid</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="../index.html">Index</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Contents</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#Functions">Functions</a></li>
|
||||||
|
<li><a href="#Tables">Tables</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Modules</h2>
|
||||||
|
<ul class="nowrap">
|
||||||
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><strong>druid.static_grid</strong></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>Topics</h2>
|
||||||
|
<ul class="">
|
||||||
|
<li><a href="../topics/01-components.md.html">01-components</a></li>
|
||||||
|
<li><a href="../topics/02-creating_custom_components.md.html">Creating custom components</a></li>
|
||||||
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="content">
|
||||||
|
|
||||||
|
<h1>Module <code>druid.static_grid</code></h1>
|
||||||
|
<p>Component to handle placing components by row and columns.</p>
|
||||||
|
<p> Grid can anchor your elements, get content size and other</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a href="#Functions">Functions</a></h2>
|
||||||
|
<table class="function_list">
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#init">init(parent, element[, in_row=1])</a></td>
|
||||||
|
<td class="summary">Component init function</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_pos">get_pos(index)</a></td>
|
||||||
|
<td class="summary">Return pos for grid node index</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_index">get_index(pos)</a></td>
|
||||||
|
<td class="summary">Return index for grid pos</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_index_by_node">get_index_by_node(node)</a></td>
|
||||||
|
<td class="summary">Return grid index by node</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#set_anchor">set_anchor(anchor)</a></td>
|
||||||
|
<td class="summary">Set grid anchor.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#add">add(item[, index])</a></td>
|
||||||
|
<td class="summary">Add new item to the grid</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#remove">remove(index, is_shift_nodes)</a></td>
|
||||||
|
<td class="summary">Remove the item from the grid.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_size">get_size()</a></td>
|
||||||
|
<td class="summary">Return grid content size</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#get_all_pos">get_all_pos()</a></td>
|
||||||
|
<td class="summary">Return array of all node positions</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#set_position_function">set_position_function(callback)</a></td>
|
||||||
|
<td class="summary">Change set position function for grid nodes.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#clear">clear()</a></td>
|
||||||
|
<td class="summary">Clear grid nodes array.</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<h2><a href="#Tables">Tables</a></h2>
|
||||||
|
<table class="function_list">
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#Events">Events</a></td>
|
||||||
|
<td class="summary">Component events</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#Fields">Fields</a></td>
|
||||||
|
<td class="summary">Component fields</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<h2 class="section-header "><a name="Functions"></a>Functions</h2>
|
||||||
|
|
||||||
|
<dl class="function">
|
||||||
|
<dt>
|
||||||
|
<a name = "init"></a>
|
||||||
|
<strong>init(parent, element[, in_row=1])</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Component init function
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">parent</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
The gui node parent, where items will be placed
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">element</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
Element prefab. Need to get it size
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">in_row</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
How many nodes in row can be placed
|
||||||
|
(<em>default</em> 1)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_pos"></a>
|
||||||
|
<strong>get_pos(index)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return pos for grid node index
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The grid element index
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
Node position
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_index"></a>
|
||||||
|
<strong>get_index(pos)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return index for grid pos
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">pos</span>
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
The node position in the grid
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The node index
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_index_by_node"></a>
|
||||||
|
<strong>get_index_by_node(node)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return grid index by node
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">node</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
The gui node in the grid
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The node index
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "set_anchor"></a>
|
||||||
|
<strong>set_anchor(anchor)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Set grid anchor. Default anchor is equal to anchor of grid parent node
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">anchor</span>
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
Anchor
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "add"></a>
|
||||||
|
<strong>add(item[, index])</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Add new item to the grid
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">item</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
Gui node
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The item position. By default add as last item
|
||||||
|
(<em>optional</em>)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "remove"></a>
|
||||||
|
<strong>remove(index, is_shift_nodes)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Remove the item from the grid. Note that gui node will be not deleted
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The grid node index to remove
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">is_shift_nodes</span>
|
||||||
|
<span class="types"><span class="type">bool</span></span>
|
||||||
|
If true, will shift nodes left after index
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_size"></a>
|
||||||
|
<strong>get_size()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return grid content size
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
The grid content size
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "get_all_pos"></a>
|
||||||
|
<strong>get_all_pos()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Return array of all node positions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">vector3[]</span></span>
|
||||||
|
All grid node positions
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "set_position_function"></a>
|
||||||
|
<strong>set_position_function(callback)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Change set position function for grid nodes. It will call on
|
||||||
|
update poses on grid elements. Default: gui.set_position
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">callback</span>
|
||||||
|
<span class="types"><span class="type">function</span></span>
|
||||||
|
Function on node set position
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.static_grid</span></span>
|
||||||
|
Current grid instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "clear"></a>
|
||||||
|
<strong>clear()</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Clear grid nodes array. GUI nodes will be not deleted!
|
||||||
|
If you want to delete GUI nodes, use static_grid.nodes array before grid:clear
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">druid.static_grid</span></span>
|
||||||
|
Current grid instance
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 class="section-header "><a name="Tables"></a>Tables</h2>
|
||||||
|
|
||||||
|
<dl class="function">
|
||||||
|
<dt>
|
||||||
|
<a name = "Events"></a>
|
||||||
|
<strong>Events</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Component events
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Fields:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">on_add_item</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On item add callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_remove_item</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On item remove callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_change_items</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On item add or remove callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_clear</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On grid clear callback
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">on_update_positions</span>
|
||||||
|
<span class="types"><span class="type">druid_event</span></span>
|
||||||
|
On update item positions callback
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "Fields"></a>
|
||||||
|
<strong>Fields</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Component fields
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Fields:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">parent</span>
|
||||||
|
<span class="types"><span class="type">node</span></span>
|
||||||
|
Parent gui node
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">nodes</span>
|
||||||
|
<span class="types"><span class="type">node[]</span></span>
|
||||||
|
List of all grid nodes
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">first_index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The first index of node in grid
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">last_index</span>
|
||||||
|
<span class="types"><span class="type">number</span></span>
|
||||||
|
The last index of node in grid
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">anchor</span>
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
Item anchor
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">node_size</span>
|
||||||
|
<span class="types"><span class="type">vector3</span></span>
|
||||||
|
Item size
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">border</span>
|
||||||
|
<span class="types"><span class="type">vector4</span></span>
|
||||||
|
The size of item content
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- id="content" -->
|
||||||
|
</div> <!-- id="main" -->
|
||||||
|
<div id="about">
|
||||||
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
|
</div> <!-- id="about" -->
|
||||||
|
</div> <!-- id="container" -->
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><strong>druid.swipe</strong></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><strong>druid.swipe</strong></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -256,7 +258,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><strong>druid.text</strong></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><strong>druid.text</strong></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -407,7 +409,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -42,23 +42,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><strong>druid.timer</strong></li>
|
<li><strong>druid.timer</strong></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -69,7 +70,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -296,7 +298,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -41,23 +41,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><strong>druid_event</strong></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><strong>druid_event</strong></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -68,7 +69,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -242,7 +244,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -41,23 +41,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><strong>druid_instance</strong></li>
|
<li><strong>druid_instance</strong></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -68,7 +69,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -77,9 +79,19 @@
|
|||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<h1>Module <code>druid_instance</code></h1>
|
<h1>Module <code>druid_instance</code></h1>
|
||||||
<p>Druid main class.</p>
|
<p>Instance of Druid.</p>
|
||||||
<p> Create instance of this
|
<p> Make one instance per gui_script with next code:</p>
|
||||||
to start creating components</p>
|
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<span class="keyword">local</span> druid = <span class="global">require</span>(<span class="string">"druid.druid"</span>)
|
||||||
|
<span class="keyword">function</span> init(self)
|
||||||
|
self.druid = druid.new(self)
|
||||||
|
<span class="keyword">local</span> button = self.druid:new_button(...)
|
||||||
|
<span class="keyword">end</span>
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p> Learn Druid instance function here</p>
|
||||||
<h3>See also:</h3>
|
<h3>See also:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="../modules/druid.button.html#">druid.button</a></li>
|
<li><a href="../modules/druid.button.html#">druid.button</a></li>
|
||||||
@ -90,7 +102,8 @@
|
|||||||
<li><a href="../modules/druid.lang_text.html#">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html#">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.timer.html#">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html#">druid.timer</a></li>
|
||||||
<li><a href="../modules/druid.progress.html#">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html#">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.grid.html#">druid.grid</a></li>
|
<li><a href="../modules/druid.static_grid.html#">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.dynamic_grid.html#">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html#">druid.scroll</a></li>
|
<li><a href="../modules/druid.scroll.html#">druid.scroll</a></li>
|
||||||
<li><a href="../modules/druid.slider.html#">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html#">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html#">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html#">druid.checkbox</a></li>
|
||||||
@ -168,46 +181,19 @@
|
|||||||
<td class="summary">Create text basic component</td>
|
<td class="summary">Create text basic component</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#druid:new_lang_text">druid:new_lang_text(...)</a></td>
|
|
||||||
<td class="summary">Create lang_text basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_timer">druid:new_timer(...)</a></td>
|
|
||||||
<td class="summary">Create timer basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_progress">druid:new_progress(...)</a></td>
|
|
||||||
<td class="summary">Create progress basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_grid">druid:new_grid(...)</a></td>
|
<td class="name" nowrap><a href="#druid:new_grid">druid:new_grid(...)</a></td>
|
||||||
<td class="summary">Create grid basic component</td>
|
<td class="summary">Create grid basic component
|
||||||
|
Deprecated</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_static_grid">druid:new_static_grid(...)</a></td>
|
||||||
|
<td class="summary">Create static grid basic component</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#druid:new_scroll">druid:new_scroll(...)</a></td>
|
<td class="name" nowrap><a href="#druid:new_scroll">druid:new_scroll(...)</a></td>
|
||||||
<td class="summary">Create scroll basic component</td>
|
<td class="summary">Create scroll basic component</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#druid:new_slider">druid:new_slider(...)</a></td>
|
|
||||||
<td class="summary">Create slider basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_checkbox">druid:new_checkbox(...)</a></td>
|
|
||||||
<td class="summary">Create checkbox basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_input">druid:new_input(...)</a></td>
|
|
||||||
<td class="summary">Create input basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_checkbox_group">druid:new_checkbox_group(...)</a></td>
|
|
||||||
<td class="summary">Create checkbox_group basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_radio_group">druid:new_radio_group(...)</a></td>
|
|
||||||
<td class="summary">Create radio_group basic component</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#druid:new_swipe">druid:new_swipe(...)</a></td>
|
<td class="name" nowrap><a href="#druid:new_swipe">druid:new_swipe(...)</a></td>
|
||||||
<td class="summary">Create swipe basic component</td>
|
<td class="summary">Create swipe basic component</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -215,6 +201,42 @@
|
|||||||
<td class="name" nowrap><a href="#druid:new_drag">druid:new_drag(...)</a></td>
|
<td class="name" nowrap><a href="#druid:new_drag">druid:new_drag(...)</a></td>
|
||||||
<td class="summary">Create drag basic component</td>
|
<td class="summary">Create drag basic component</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_dynamic_grid">druid:new_dynamic_grid(...)</a></td>
|
||||||
|
<td class="summary">Create dynamic grid component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_lang_text">druid:new_lang_text(...)</a></td>
|
||||||
|
<td class="summary">Create lang_text component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_slider">druid:new_slider(...)</a></td>
|
||||||
|
<td class="summary">Create slider component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_checkbox">druid:new_checkbox(...)</a></td>
|
||||||
|
<td class="summary">Create checkbox component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_input">druid:new_input(...)</a></td>
|
||||||
|
<td class="summary">Create input component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_checkbox_group">druid:new_checkbox_group(...)</a></td>
|
||||||
|
<td class="summary">Create checkbox_group component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_radio_group">druid:new_radio_group(...)</a></td>
|
||||||
|
<td class="summary">Create radio_group component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_timer">druid:new_timer(...)</a></td>
|
||||||
|
<td class="summary">Create timer component</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#druid:new_progress">druid:new_progress(...)</a></td>
|
||||||
|
<td class="summary">Create progress component</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
@ -581,87 +603,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_lang_text"></a>
|
|
||||||
<strong>druid:new_lang_text(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create lang_text basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
lang_text init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
lang_text component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_timer"></a>
|
|
||||||
<strong>druid:new_timer(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create timer basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
timer init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
timer component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_progress"></a>
|
|
||||||
<strong>druid:new_progress(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create progress basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
progress init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
progress component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "druid:new_grid"></a>
|
<a name = "druid:new_grid"></a>
|
||||||
@ -669,6 +610,34 @@
|
|||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Create grid basic component
|
Create grid basic component
|
||||||
|
Deprecated
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
grid init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
grid component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_static_grid"></a>
|
||||||
|
<strong>druid:new_static_grid(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create static grid basic component
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
<h3>Parameters:</h3>
|
||||||
@ -716,141 +685,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_slider"></a>
|
|
||||||
<strong>druid:new_slider(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create slider basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
slider init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
slider component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_checkbox"></a>
|
|
||||||
<strong>druid:new_checkbox(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create checkbox basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
checkbox init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
checkbox component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_input"></a>
|
|
||||||
<strong>druid:new_input(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create input basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
input init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
input component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_checkbox_group"></a>
|
|
||||||
<strong>druid:new_checkbox_group(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create checkbox_group basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
checkbox_group init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
checkbox_group component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "druid:new_radio_group"></a>
|
|
||||||
<strong>druid:new_radio_group(...)</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Create radio_group basic component
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Parameters:</h3>
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">...</span>
|
|
||||||
<span class="types"><span class="type">args</span></span>
|
|
||||||
radio_group init args
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Returns:</h3>
|
|
||||||
<ol>
|
|
||||||
|
|
||||||
<span class="types"><span class="type">Component</span></span>
|
|
||||||
radio_group component
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "druid:new_swipe"></a>
|
<a name = "druid:new_swipe"></a>
|
||||||
@ -905,6 +739,249 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_dynamic_grid"></a>
|
||||||
|
<strong>druid:new_dynamic_grid(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create dynamic grid component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
grid init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
grid component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_lang_text"></a>
|
||||||
|
<strong>druid:new_lang_text(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create lang_text component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
lang_text init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
lang_text component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_slider"></a>
|
||||||
|
<strong>druid:new_slider(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create slider component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
slider init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
slider component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_checkbox"></a>
|
||||||
|
<strong>druid:new_checkbox(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create checkbox component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
checkbox init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
checkbox component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_input"></a>
|
||||||
|
<strong>druid:new_input(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create input component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
input init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
input component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_checkbox_group"></a>
|
||||||
|
<strong>druid:new_checkbox_group(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create checkbox_group component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
checkbox_group init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
checkbox_group component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_radio_group"></a>
|
||||||
|
<strong>druid:new_radio_group(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create radio_group component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
radio_group init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
radio_group component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_timer"></a>
|
||||||
|
<strong>druid:new_timer(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create timer component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
timer init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
timer component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "druid:new_progress"></a>
|
||||||
|
<strong>druid:new_progress(...)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Create progress component
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Parameters:</h3>
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">...</span>
|
||||||
|
<span class="types"><span class="type">args</span></span>
|
||||||
|
progress init args
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Returns:</h3>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
<span class="types"><span class="type">Component</span></span>
|
||||||
|
progress component
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
@ -913,7 +990,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -45,7 +45,8 @@
|
|||||||
<li><a href="#Checkbox_group">Checkbox group </a></li>
|
<li><a href="#Checkbox_group">Checkbox group </a></li>
|
||||||
<li><a href="#Radio_group">Radio group </a></li>
|
<li><a href="#Radio_group">Radio group </a></li>
|
||||||
<li><a href="#Timer">Timer </a></li>
|
<li><a href="#Timer">Timer </a></li>
|
||||||
<li><a href="#Grid">Grid </a></li>
|
<li><a href="#Static_Grid">Static Grid </a></li>
|
||||||
|
<li><a href="#Dynamic_Grid">Dynamic Grid </a></li>
|
||||||
<li><a href="#Hover">Hover </a></li>
|
<li><a href="#Hover">Hover </a></li>
|
||||||
<li><a href="#Swipe">Swipe </a></li>
|
<li><a href="#Swipe">Swipe </a></li>
|
||||||
<li><a href="#Drag">Drag </a></li>
|
<li><a href="#Drag">Drag </a></li>
|
||||||
@ -59,7 +60,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -67,23 +69,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -109,6 +112,9 @@
|
|||||||
<p>Create button with druid: <code>button = druid:new_button(node_name, callback, [params], [animation_node])</code>
|
<p>Create button with druid: <code>button = druid:new_button(node_name, callback, [params], [animation_node])</code>
|
||||||
Where node name is name of node from GUI scene. You can use <code>node_name</code> as input trigger zone and point another node for animation via <code>animation_node</code></p>
|
Where node name is name of node from GUI scene. You can use <code>node_name</code> as input trigger zone and point another node for animation via <code>animation_node</code></p>
|
||||||
|
|
||||||
|
<h3>Usecase</h3>
|
||||||
|
<p><em>fill example usecases</em></p>
|
||||||
|
|
||||||
<h3>Notes</h3>
|
<h3>Notes</h3>
|
||||||
<p>- Button callback have next params: (self, params, button_instance)</p>
|
<p>- Button callback have next params: (self, params, button_instance)</p>
|
||||||
|
|
||||||
@ -262,6 +268,7 @@ Key is value from druid const: const.SIDE.X (or just "x") or const.SIDE.Y (or ju
|
|||||||
- Progress bar can fill only by vertical or horizontal size. If you want make diagonal progress bar, just rotate node in GUI scene
|
- Progress bar can fill only by vertical or horizontal size. If you want make diagonal progress bar, just rotate node in GUI scene
|
||||||
- If you have glitchy or dark texture bug with progress bar, try to disable mipmaps in your texture profiles</p>
|
- If you have glitchy or dark texture bug with progress bar, try to disable mipmaps in your texture profiles</p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Slider"></a></p>
|
<p><a name="Slider"></a></p>
|
||||||
<h2>Slider</h2>
|
<h2>Slider</h2>
|
||||||
<p><a href="https://insality.github.io/druid/modules/druid.slider.html">Slider API here</a></p>
|
<p><a href="https://insality.github.io/druid/modules/druid.slider.html">Slider API here</a></p>
|
||||||
@ -278,12 +285,13 @@ Key is value from druid const: const.SIDE.X (or just "x") or const.SIDE.Y (or ju
|
|||||||
<p>- You can setup points of interests on slider via <a href="../modules/druid.slider.html#set_steps">slider:set_steps</a>. If steps are exist, slider values will be only from this steps (notched slider)
|
<p>- You can setup points of interests on slider via <a href="../modules/druid.slider.html#set_steps">slider:set_steps</a>. If steps are exist, slider values will be only from this steps (notched slider)
|
||||||
- For now, start pos and end pos should be on vertical or horizontal line (their x or y value should be equal)</p>
|
- For now, start pos and end pos should be on vertical or horizontal line (their x or y value should be equal)</p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Input"></a></p>
|
<p><a name="Input"></a></p>
|
||||||
<h2>Input</h2>
|
<h2>Input</h2>
|
||||||
<p><a href="https://insality.github.io/druid/modules/druid.input.html">Input API here</a></p>
|
<p><a href="https://insality.github.io/druid/modules/druid.input.html">Input API here</a></p>
|
||||||
|
|
||||||
<h3>Overview</h3>
|
<h3>Overview</h3>
|
||||||
<p>Basic Druid text input component (unimplemented)</p>
|
<p>Basic Druid text input component</p>
|
||||||
|
|
||||||
<h3>Setup</h3>
|
<h3>Setup</h3>
|
||||||
<p>Create input component with druid: <code>input = druid:new_input(button_node_name, text_node_name, keyboard_type)</code></p>
|
<p>Create input component with druid: <code>input = druid:new_input(button_node_name, text_node_name, keyboard_type)</code></p>
|
||||||
@ -313,6 +321,7 @@ Key is value from druid const: const.SIDE.X (or just "x") or const.SIDE.Y (or ju
|
|||||||
<p>- Checkbox uses button to handle click
|
<p>- Checkbox uses button to handle click
|
||||||
- You can setup another node to handle input with click_node arg in component init: <code>druid:new_checkbox(node, callback, [click_node])</code></p>
|
- You can setup another node to handle input with click_node arg in component init: <code>druid:new_checkbox(node, callback, [click_node])</code></p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Checkbox_group"></a></p>
|
<p><a name="Checkbox_group"></a></p>
|
||||||
<h2>Checkbox group</h2>
|
<h2>Checkbox group</h2>
|
||||||
<p><a href="https://insality.github.io/druid/modules/druid.checkbox_group.html">Checkbox group API here</a></p>
|
<p><a href="https://insality.github.io/druid/modules/druid.checkbox_group.html">Checkbox group API here</a></p>
|
||||||
@ -343,6 +352,7 @@ Key is value from druid const: const.SIDE.X (or just "x") or const.SIDE.Y (or ju
|
|||||||
- You can get/set radio_group state with <code>group:set_state()</code> and <code>group:get_state()</code>
|
- You can get/set radio_group state with <code>group:set_state()</code> and <code>group:get_state()</code>
|
||||||
- Only different from checkbox_group: on click another checkboxes in this group will be unchecked</p>
|
- Only different from checkbox_group: on click another checkboxes in this group will be unchecked</p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Timer"></a></p>
|
<p><a name="Timer"></a></p>
|
||||||
<h2>Timer</h2>
|
<h2>Timer</h2>
|
||||||
<p><a href="https://insality.github.io/druid/modules/druid.timer.html">Timer API here</a></p>
|
<p><a href="https://insality.github.io/druid/modules/druid.timer.html">Timer API here</a></p>
|
||||||
@ -358,22 +368,53 @@ Key is value from druid const: const.SIDE.X (or just "x") or const.SIDE.Y (or ju
|
|||||||
- Timer will setup text node with current timer value
|
- Timer will setup text node with current timer value
|
||||||
- Timer uses update function to handle time</p>
|
- Timer uses update function to handle time</p>
|
||||||
|
|
||||||
<p><a name="Grid"></a></p>
|
|
||||||
<h2>Grid</h2>
|
<p><a name="Static_Grid"></a></p>
|
||||||
<p><a href="https://insality.github.io/druid/modules/druid.grid.html">Grid API here</a></p>
|
<h2>Static Grid</h2>
|
||||||
|
<p><a href="https://insality.github.io/druid/modules/druid.static_grid.html">Static Grid API here</a></p>
|
||||||
|
|
||||||
<h3>Overview</h3>
|
<h3>Overview</h3>
|
||||||
<p>Component for manage node positions. Very simple implementation for nodes with equal size</p>
|
<p>Component for manage node positions.
|
||||||
|
Static grid have constant node size, so it possible to calculate node positions before placement. Nodes can be placed with gaps.
|
||||||
|
Static grid can shift elements on add/remove functions.</p>
|
||||||
|
|
||||||
<h3>Setup</h3>
|
<h3>Setup</h3>
|
||||||
<p>Create component with druid: <code>grid = druid:new_grid(parent_node, prefab_node, max_in_row_elements)</code></p>
|
<p>Create component with druid: <code>grid = druid:new_static_grid(parent_node, prefab_node, max_in_row_elements)</code></p>
|
||||||
|
|
||||||
<h3>Notes</h3>
|
<h3>Notes</h3>
|
||||||
<p>- Grid on <em>adding elements</em> will setup parent to <em>parent</em>node_
|
<p>- On <em>add node</em> grid will set node parent to <em>parent</em>node_
|
||||||
- You can get array of position of every element for setup points of interest in scroll component
|
- You can get array of position of every element for setup points of interest in scroll component
|
||||||
- You can get size of all elements for setup size in scroll component
|
- You can get size of all elements for setup size in scroll component
|
||||||
- You can adjust anchor and border between elements
|
- You can also bind the grid to the scroll component for auto resize scroll content size
|
||||||
- <em>Prefab node</em> in component init used to get grid item size</p>
|
- Pivot of parent_node matter for node placement
|
||||||
|
- <em>Prefab node</em> used to get node size and anchor
|
||||||
|
- You can point *position_function* for animations with <em>static</em>grid:set<em>position</em>function(node, pos)_ callback. Default - *gui.set_position()*</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><a name="Dynamic_Grid"></a></p>
|
||||||
|
<h2>Dynamic Grid</h2>
|
||||||
|
<p><a href="https://insality.github.io/druid/modules/druid.dynamic_grid.html">Dynamic Grid API here</a></p>
|
||||||
|
|
||||||
|
<h3>Overview</h3>
|
||||||
|
<p>Component for manage node positions with different node sizes.
|
||||||
|
Unlike Static Grid, Dynamic Grid can place nodes only in one row or in one column.
|
||||||
|
Dynamic Grid can't have gaps between elements - you will get error, if try spawn element far away from others.
|
||||||
|
Dynamic Grid should have <strong>West</strong>, <strong>East</strong>, <strong>South</strong> or <strong>North</strong> pivot (vertical or horizontal element placement)</p>
|
||||||
|
|
||||||
|
<h3>Setup</h3>
|
||||||
|
<p>Create component with druid: <code>grid = druid:new_dynamic_grid(parent_node)</code></p>
|
||||||
|
|
||||||
|
<p>Check the <em>parent</em>node_ have correct pivot point. You will get the error otherwise.</p>
|
||||||
|
|
||||||
|
<h3>Notes</h3>
|
||||||
|
<p>- On <em>add node</em> grid will set node parent to <em>parent</em>node_
|
||||||
|
- You can get array of position of every element for setup points of interest in scroll component
|
||||||
|
- You can get size of all elements for setup size in scroll component
|
||||||
|
- You can also bind the grid to the scroll component for auto resize scroll content size
|
||||||
|
- Pivot of parent<em>node matter for node placement
|
||||||
|
- You can point *position</em>function* for animations with <em>static</em>grid:set<em>position</em>function(node, pos)_ callback. Default - *gui.set_position()*
|
||||||
|
- First node placed at Grid pivot point. Other nodes placed nearby of other nodes.
|
||||||
|
- On <em>add/remove</em> nodes always shifted. You can point the shift side in this functions (*is<em>shift</em>left* boolean argument)</p>
|
||||||
|
|
||||||
<p><a name="Hover"></a></p>
|
<p><a name="Hover"></a></p>
|
||||||
<h2>Hover</h2>
|
<h2>Hover</h2>
|
||||||
@ -465,7 +506,7 @@ Key is value from druid const: const.SIDE.X (or just "x") or const.SIDE.Y (or ju
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -46,7 +46,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -54,23 +55,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -245,7 +247,7 @@ There is next interests in druid:
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -45,7 +45,8 @@
|
|||||||
<li><strong>Styles</strong></li>
|
<li><strong>Styles</strong></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -53,23 +54,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -155,7 +157,7 @@ You can pass <em>nil</em> or <em>empty</em>table_ to use default values for all
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -43,7 +43,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><strong>Druid assets</strong></li>
|
<li><strong>Druid assets</strong></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -51,23 +52,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -92,7 +94,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -43,7 +43,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><strong>Examples</strong></li>
|
<li><strong>Examples</strong></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -51,23 +52,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -90,7 +92,7 @@
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -36,8 +36,8 @@
|
|||||||
<li><a href="#Components">Components </a></li>
|
<li><a href="#Components">Components </a></li>
|
||||||
<li><a href="#Basic_usage">Basic usage </a></li>
|
<li><a href="#Basic_usage">Basic usage </a></li>
|
||||||
<li><a href="#Druid_Events">Druid Events </a></li>
|
<li><a href="#Druid_Events">Druid Events </a></li>
|
||||||
<li><a href="#Druid_lifecycle">Druid lifecycle </a></li>
|
<li><a href="#Druid_Lifecycle">Druid Lifecycle </a></li>
|
||||||
<li><a href="#Features">Features </a></li>
|
<li><a href="#Details">Details </a></li>
|
||||||
<li><a href="#Examples">Examples </a></li>
|
<li><a href="#Examples">Examples </a></li>
|
||||||
<li><a href="#Documentation">Documentation </a></li>
|
<li><a href="#Documentation">Documentation </a></li>
|
||||||
<li><a href="#Games_powered_by_Druid">Games powered by Druid </a></li>
|
<li><a href="#Games_powered_by_Druid">Games powered by Druid </a></li>
|
||||||
@ -53,7 +53,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><a href="../topics/changelog.md.html">changelog</a></li>
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><strong>README</strong></li>
|
<li><strong>README</strong></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -61,23 +62,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -90,7 +92,7 @@
|
|||||||
|
|
||||||
<p><a href="https://github.com/Insality/druid/releases"><img src="https://img.shields.io/github/v/release/insality/druid" alt="GitHub release (latest by date)"/></a></p>
|
<p><a href="https://github.com/Insality/druid/releases"><img src="https://img.shields.io/github/v/release/insality/druid" alt="GitHub release (latest by date)"/></a></p>
|
||||||
|
|
||||||
<p><strong>Druid</strong> - powerful Defold component UI library. Use basic <strong>Druid</strong> components or make your own game-specific components to make amazing GUI in your games.</p>
|
<p><strong>Druid</strong> - powerful Defold component UI library. Use basic and extended <strong>Druid</strong> components or make your own game-specific components to make amazing GUI in your games.</p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Setup"></a></p>
|
<p><a name="Setup"></a></p>
|
||||||
@ -125,7 +127,7 @@
|
|||||||
|
|
||||||
<h3>Input capturing [optional]</h3>
|
<h3>Input capturing [optional]</h3>
|
||||||
|
|
||||||
<p>By default, <strong>Druid</strong> will auto-capture input focus, if any input component will be created. So you don't need to call <code>msg.post(".", "acquire_input_focus)"</code></p>
|
<p>By default, <strong>Druid</strong> will auto-capture input focus, if any input component will be created. So you don't need to call <code>msg.post(".", "acquire_input_focus")</code></p>
|
||||||
|
|
||||||
<p>If you not need this behaviour, you can disable it by settings <code>druid.no_auto_input</code> field in <em>game.project</em>:</p>
|
<p>If you not need this behaviour, you can disable it by settings <code>druid.no_auto_input</code> field in <em>game.project</em>:</p>
|
||||||
<pre><code> [druid]
|
<pre><code> [druid]
|
||||||
@ -155,10 +157,6 @@
|
|||||||
</span><span class="comment">-- to retranslate all lang_text components:
|
</span><span class="comment">-- to retranslate all lang_text components:
|
||||||
</span>druid.on_language_change()
|
</span>druid.on_language_change()
|
||||||
|
|
||||||
<span class="comment">-- Call this function on layout changing in the game,
|
|
||||||
</span><span class="comment">-- to reapply layouts
|
|
||||||
</span>druid.on_layout_change()
|
|
||||||
|
|
||||||
<span class="comment">-- Call this function inside window.set_listener
|
<span class="comment">-- Call this function inside window.set_listener
|
||||||
</span><span class="comment">-- to catch game focus lost/gained callbacks:
|
</span><span class="comment">-- to catch game focus lost/gained callbacks:
|
||||||
</span>druid.on_window_callback(event)
|
</span>druid.on_window_callback(event)
|
||||||
@ -169,29 +167,37 @@
|
|||||||
<p><a name="Components"></a></p>
|
<p><a name="Components"></a></p>
|
||||||
<h2>Components</h2>
|
<h2>Components</h2>
|
||||||
|
|
||||||
<p><strong>Druid</strong> provides next basic components:</p>
|
<p><strong>Druid</strong> provides next <em>basic</em> components:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#button">Button</a></strong> - Basic Druid input component</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#button">Button</a></strong> - Basic Druid button input component. Handles all types of interaction (tap, long-tap, hold-tap, double-tap, simple key triggers, etc)</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#text">Text</a></strong> - Basic Druid text component</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#text">Text</a></strong> - Basic Druid text component. Wrap on gui text node, handle text size adjusting.</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#lang-text">Lang text</a></strong> - Wrap on Text component to handle localization</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#scroll">Scroll</a></strong> - Basic Druid scroll component</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#scroll">Scroll</a></strong> - Basic Druid scroll component</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#blocker">Blocker</a></strong> - Block input in node zone component</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#progress">Progress</a></strong> - Basic Druid progress bar component</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#back-handler">Back Handler</a></strong> - Handle back button (Android back button, backspace key)</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#slider">Slider</a></strong> - Basic Druid slider component</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#static-grid">Static Grid</a></strong> - Component for manage node positions with equal sizes</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#input">Input</a></strong> - Basic Druid text input component (unimplemented)</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#hover">Hover</a></strong> - System Druid component, handle hover node state</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#checkbox">Checkbox</a></strong> - Basic Druid checkbox component</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#swipe">Swipe</a></strong> - System Druid component, handle swipe gestures on node</p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#checkbox-group">Checkbox group</a></strong> - Several checkboxes in one group</p></li>
|
<li><p><strong><a href="master/docs_md/01-components.md#drag">Drag</a></strong> - System Druid component, handle drag input on node </p></li>
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#radio-group">Radio group</a></strong> - Several checkboxes in one group with single choice</p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#blocker">Blocker</a></strong> - Block input in node zone component</p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#back-handler">Back Handler</a></strong> - Handle back button (Android back, backspace)</p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#timer">Timer</a></strong> - Handle timer work on gui text node</p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#grid">Grid</a></strong> - Component for manage node positions </p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#hover">Hover</a></strong> - System Druid component, handle hover node state</p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#swipe">Swipe</a></strong> - System Druid component, handle swipe gestures on node</p></li>
|
|
||||||
<li><p><strong><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#drag">Drag</a></strong> - System Druid component, handle drag input on node </p></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Full info see on <em><a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md">components.md</a></em></p>
|
<p><strong>Druid</strong> also provides next <em>extended</em> components:</p>
|
||||||
|
|
||||||
|
<p><strong>*Note</strong>: In future, to use extended components, you should register them first. It's required for make <strong>Druid</strong> modular - to exclude unused components from build*</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#checkbox">Checkbox</a></strong> - Checkbox component</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#checkbox-group">Checkbox group</a></strong> - Several checkboxes in one group</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#dynamic-grid">Dynamic Grid</a></strong> - Component for manage node positions with different sizes. Only in one row or column</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#input">Input</a></strong> - User text input component</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#lang-text">Lang text</a></strong> - Wrap on Text component to handle localization</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#progress">Progress</a></strong> - Progress bar component</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#radio-group">Radio group</a></strong> - Several checkboxes in one group with single choice</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#slider">Slider</a></strong> - Slider component</p></li>
|
||||||
|
<li><p><strong><a href="master/docs_md/01-components.md#timer">Timer</a></strong> - Handle timer work on gui text node</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Full info see on <em><a href="master/docs_md/01-components.md">components.md</a></em></p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Basic_usage"></a></p>
|
<p><a name="Basic_usage"></a></p>
|
||||||
@ -226,6 +232,8 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
<p>Learn <strong>Druid</strong> instance <a href="https://insality.github.io/druid/modules/druid_instance.html">functions here</a>)</p>
|
||||||
|
|
||||||
<p><a name="Druid_Events"></a></p>
|
<p><a name="Druid_Events"></a></p>
|
||||||
<h2>Druid Events</h2>
|
<h2>Druid Events</h2>
|
||||||
|
|
||||||
@ -237,13 +245,12 @@
|
|||||||
<li><p><strong>event:clear</strong>()</p></li>
|
<li><p><strong>event:clear</strong>()</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Any events can handle several callbacks, if needed.</p>
|
<p>You can subscribe several callbacks on single event.</p>
|
||||||
|
|
||||||
|
<p><a name="Druid_Lifecycle"></a></p>
|
||||||
|
<h2>Druid Lifecycle</h2>
|
||||||
|
|
||||||
<p><a name="Druid_lifecycle"></a></p>
|
<p>Here is full Druid lifecycle setup in your <strong>*.gui_script</strong> file:</p>
|
||||||
<h2>Druid lifecycle</h2>
|
|
||||||
|
|
||||||
<p>Here is full druid lifecycle setup in your <strong>*.gui_script</strong> file:</p>
|
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<span class="keyword">local</span> druid = <span class="global">require</span>(<span class="string">"druid.druid"</span>)
|
<span class="keyword">local</span> druid = <span class="global">require</span>(<span class="string">"druid.druid"</span>)
|
||||||
@ -271,24 +278,27 @@
|
|||||||
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><em>final</em> required function for correct druid lifecycle</li>
|
<li><em>final</em> <strong>required</strong> function for correct Druid lifecycle</li>
|
||||||
<li>*on_input* used for almost all basic druid components</li>
|
<li>*on_input* used for almost all Druid components</li>
|
||||||
<li><em>update</em> used for progress bar, scroll and timer base components</li>
|
<li><em>update</em> used for progress bar, scroll and timer base components</li>
|
||||||
<li>*on_message* used for specific druid events, like language change or layout change</li>
|
<li>*on_message* used for specific Druid events, like language change or layout change</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Recommended is fully integrate all druid lifecycles functions</p>
|
<p>Recommended is fully integrate all <strong>Druid</strong> lifecycles functions</p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Features"></a></p>
|
<p><a name="Details"></a></p>
|
||||||
<h2>Features</h2>
|
<h2>Details</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Druid input goes as stack. Last created button will checked first. So create your GUI from back</li>
|
<li>Druid input goes as stack. Last created button will checked first. So create your GUI from back</li>
|
||||||
<li>Don't forget about <code>return</code> in <code>on_input</code>: <code>return self.druid:on_input()</code>. It need, if you have more than 1 acquire inputs (several druid, other input system, etc)</li>
|
<li>Don't forget about <code>return</code> in <code>on_input</code>: <code>return self.druid:on_input()</code>. It need, if you have more than 1 acquire inputs (several Druid, other input system, etc)</li>
|
||||||
<li>Druid by default do <em>acquire</em>input<em>focus</em>. So you don't need do it manually. Buy only if you have components, which requires <em>on</em>input_ </li>
|
<li>Druid by default do <em>acquire</em>input<em>focus</em>. So you don't need do it manually. Buy only if you have components, which requires <em>on</em>input_ </li>
|
||||||
|
<li>If you want to delete node with declared Druid component, don't forget to remove them via <code>druid:remove(component)</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>See full <a href="master/docs_md/FAQ.md">See FAQ here</a></p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="Examples"></a></p>
|
<p><a name="Examples"></a></p>
|
||||||
<h2>Examples</h2>
|
<h2>Examples</h2>
|
||||||
@ -304,10 +314,11 @@
|
|||||||
<h2>Documentation</h2>
|
<h2>Documentation</h2>
|
||||||
|
|
||||||
<p>To learn <strong>Druid</strong> better, read next documentation:
|
<p>To learn <strong>Druid</strong> better, read next documentation:
|
||||||
- <a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md">Druid components</a>
|
- <a href="master/docs_md/01-components.md">Druid components</a>
|
||||||
- <a href="https://github.com/Insality/druid/blob/master/docs_md/02-creating_custom_components.md">Create custom components</a>
|
- <a href="master/docs_md/02-creating_custom_components.md">Create custom components</a>
|
||||||
- <a href="https://github.com/Insality/druid/blob/master/docs_md/03-styles.md">Druid styles</a>
|
- <a href="master/docs_md/FAQ.md">See FAQ article</a>
|
||||||
- <a href="https://github.com/Insality/druid/blob/master/docs_md/04-druid_assets.md">Druid asset store</a></p>
|
- <a href="master/docs_md/03-styles.md">Druid styles</a>
|
||||||
|
- <a href="master/docs_md/04-druid_assets.md">Druid asset store</a></p>
|
||||||
|
|
||||||
<p>Full <strong>Druid</strong> documentation you can find here:
|
<p>Full <strong>Druid</strong> documentation you can find here:
|
||||||
https://insality.github.io/druid/</p>
|
https://insality.github.io/druid/</p>
|
||||||
@ -316,15 +327,15 @@ https://insality.github.io/druid/</p>
|
|||||||
<p><a name="Games_powered_by_Druid"></a></p>
|
<p><a name="Games_powered_by_Druid"></a></p>
|
||||||
<h2>Games powered by Druid</h2>
|
<h2>Games powered by Druid</h2>
|
||||||
|
|
||||||
<p><em>Will fill later</em></p>
|
<p><em>You published your game and you using Druid? Note me!</em></p>
|
||||||
|
|
||||||
|
|
||||||
<p><a name="License"></a></p>
|
<p><a name="License"></a></p>
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Original created by <a href="https://github.com/AGulev">AGulev</a></li>
|
|
||||||
<li>Developed and supporting by <a href="https://github.com/Insality">Insality</a></li>
|
<li>Developed and supporting by <a href="https://github.com/Insality">Insality</a></li>
|
||||||
|
<li>Original idea by <a href="https://github.com/AGulev">AGulev</a></li>
|
||||||
<li>Assets from <a href="http://www.kenney.nl/">Kenney</a></li>
|
<li>Assets from <a href="http://www.kenney.nl/">Kenney</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -340,7 +351,7 @@ https://insality.github.io/druid/</p>
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
@ -39,7 +39,8 @@
|
|||||||
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
<li><strong>changelog</strong></li>
|
<li><strong>Druid 0.3.0:</strong></li>
|
||||||
|
<li><a href="../topics/faq.md.html">faq</a></li>
|
||||||
<li><a href="../topics/README.md.html">README</a></li>
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Modules</h2>
|
<h2>Modules</h2>
|
||||||
@ -47,23 +48,24 @@
|
|||||||
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
<li><a href="../modules/druid.grid.html">druid.grid</a></li>
|
|
||||||
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
|
||||||
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
|
||||||
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
|
||||||
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
|
||||||
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
<li><a href="../modules/component.html">component</a></li>
|
|
||||||
<li><a href="../modules/druid.html">druid</a></li>
|
|
||||||
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
|
||||||
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -72,7 +74,8 @@
|
|||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
Druid 0.3.0:</p>
|
|
||||||
|
<h3>Druid 0.3.0:</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><code>Druid:final()</code> now is important function for correct working</p></li>
|
<li><p><code>Druid:final()</code> now is important function for correct working</p></li>
|
||||||
@ -119,7 +122,7 @@
|
|||||||
- Space is <span class="keyword">not</span> working <span class="keyword">in</span> HTML5
|
- Space is <span class="keyword">not</span> working <span class="keyword">in</span> HTML5
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>Druid 0.4.0:</p></li>
|
<h3>Druid 0.4.0:</h3></li>
|
||||||
<li><p>Add <em>Drag</em> basic component</p>
|
<li><p>Add <em>Drag</em> basic component</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
@ -157,7 +160,7 @@
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
- Anchor by default equals to node pivot (so, more component settings <span class="keyword">in</span> _.gui_ settings) (#<span class="number">51</span>)
|
- Anchor by default equals to node pivot (so, more component settings <span class="keyword">in</span> _.gui_ settings) (#<span class="number">51</span>)
|
||||||
- Function <span class="backtick"><a href="../modules/druid.grid.html#clear">grid:clear</a></span> now don't delete any GUI nodes. Druid will <span class="keyword">not</span> care about <span class="backtick"><code>gui.delete_node</code></span> logic anymore (#<span class="number">56</span>)
|
- Function <span class="backtick"><code>grid:clear</code></span> now don't delete any GUI nodes. Druid will <span class="keyword">not</span> care about <span class="backtick"><code>gui.delete_node</code></span> logic anymore (#<span class="number">56</span>)
|
||||||
</pre>
|
</pre>
|
||||||
</li>
|
</li>
|
||||||
<li><p>Druid <em>Hover</em> component now have two <em>hover</em> events (#49):</p>
|
<li><p>Druid <em>Hover</em> component now have two <em>hover</em> events (#49):</p>
|
||||||
@ -188,18 +191,61 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<p>Druid 0.5.0:
|
<h3>Druid 0.5.0:</h3>
|
||||||
- <strong>Fix #61:</strong> Button component: fix button animation node creation
|
|
||||||
- <strong>Fix #64:</strong> Hover component: wrong mouse_hover default state
|
<p>Besides a lot of fixes (thanks for feedback!) two components was add: <em>StaticGrid</em> and <em>DynamicGrid</em> instead of usual <em>Grid</em> component (it is deprecated now).
|
||||||
- <strong>Fix #71:</strong> Blocker: blocker now correct block mouse hover event
|
Add <em>component:set</em>input<em>enabled</em> for basic component class. So you can enable/disable user input for any component.
|
||||||
- <strong>Fix #72:</strong> Fix <code>return nil</code> in some <code>on_input</code> functions
|
Finaly implemented <em>on</em>layout<em>changed</em> support. Druid components now will try keep their data between layout changing! You also can use this callback in your custom components.
|
||||||
- <strong>Fix #74:</strong> Fix typo: strech -> stretch. Scroll function <code>set_extra_stretch_size</code> renamed
|
Also check <em>component.template.lua</em> what you can use for your own custom components!</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><strong>#77</strong> Grid update:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
- The _grid_ component now is __deprecated__. Use _static_grid_ instead. Druid will show you deprecated message, <span class="keyword">if</span> you still using _grid_ component
|
||||||
|
- __[BREAKING]__ Remove the _grid:set_offset_ grid functions. To adjust the distance between nodes inside grid - setup correct node sizes
|
||||||
|
- Add _static_grid_ component
|
||||||
|
- The behaviour like previous _grid_ component
|
||||||
|
- Have constant element size, so have ability to precalculate positions, indexes <span class="keyword">and</span> size of content
|
||||||
|
- By default, <span class="keyword">not</span> shifting elements on removing element. Add _is_shift_ flag to _static_grid:remove_ <span class="keyword">function</span>
|
||||||
|
- This grid can spawn elements with several rows <span class="keyword">and</span> columns
|
||||||
|
- Add _dynamic_grid_ component
|
||||||
|
- Can have different element size. So have no ability to precalculate stuff like _static_grid_
|
||||||
|
- This grid can't have gaps between elements. You will get the <span class="global">error</span>, <span class="keyword">if</span> spawn element far away from other elements
|
||||||
|
- The grid can spawn elements only <span class="keyword">in</span> row <span class="keyword">or</span> <span class="keyword">in</span> column
|
||||||
|
- The grid node should have __West__, __East__, __South__ <span class="keyword">or</span> __North__ pivot (vertical <span class="keyword">or</span> horizontal element placement)
|
||||||
|
- Able to shift nodes left <span class="keyword">or</span> right on _grid:add_ / _grid:remove_ functions
|
||||||
|
</pre>
|
||||||
|
</li>
|
||||||
|
<li>Scroll update:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
- Add _scroll:set_vertical_scroll_ <span class="keyword">and</span> _scroll:set_horizontal_scroll_ <span class="keyword">for</span> disable scroll sides
|
||||||
|
- Add _scroll:bind_grid_ <span class="keyword">function</span>. Now is possible to bind Druid Grid component (Static <span class="keyword">or</span> Dynamic) to the scroll <span class="keyword">for</span> auto refresh the scroll size on grid nodes changing
|
||||||
|
</pre>
|
||||||
|
</li>
|
||||||
|
<li><strong>#37</strong> Add <em>on</em>layout<em>change</em> support. Druid will keep and restore GUI component data between changing game layout. Override function <em>on</em>layout<em>change</em> in your custom components to do stuff you need.</li>
|
||||||
|
<li><strong>#85</strong> Move several components from <code>base</code> folder to <code>extended</code>. In future to use them, you have to register them manually. This is done for decrease build size by excluding unused components</li>
|
||||||
|
<li><strong>Fix #61:</strong> Button component: fix button animation node creation</li>
|
||||||
|
<li><strong>Fix #64:</strong> Hover component: wrong mouse_hover default state</li>
|
||||||
|
<li><strong>Fix #71:</strong> Blocker: blocker now correct block mouse hover event</li>
|
||||||
|
<li><strong>Fix #72:</strong> Fix <code>return nil</code> in some <code>on_input</code> functions</li>
|
||||||
|
<li><strong>Fix #74:</strong> <strong>[BREAKING]</strong> Fix typo: strech -> stretch. Scroll function <code>set_extra_stretch_size</code> renamed</li>
|
||||||
|
<li><strong>Fix #76:</strong> Add params for lang text localization component</li>
|
||||||
|
<li><strong>Fix #79:</strong> Fix <em>druid:remove</em> inside on_input callback</li>
|
||||||
|
<li><strong>Fix #80:</strong> Fix <em>hover:set</em>enable_ typo function call</li>
|
||||||
|
<li><strong>Fix #88:</strong> Add <em>component:set</em>input<em>enabled</em> function to enable/disable input for druid component. Now you can disable input of any druid component, even complex (with other components inside)</li>
|
||||||
|
<li>Add <code>component.template.lua</code> as template for Druid custom component</li>
|
||||||
|
<li>Update the example app</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- id="content" -->
|
</div> <!-- id="content" -->
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2020-06-14 20:13:02 </i>
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
161
docs/topics/faq.md.html
Normal file
161
docs/topics/faq.md.html
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
<head>
|
||||||
|
<title>Defold Druid UI Library</title>
|
||||||
|
<link rel="stylesheet" href="../ldoc_fixed.css" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="container">
|
||||||
|
|
||||||
|
<div id="product">
|
||||||
|
<div id="product_logo"></div>
|
||||||
|
<div id="product_name"><big><b></b></big></div>
|
||||||
|
<div id="product_description"></div>
|
||||||
|
</div> <!-- id="product" -->
|
||||||
|
|
||||||
|
|
||||||
|
<div id="main">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Menu -->
|
||||||
|
|
||||||
|
<div id="navigation">
|
||||||
|
<br/>
|
||||||
|
<h1>Druid</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="../index.html">Index</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Topics</h2>
|
||||||
|
<ul class="">
|
||||||
|
<li><a href="../topics/01-components.md.html">01-components</a></li>
|
||||||
|
<li><a href="../topics/02-creating_custom_components.md.html">Creating custom components</a></li>
|
||||||
|
<li><a href="../topics/03-styles.md.html">Styles</a></li>
|
||||||
|
<li><a href="../topics/04-druid_assets.md.html">Druid assets</a></li>
|
||||||
|
<li><a href="../topics/05-examples.md.html">Examples</a></li>
|
||||||
|
<li><a href="../topics/changelog.md.html">Druid 0.3.0:</a></li>
|
||||||
|
<li><strong>faq</strong></li>
|
||||||
|
<li><a href="../topics/README.md.html">README</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>Modules</h2>
|
||||||
|
<ul class="nowrap">
|
||||||
|
<li><a href="../modules/druid.back_handler.html">druid.back_handler</a></li>
|
||||||
|
<li><a href="../modules/druid.blocker.html">druid.blocker</a></li>
|
||||||
|
<li><a href="../modules/druid.button.html">druid.button</a></li>
|
||||||
|
<li><a href="../modules/druid.drag.html">druid.drag</a></li>
|
||||||
|
<li><a href="../modules/druid.hover.html">druid.hover</a></li>
|
||||||
|
<li><a href="../modules/druid.scroll.html">druid.scroll</a></li>
|
||||||
|
<li><a href="../modules/druid.static_grid.html">druid.static_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.swipe.html">druid.swipe</a></li>
|
||||||
|
<li><a href="../modules/druid.text.html">druid.text</a></li>
|
||||||
|
<li><a href="../modules/component.html">component</a></li>
|
||||||
|
<li><a href="../modules/druid.html">druid</a></li>
|
||||||
|
<li><a href="../modules/druid_event.html">druid_event</a></li>
|
||||||
|
<li><a href="../modules/druid.checkbox.html">druid.checkbox</a></li>
|
||||||
|
<li><a href="../modules/druid.checkbox_group.html">druid.checkbox_group</a></li>
|
||||||
|
<li><a href="../modules/druid.dynamic_grid.html">druid.dynamic_grid</a></li>
|
||||||
|
<li><a href="../modules/druid.input.html">druid.input</a></li>
|
||||||
|
<li><a href="../modules/druid.lang_text.html">druid.lang_text</a></li>
|
||||||
|
<li><a href="../modules/druid.progress.html">druid.progress</a></li>
|
||||||
|
<li><a href="../modules/druid.radio_group.html">druid.radio_group</a></li>
|
||||||
|
<li><a href="../modules/druid.slider.html">druid.slider</a></li>
|
||||||
|
<li><a href="../modules/druid.timer.html">druid.timer</a></li>
|
||||||
|
<li><a href="../modules/druid.helper.html">druid.helper</a></li>
|
||||||
|
<li><a href="../modules/druid_instance.html">druid_instance</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="content">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h1>Druid FAQ</h1>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p><em>Have questions about Druid? Ask me!</em>
|
||||||
|
<em>Here is questions you might have</em></p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<h3>Q: Why I want use Druid?</h3>
|
||||||
|
<p><strong>A:</strong> ---</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: How to remove the Druid component instance?</h3>
|
||||||
|
<p><strong>A:</strong> Any created <strong>Druid</strong> component can be removed with <em>druid:remove</em>. <a href="https://insality.github.io/druid/modules/druid_instance.html#druid:remove">API reference link</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: How to make scroll work?</h3>
|
||||||
|
<p><strong>A:</strong> ---</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: How the input is processing?</h3>
|
||||||
|
<p><strong>A:</strong>
|
||||||
|
<em>SImply</em>: the <strong>Druid</strong> has a LIFO queue to check input. Last added buttons have more priority than first. Placing your buttons from behind to the front is correct in most cases.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: For what purpose Blocker component is exist?</h3>
|
||||||
|
<p><strong>A:</strong> Component explanation <a href="https://github.com/Insality/druid/blob/master/docs_md/01-components.md#notes-2">here</a>.
|
||||||
|
With Blocker you can block input in some zone. It is useful for make unclickable zone in buttons or kind of buttons panel on other big button (ex. close windows on window background click)</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: Which stuff can I do with custom components?</h3>
|
||||||
|
<p><strong>A:</strong> Any of you can imagine! There is a lot of examples, but in general: custom components allow you place component and some game logic separately from other stuff. It will be reusable, easier for testing and developing.</p>
|
||||||
|
|
||||||
|
<p>For example it can be element in scroll with buttons, your custom GUI widget or even component with your game logic. Usually custom components going with templates. You can do several templates for single component module (for different visuals!)</p>
|
||||||
|
|
||||||
|
<p>Some examples of custom components you can find <a href="https://github.com/Insality/druid-assets">here</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: How *self:get_node()* is working?</h3>
|
||||||
|
<p><strong>A:</strong> The node can be placed in gui directly or can be cloned via *gui.clone_tree()*. Also nodes can be placed as templates, so full node id will be composed from template name and node name (in cloned nodes too).</p>
|
||||||
|
|
||||||
|
<p><strong>Druid</strong> component *self:get<em>node()* trying to search in all of this places. Use *self:set</em>template()* and *self:set<em>component</em>nodes()* for correct setup component nodes before any call of *self:get_node()*.</p>
|
||||||
|
|
||||||
|
<p>Remember, usually you should pass <em><strong>string name</strong> of the node</em>, not gui node itself. It's better and more druid-way. </p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: My button in scroll is clickable outside the stencil node</h3>
|
||||||
|
<p><strong>A:</strong> Since <strong>Druid</strong> checking click node with <em>gui.pick</em>node_, stencil is not prevent this. You can setup additional click zone on your buttons with <em>button:set</em>click<em>zone</em>.</p>
|
||||||
|
|
||||||
|
<p>The usual Druid way after add button to the scroll do:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<span class="comment">-- Scroll view node usually is stencil node
|
||||||
|
</span>button:set_click_zone(scroll.view_node)
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: How to use EmmyLua annotations? <em>(from Druid 0.6.0)</em></h3>
|
||||||
|
<p><strong>A:</strong> Since the dependencies can't be processed by external editors, for use generated EmmyLua annotations you should copy the <em>annotations.lua</em> to your project. For EmmyLua it will be enough. Remember you can <em>restart emmylua server</em> for refresh the changes, if something goes wrong.
|
||||||
|
After the annotations is processed, you should point the type of druid in requires:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<span class="comment">---@type druid
|
||||||
|
</span><span class="keyword">local</span> druid = <span class="global">require</span>(<span class="string">"druid.druid"</span>)
|
||||||
|
|
||||||
|
<span class="comment">-- Now the autocomplete is working</span>
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Q: When I should use *on<em>layout</em>change*?</h3>
|
||||||
|
<p><strong>A:</strong> ---</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- id="content" -->
|
||||||
|
</div> <!-- id="main" -->
|
||||||
|
<div id="about">
|
||||||
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
|
<i style="float:right;">Last updated 2020-09-29 23:46:16 </i>
|
||||||
|
</div> <!-- id="about" -->
|
||||||
|
</div> <!-- id="container" -->
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,3 +1,6 @@
|
|||||||
|
--- Druid component template
|
||||||
|
-- @module druid.component
|
||||||
|
-- @local
|
||||||
local const = require("druid.const")
|
local const = require("druid.const")
|
||||||
local component = require("druid.component")
|
local component = require("druid.component")
|
||||||
|
|
||||||
|
@ -391,10 +391,10 @@ end
|
|||||||
|
|
||||||
|
|
||||||
--- Create grid basic component
|
--- Create grid basic component
|
||||||
|
-- Deprecated
|
||||||
-- @function druid:new_grid
|
-- @function druid:new_grid
|
||||||
-- @tparam args ... grid init args
|
-- @tparam args ... grid init args
|
||||||
-- @treturn Component grid component
|
-- @treturn Component grid component
|
||||||
-- @deprecated
|
|
||||||
function Druid:new_grid(...)
|
function Druid:new_grid(...)
|
||||||
helper.deprecated("The druid:new_grid is deprecated. Please use druid:new_static_grid instead")
|
helper.deprecated("The druid:new_grid is deprecated. Please use druid:new_static_grid instead")
|
||||||
return Druid.create(self, static_grid, ...)
|
return Druid.create(self, static_grid, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user