mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-10 01:58:23 +00:00
66 lines
14 KiB
HTML
66 lines
14 KiB
HTML
<!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="Performs actions requested by the `Parser`"><title>Perform in anstyle_parse - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-5bc39a1768837dd0.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="anstyle_parse" data-themes="" data-resource-suffix="" data-rustdoc-version="1.77.1 (7cf61ebde 2024-03-27)" data-channel="1.77.1" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-4c98445ec4002617.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-48f368f3872407c8.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-04d5337699b92874.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[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></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../anstyle_parse/index.html">anstyle_parse</a><span class="version">0.2.3</span></h2></div><h2 class="location"><a href="#">Perform</a></h2><div class="sidebar-elems"><section><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.csi_dispatch">csi_dispatch</a></li><li><a href="#method.esc_dispatch">esc_dispatch</a></li><li><a href="#method.execute">execute</a></li><li><a href="#method.hook">hook</a></li><li><a href="#method.osc_dispatch">osc_dispatch</a></li><li><a href="#method.print">print</a></li><li><a href="#method.put">put</a></li><li><a href="#method.unhook">unhook</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In crate anstyle_parse</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../anstyle_parse/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="index.html">anstyle_parse</a>::<wbr><a class="trait" href="#">Perform</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/anstyle_parse/lib.rs.html#381-431">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait Perform {
|
||
// Provided methods
|
||
fn <a href="#method.print" class="fn">print</a>(&mut self, _c: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.char.html">char</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.execute" class="fn">execute</a>(&mut self, _byte: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.hook" class="fn">hook</a>(
|
||
&mut self,
|
||
_params: &<a class="struct" href="struct.Params.html" title="struct anstyle_parse::Params">Params</a>,
|
||
_intermediates: &[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>],
|
||
_ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>,
|
||
_action: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>
|
||
) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.put" class="fn">put</a>(&mut self, _byte: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.unhook" class="fn">unhook</a>(&mut self) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.osc_dispatch" class="fn">osc_dispatch</a>(&mut self, _params: &[&[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>]], _bell_terminated: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.csi_dispatch" class="fn">csi_dispatch</a>(
|
||
&mut self,
|
||
_params: &<a class="struct" href="struct.Params.html" title="struct anstyle_parse::Params">Params</a>,
|
||
_intermediates: &[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>],
|
||
_ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>,
|
||
_action: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>
|
||
) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.esc_dispatch" class="fn">esc_dispatch</a>(&mut self, _intermediates: &[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>], _ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>, _byte: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>) { ... }
|
||
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Performs actions requested by the <a href="struct.Parser.html" title="struct anstyle_parse::Parser"><code>Parser</code></a></p>
|
||
<p>Actions in this case mean, for example, handling a CSI escape sequence describing cursor
|
||
movement, or simply printing characters to the screen.</p>
|
||
<p>The methods on this type correspond to actions described in
|
||
<a href="http://vt100.net/emu/dec_ansi_parser">http://vt100.net/emu/dec_ansi_parser</a>. I’ve done my best to describe them in
|
||
a useful way in my own words for completeness, but the site should be
|
||
referenced if something isn’t clear. If the site disappears at some point in
|
||
the future, consider checking archive.org.</p>
|
||
</div></details><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.print" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#383">source</a><h4 class="code-header">fn <a href="#method.print" class="fn">print</a>(&mut self, _c: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.char.html">char</a>)</h4></section></summary><div class="docblock"><p>Draw a character to the screen and update states.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.execute" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#386">source</a><h4 class="code-header">fn <a href="#method.execute" class="fn">execute</a>(&mut self, _byte: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>)</h4></section></summary><div class="docblock"><p>Execute a C0 or C1 control function.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.hook" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#397">source</a><h4 class="code-header">fn <a href="#method.hook" class="fn">hook</a>(
|
||
&mut self,
|
||
_params: &<a class="struct" href="struct.Params.html" title="struct anstyle_parse::Params">Params</a>,
|
||
_intermediates: &[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>],
|
||
_ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>,
|
||
_action: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>
|
||
)</h4></section></summary><div class="docblock"><p>Invoked when a final character arrives in first part of device control string.</p>
|
||
<p>The control function should be determined from the private marker, final character, and
|
||
execute with a parameter list. A handler should be selected for remaining characters in the
|
||
string; the handler function should subsequently be called by <code>put</code> for every character in
|
||
the control string.</p>
|
||
<p>The <code>ignore</code> flag indicates that more than two intermediates arrived and
|
||
subsequent characters were ignored.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.put" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#401">source</a><h4 class="code-header">fn <a href="#method.put" class="fn">put</a>(&mut self, _byte: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>)</h4></section></summary><div class="docblock"><p>Pass bytes as part of a device control string to the handle chosen in <code>hook</code>. C0 controls
|
||
will also be passed to the handler.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.unhook" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#407">source</a><h4 class="code-header">fn <a href="#method.unhook" class="fn">unhook</a>(&mut self)</h4></section></summary><div class="docblock"><p>Called when a device control string is terminated.</p>
|
||
<p>The previously selected handler should be notified that the DCS has
|
||
terminated.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.osc_dispatch" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#410">source</a><h4 class="code-header">fn <a href="#method.osc_dispatch" class="fn">osc_dispatch</a>(&mut self, _params: &[&[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>]], _bell_terminated: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>)</h4></section></summary><div class="docblock"><p>Dispatch an operating system command.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.csi_dispatch" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#417-424">source</a><h4 class="code-header">fn <a href="#method.csi_dispatch" class="fn">csi_dispatch</a>(
|
||
&mut self,
|
||
_params: &<a class="struct" href="struct.Params.html" title="struct anstyle_parse::Params">Params</a>,
|
||
_intermediates: &[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>],
|
||
_ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>,
|
||
_action: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>
|
||
)</h4></section></summary><div class="docblock"><p>A final character has arrived for a CSI sequence</p>
|
||
<p>The <code>ignore</code> flag indicates that either more than two intermediates arrived
|
||
or the number of parameters exceeded the maximum supported length,
|
||
and subsequent characters were ignored.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.esc_dispatch" class="method"><a class="src rightside" href="../src/anstyle_parse/lib.rs.html#430">source</a><h4 class="code-header">fn <a href="#method.esc_dispatch" class="fn">esc_dispatch</a>(&mut self, _intermediates: &[<a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>], _ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.bool.html">bool</a>, _byte: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/core/primitive.u8.html">u8</a>)</h4></section></summary><div class="docblock"><p>The final character of an escape sequence has arrived.</p>
|
||
<p>The <code>ignore</code> flag indicates that more than two intermediates arrived and
|
||
subsequent characters were ignored.</p>
|
||
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../trait.impl/anstyle_parse/trait.Perform.js" async></script></section></div></main></body></html> |