Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 31, 2024
1 parent a0d07c8 commit e3c9137
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 42 deletions.
2 changes: 1 addition & 1 deletion iced_winit/application/fn.build_user_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
size: Size,
debug: &amp;mut <a class="struct" href="../../iced_runtime/debug/struct.Debug.html" title="struct iced_runtime::debug::Debug">Debug</a>
) -&gt; <a class="struct" href="../../iced_runtime/user_interface/struct.UserInterface.html" title="struct iced_runtime::user_interface::UserInterface">UserInterface</a>&lt;'a, A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>, A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>, A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Renderer" title="type iced_runtime::program::Program::Renderer">Renderer</a>&gt;<div class="where">where
A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>: <a class="trait" href="../../iced_style/application/trait.StyleSheet.html" title="trait iced_style::application::StyleSheet">StyleSheet</a>,</div></code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>application</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Builds a <a href="../../iced_runtime/user_interface/struct.UserInterface.html" title="struct iced_runtime::user_interface::UserInterface"><code>UserInterface</code></a> for the provided <a href="trait.Application.html" title="trait iced_winit::application::Application"><code>Application</code></a>, logging
A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>: StyleSheet,</div></code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>application</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Builds a <a href="../../iced_runtime/user_interface/struct.UserInterface.html" title="struct iced_runtime::user_interface::UserInterface"><code>UserInterface</code></a> for the provided <a href="trait.Application.html" title="trait iced_winit::application::Application"><code>Application</code></a>, logging
<a href="../../iced_runtime/debug/struct.Debug.html" title="struct iced_runtime::debug::Debug"><code>Debug</code></a> information accordingly.</p>
</div></details></section></div></main></body></html>
4 changes: 2 additions & 2 deletions iced_winit/application/fn.run.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
compositor_settings: C::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Settings" title="type iced_graphics::compositor::Compositor::Settings">Settings</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../enum.Error.html" title="enum iced_winit::Error">Error</a>&gt;<div class="where">where
A: <a class="trait" href="trait.Application.html" title="trait iced_winit::application::Application">Application</a> + 'static,
E: <a class="trait" href="../../iced_futures/executor/trait.Executor.html" title="trait iced_futures::executor::Executor">Executor</a> + 'static,
E: Executor + 'static,
C: <a class="trait" href="../../iced_graphics/compositor/trait.Compositor.html" title="trait iced_graphics::compositor::Compositor">Compositor</a>&lt;Renderer = A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Renderer" title="type iced_runtime::program::Program::Renderer">Renderer</a>&gt; + 'static,
A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>: <a class="trait" href="../../iced_style/application/trait.StyleSheet.html" title="trait iced_style::application::StyleSheet">StyleSheet</a>,</div></code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>application</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Runs an <a href="trait.Application.html" title="trait iced_winit::application::Application"><code>Application</code></a> with an executor, compositor, and the provided
A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>: StyleSheet,</div></code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>application</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Runs an <a href="trait.Application.html" title="trait iced_winit::application::Application"><code>Application</code></a> with an executor, compositor, and the provided
settings.</p>
</div></details></section></div></main></body></html>
6 changes: 3 additions & 3 deletions iced_winit/application/fn.run_command.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
state: &amp;<a class="struct" href="struct.State.html" title="struct iced_winit::application::State">State</a>&lt;A&gt;,
renderer: &amp;mut A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Renderer" title="type iced_runtime::program::Program::Renderer">Renderer</a>,
command: <a class="struct" href="../../iced_runtime/command/struct.Command.html" title="struct iced_runtime::command::Command">Command</a>&lt;A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>&gt;,
runtime: &amp;mut <a class="struct" href="../../iced_futures/runtime/struct.Runtime.html" title="struct iced_futures::runtime::Runtime">Runtime</a>&lt;E, <a class="struct" href="../struct.Proxy.html" title="struct iced_winit::Proxy">Proxy</a>&lt;A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>&gt;, A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>&gt;,
runtime: &amp;mut Runtime&lt;E, <a class="struct" href="../struct.Proxy.html" title="struct iced_winit::Proxy">Proxy</a>&lt;A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>&gt;, A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>&gt;,
clipboard: &amp;mut <a class="struct" href="../clipboard/struct.Clipboard.html" title="struct iced_winit::clipboard::Clipboard">Clipboard</a>,
should_exit: &amp;mut <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
proxy: &amp;mut EventLoopProxy&lt;A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Message" title="type iced_runtime::program::Program::Message">Message</a>&gt;,
debug: &amp;mut <a class="struct" href="../../iced_runtime/debug/struct.Debug.html" title="struct iced_runtime::debug::Debug">Debug</a>,
window: &amp;Window
)<div class="where">where
A: <a class="trait" href="trait.Application.html" title="trait iced_winit::application::Application">Application</a>,
E: <a class="trait" href="../../iced_futures/executor/trait.Executor.html" title="trait iced_futures::executor::Executor">Executor</a>,
E: Executor,
C: <a class="trait" href="../../iced_graphics/compositor/trait.Compositor.html" title="trait iced_graphics::compositor::Compositor">Compositor</a>&lt;Renderer = A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Renderer" title="type iced_runtime::program::Program::Renderer">Renderer</a>&gt; + 'static,
A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>: <a class="trait" href="../../iced_style/application/trait.StyleSheet.html" title="trait iced_style::application::StyleSheet">StyleSheet</a>,</div></code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>application</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Runs the actions of a <a href="../../iced_runtime/command/struct.Command.html" title="struct iced_runtime::command::Command"><code>Command</code></a>.</p>
A::<a class="associatedtype" href="../../iced_runtime/program/trait.Program.html#associatedtype.Theme" title="type iced_runtime::program::Program::Theme">Theme</a>: StyleSheet,</div></code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>application</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Runs the actions of a <a href="../../iced_runtime/command/struct.Command.html" title="struct iced_runtime::command::Command"><code>Command</code></a>.</p>
</div></details></section></div></main></body></html>
Loading

0 comments on commit e3c9137

Please sign in to comment.