Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 14, 2025
1 parent 60a3a4c commit e3f9eba
Show file tree
Hide file tree
Showing 147 changed files with 607 additions and 604 deletions.
2 changes: 1 addition & 1 deletion iced/advanced/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Leverage advanced concepts like custom widgets."><title>iced::advanced - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-88e6a092.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="iced" data-themes="" data-resource-suffix="" data-rustdoc-version="1.86.0-nightly (a567209da 2025-02-13)" data-channel="nightly" data-search-js="search-581efc7a.js" data-settings-js="settings-6dad6058.js" ><script src="../../static.files/storage-3a5871a4.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-4d63596a.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../../iced/index.html"><img src="https://raw.githubusercontent.com/iced-rs/iced/bdf0430880f5c29443f5f0a0ae4895866dfef4c6/docs/logo.svg" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../../iced/index.html"><img src="https://raw.githubusercontent.com/iced-rs/iced/bdf0430880f5c29443f5f0a0ae4895866dfef4c6/docs/logo.svg" alt="logo"></a><h2><a href="../../iced/index.html">iced</a><span class="version">0.14.0-dev</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module advanced</a></h2><h3><a href="#reexports">Module Items</a></h3><ul class="block"><li><a href="#reexports" title="Re-exports">Re-exports</a></li><li><a href="#modules" title="Modules">Modules</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#traits" title="Traits">Traits</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate iced</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">iced</a></div><h1>Module <span>advanced</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/iced/advanced.rs.html#1-26">Source</a> </span></div><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>advanced</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Leverage advanced concepts like custom widgets.</p>
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><dl class="item-table reexports"><dt id="reexport.graphics"><code>pub use crate::renderer::<a class="mod" href="../../iced_graphics/index.html" title="mod iced_graphics">graphics</a>;</code></dt></dl><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><dl class="item-table"><dt><a class="mod" href="clipboard/index.html" title="mod iced::advanced::clipboard">clipboard</a></dt><dd>Access the clipboard.</dd><dt><a class="mod" href="image/index.html" title="mod iced::advanced::image">image</a></dt><dd>Load and draw raster graphics.</dd><dt><a class="mod" href="layout/index.html" title="mod iced::advanced::layout">layout</a></dt><dd>Position your widgets properly.</dd><dt><a class="mod" href="mouse/index.html" title="mod iced::advanced::mouse">mouse</a></dt><dd>Handle mouse events.</dd><dt><a class="mod" href="overlay/index.html" title="mod iced::advanced::overlay">overlay</a></dt><dd>Display interactive elements on top of other widgets.</dd><dt><a class="mod" href="renderer/index.html" title="mod iced::advanced::renderer">renderer</a></dt><dd>Write your own renderer.</dd><dt><a class="mod" href="subscription/index.html" title="mod iced::advanced::subscription">subscription</a></dt><dd>Write your own subscriptions.</dd><dt><a class="mod" href="svg/index.html" title="mod iced::advanced::svg">svg</a></dt><dd>Load and draw vector graphics.</dd><dt><a class="mod" href="text/index.html" title="mod iced::advanced::text">text</a></dt><dd>Draw and interact with text.</dd><dt><a class="mod" href="widget/index.html" title="mod iced::advanced::widget">widget</a></dt><dd>Create custom widgets and operate on them.</dd></dl><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><dl class="item-table"><dt><a class="struct" href="struct.Layout.html" title="struct iced::advanced::Layout">Layout</a></dt><dd>The bounds of a <a href="layout/struct.Node.html" title="struct iced::advanced::layout::Node"><code>Node</code></a> and its children, using absolute coordinates.</dd><dt><a class="struct" href="struct.Shell.html" title="struct iced::advanced::Shell">Shell</a></dt><dd>A connection to the state of a shell.</dd><dt><a class="struct" href="struct.Text.html" title="struct iced::advanced::Text">Text</a></dt><dd>A paragraph.</dd></dl><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><dl class="item-table"><dt><a class="trait" href="trait.Clipboard.html" title="trait iced::advanced::Clipboard">Clipboard</a></dt><dd>A buffer for short-term storage and transfer within and between
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><dl class="item-table reexports"><dt id="reexport.graphics"><code>pub use crate::renderer::graphics;</code></dt></dl><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><dl class="item-table"><dt><a class="mod" href="clipboard/index.html" title="mod iced::advanced::clipboard">clipboard</a></dt><dd>Access the clipboard.</dd><dt><a class="mod" href="image/index.html" title="mod iced::advanced::image">image</a></dt><dd>Load and draw raster graphics.</dd><dt><a class="mod" href="layout/index.html" title="mod iced::advanced::layout">layout</a></dt><dd>Position your widgets properly.</dd><dt><a class="mod" href="mouse/index.html" title="mod iced::advanced::mouse">mouse</a></dt><dd>Handle mouse events.</dd><dt><a class="mod" href="overlay/index.html" title="mod iced::advanced::overlay">overlay</a></dt><dd>Display interactive elements on top of other widgets.</dd><dt><a class="mod" href="renderer/index.html" title="mod iced::advanced::renderer">renderer</a></dt><dd>Write your own renderer.</dd><dt><a class="mod" href="subscription/index.html" title="mod iced::advanced::subscription">subscription</a></dt><dd>Write your own subscriptions.</dd><dt><a class="mod" href="svg/index.html" title="mod iced::advanced::svg">svg</a></dt><dd>Load and draw vector graphics.</dd><dt><a class="mod" href="text/index.html" title="mod iced::advanced::text">text</a></dt><dd>Draw and interact with text.</dd><dt><a class="mod" href="widget/index.html" title="mod iced::advanced::widget">widget</a></dt><dd>Create custom widgets and operate on them.</dd></dl><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><dl class="item-table"><dt><a class="struct" href="struct.Layout.html" title="struct iced::advanced::Layout">Layout</a></dt><dd>The bounds of a <a href="layout/struct.Node.html" title="struct iced::advanced::layout::Node"><code>Node</code></a> and its children, using absolute coordinates.</dd><dt><a class="struct" href="struct.Shell.html" title="struct iced::advanced::Shell">Shell</a></dt><dd>A connection to the state of a shell.</dd><dt><a class="struct" href="struct.Text.html" title="struct iced::advanced::Text">Text</a></dt><dd>A paragraph.</dd></dl><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><dl class="item-table"><dt><a class="trait" href="trait.Clipboard.html" title="trait iced::advanced::Clipboard">Clipboard</a></dt><dd>A buffer for short-term storage and transfer within and between
applications.</dd><dt><a class="trait" href="trait.Overlay.html" title="trait iced::advanced::Overlay">Overlay</a></dt><dd>An interactive component that can be displayed on top of other widgets.</dd><dt><a class="trait" href="trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a></dt><dd>A component that can be used by widgets to draw themselves on a screen.</dd><dt><a class="trait" href="trait.Widget.html" title="trait iced::advanced::Widget">Widget</a></dt><dd>A component that displays information and allows interaction.</dd></dl></section></div></main></body></html>
Loading

0 comments on commit e3f9eba

Please sign in to comment.